通过 Rube MCP 自动执行 Cloudflare 配置、域名与安全相关操作
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "cloudflare-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/cloudflare-automation/SKILL.md 2. 保存为 ~/.claude/skills/cloudflare-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Cloudflare 工具及当前参数 schema,然后帮我为 zone example.com 批量新增 3 条 DNS 记录:A 记录 blog 指向 203.0.113.10,CNAME 记录 shop 指向 stores.example.net,TXT 记录 verify 值为 abc123。执行前先列出你将调用的工具与参数。
先展示将使用的工具与参数,再完成 DNS 记录创建并反馈结果。
先搜索 Cloudflare 相关工具与最新 schema,再把我的站点 example.com 的安全级别调整为高,开启 Always Use HTTPS,并将浏览器缓存 TTL 设置为 4 小时。请按步骤执行并汇总变更结果。
返回设置更新过程、每项配置是否成功,以及最终变更摘要。
先搜索可用工具及 schema,然后查询我的 Cloudflare 账户下所有 zone 的名称、状态、名称服务器和套餐信息,整理成中文表格,并标出状态异常的项目。
输出结构化的区域信息列表或表格,并提示需要关注的异常项。
Automate Cloudflare operations through Composio's Cloudflare toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/cloudflare
RUBE_MANAGE_CONNECTIONS with toolkit cloudflareRUBE_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 cloudflareAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Cloudflare 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 task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["cloudflare"]
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-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit cloudflare |
| 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 自动执行 Cloudlayer 任务,并先检索最新工具 schema。