通过 Rube MCP 自动执行 Cloudflare 浏览器渲染与网页操作任务
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "cloudflare-browser-rendering-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/cloudflare-browser-rendering-automation/SKILL.md 2. 保存为 ~/.claude/skills/cloudflare-browser-rendering-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及最新参数 schema,然后使用 cloudflare-browser-rendering 相关工具打开指定网页,等待页面加载完成,在桌面端视口下截取整页截图,并返回图片结果与执行步骤。目标网址:https://example.com
返回网页截图,并说明调用了哪些工具、使用了哪些参数以及执行结果。
先搜索工具确认最新 schema,再用 Cloudflare Browser Rendering 自动访问测试站点,点击登录按钮,填写测试账号密码,检查是否成功进入控制台,并输出每一步状态、截图和失败原因。测试网址:https://example.com/login
返回一份交互测试结果,包含步骤记录、成功或失败判断、关键截图与异常说明。
先搜索可用工具和当前输入 schema,然后使用 Cloudflare Browser Rendering 打开需要 JavaScript 渲染的页面,等待关键元素出现后提取标题、正文和链接列表,整理成结构化 JSON 返回。目标页面:https://example.com/articles
返回结构化的页面内容数据,可直接用于分析、存档或后续自动化流程。
Automate Cloudflare Browser Rendering operations through Composio's Cloudflare Browser Rendering toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/cloudflare_browser_rendering
RUBE_MANAGE_CONNECTIONS with toolkit cloudflare_browser_renderingRUBE_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 cloudflare_browser_renderingAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Cloudflare Browser Rendering 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 Cloudflare Browser Rendering task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["cloudflare_browser_rendering"]
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 Cloudflare Browser Rendering-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit cloudflare_browser_rendering |
| 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 自动执行浏览器工具任务,并先检索最新工具模式。