通过 Rube MCP 自动执行 Serpdog 搜索任务,批量获取并处理搜索结果。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "serpdog-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/serpdog-automation/SKILL.md 2. 保存为 ~/.claude/skills/serpdog-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Serpdog 工具及其当前参数 schema,然后通过 Rube MCP 调用 Serpdog,批量查询这 20 个关键词的 Google 搜索结果。请返回每个关键词的前 10 条结果,整理为结构化表格,包含标题、链接、摘要和排名。
一份按关键词分组的结构化搜索结果表,可直接用于分析或导出。
先搜索 Serpdog 相关工具的最新 schema,再自动查询关键词“项目管理软件”“协作平台”“任务管理工具”的搜索结果,识别我方品牌与 3 个竞品域名在前 20 名中的出现位置,并输出排名对比报告。
一份包含关键词、品牌/竞品出现位置和排名差异的对比报告。
先搜索当前可用工具与参数定义,再使用 Serpdog 自动查询“上海咖啡店”“北京健身房”“深圳共享办公”这类本地关键词的搜索结果,按城市汇总前 10 条结果,并提取商家名称、网站链接和简介。
按城市整理的本地搜索调研结果,便于后续市场分析。
Automate Serpdog operations through Composio's Serpdog toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/serpdog
RUBE_MANAGE_CONNECTIONS with toolkit serpdogRUBE_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 serpdogAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Serpdog 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 Serpdog task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["serpdog"]
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 Serpdog-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit serpdog |
| 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 自动执行 Yousearch 检索任务并衔接后续流程