获取页面可读文本。
Agent workflows
面向代理商的 AI Agent Workflows
自动化客户交付之间的重复工作:抓取页面、调用 API、使用 AI、过滤、保存并发送。
是 pipeline,不只是 prompt
每个 workflow 都是一串模块。
The example above is the "Competitor page watcher" recipe — one of ten you can apply with a click.
七个模块覆盖重复工作
用 GET 或 POST 调用 API。
基于上一步输出运行 prompt。
规则通过才继续。
提取或格式化内容。
把结果保存到项目。
通过邮件或 Slack 发送。
十个可用配方
应用配方,替换 URL 和收件人,然后运行。
Scrape a competitor page, summarize changes and positioning with AI, save a snapshot, and deliver it to the team.
Scrape your own landing page each week and save AI rewrite suggestions as an artifact.
Scrape a news source, write a brief grounded in project memory, and deliver it by email and Slack.
Receive any payload (form, CRM, alert) on a webhook URL, triage it with AI, and post the verdict to Slack.
Scrape a page on a schedule and deliver an alert only when it contains the phrase you watch for (sale, price, out of stock…).
Webhook receives a new lead, an HTTP request enriches it against your CRM/enrichment API, AI writes a briefing, saved as an artifact.
Scrape a competitor page and have AI compare it against your project memory — an honest alternative to scraping Google results, which block bots.
Pull a metrics API endpoint, extract the numbers with a regex, have AI narrate the story, and deliver by email and Slack.
Scrape your latest blog post each week and save an AI rewrite tuned for LinkedIn as an artifact, ready to paste.
Scrape your page and alert only when an expected phrase has disappeared — catches broken deploys and accidental content changes.
设置一次,每天早上运行。
免费开始,明天收到第一个自动 brief。
常见问题
什么是 agent workflows?
代理商工作区里的分步骤自动化。
如何触发?
通过计划或 webhook。
会用 AI credits 吗?
只有 AI 生成步骤会用。
需要写代码吗?
不需要。
什么是配方?
可改的现成 workflow。
和 Zapier 或 Make 有何不同?
它与客户、报告和项目记忆在一起。