通过 Rube MCP 自动化 BrowseAI 任务,批量抓取网页数据与监控变更
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "browseai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/browseai-automation/SKILL.md 2. 保存为 ~/.claude/skills/browseai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 BrowseAI 工具及其最新参数 schema,再帮我创建一个自动化流程:每天抓取 5 个竞品页面的价格、库存状态和促销文案,并输出为结构化表格。
一个基于最新 schema 的自动化方案或执行结果,包含结构化价格监测数据。
先搜索工具确认当前可用 schema,然后设置 BrowseAI 监控这个招聘页面;当职位名称、薪资或发布时间变化时,返回变更摘要。
可执行的监控配置,以及职位页面变更时的差异摘要。
先搜索 BrowseAI 相关工具和字段定义,再帮我从指定目录网站中批量提取公司名称、网址、地区和简介,整理成 CSV 字段映射。
一份符合当前工具 schema 的采集流程说明,或整理好的结构化列表数据。
Automate Browseai operations through Composio's Browseai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/browseai
RUBE_MANAGE_CONNECTIONS with toolkit browseaiRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit browseaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Browseai operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Browseai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["browseai"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Browseai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit browseai |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化 Browserbase 浏览器任务,并先检索最新工具 schema。