通过 Rube MCP 自动执行 Anchor 浏览器操作与网页流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "anchor-browser-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/anchor-browser-automation/SKILL.md 2. 保存为 ~/.claude/skills/anchor-browser-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及当前 schema,再使用 Anchor Browser 访问目标网站,完成登录,进入仪表盘页面,抓取页面上的关键指标与表格内容,并整理成结构化摘要返回。
返回登录结果、采集到的页面数据,以及整理后的结构化摘要。
先搜索可用工具及当前 schema,再用 Anchor Browser 打开测试环境中的注册表单,依次填写字段、提交表单,检查校验提示、跳转结果和按钮状态,并输出测试步骤与异常。
返回测试执行记录、通过或失败结论,以及发现的问题清单。
先搜索可用工具及当前 schema,再使用 Anchor Browser 按给定任务清单依次打开多个网页,完成点击、输入、下载或状态检查,并汇总每个任务的执行结果。
返回每个网页任务的执行状态、关键结果和失败原因汇总。
Automate Anchor Browser operations through Composio's Anchor Browser toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/anchor_browser
RUBE_MANAGE_CONNECTIONS with toolkit anchor_browserRUBE_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 anchor_browserAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Anchor Browser 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 Anchor Browser task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["anchor_browser"]
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 Anchor Browser-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit anchor_browser |
| 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。