通过 Rube MCP 自动化执行 Moz 相关 SEO 任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "moz-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/moz-automation/SKILL.md 2. 保存为 ~/.claude/skills/moz-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
使用 moz-automation 帮我批量查询这 20 个域名的 Moz 指标。开始前先搜索可用工具及其最新 schema,再调用正确工具。输出每个域名的 DA、链接根域数量和垃圾分数,并整理成表格。
一份结构清晰的表格,列出每个域名的关键 Moz 指标,便于比较分析。
用 moz-automation 分析这个竞争对手域名的外链概况。先搜索工具 schema,确认参数后再执行。请总结高价值外链来源、锚文本分布和可借鉴的链接机会。
一份外链分析摘要,包含来源质量、锚文本特征和后续拓链建议。
请用 moz-automation 检查以下页面的 SEO 表现。先搜索当前可用工具和 schema。输出页面权威度、主要问题提示,并按优先级给出优化建议。
一份按页面整理的 SEO 检查结果,附带可执行的优化优先级建议。
Automate Moz operations through Composio's Moz toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/moz
RUBE_MANAGE_CONNECTIONS with toolkit mozRUBE_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 mozAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Moz 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 Moz task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["moz"]
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 Moz-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit moz |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。