Turn chat questions into clean web page summaries you can use right away. An AI agent reads your request, fetches the page, strips noise, and returns short Markdown that is easy to scan and share. Great for marketing and research teams that need quick page reviews for briefs and competitor checks.
It starts from a manual chat message or as a called subworkflow. The agent uses OpenAI to decide when to call a web fetch tool with a query like ?url=site&method=full or simplified. The flow downloads the page, keeps only the body, removes scripts, ads, media frames, and comments, then turns the rest into Markdown. A size limit protects token use, and errors come back with clear tips so the agent can try again.
You only need an OpenAI API key and n8n credentials. Set the default max page size and choose simplified mode when you do not need links. Expect faster research, lower token costs, and clean outputs for content briefs, SEO notes, and competitor snapshots. You can also call this from other workflows to standardize web capture across your team.