通过 Rube MCP 自动化执行 Diffbot 任务,支持先检索工具再按最新结构操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "diffbot-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/diffbot-automation/SKILL.md 2. 保存为 ~/.claude/skills/diffbot-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Diffbot 工具及其最新参数结构,然后帮我抓取这个网址的页面内容并输出结构化结果:https://example.com
返回基于最新工具参数生成的结构化网页数据,如标题、正文、作者和时间等字段。
先搜索 Diffbot 相关工具的当前 schema,再批量处理以下 20 个链接,提取文章标题、摘要和发布日期,并整理成表格。
输出按链接汇总的结构化表格,适合后续分析或导出使用。
请先搜索 Diffbot 自动化工具的最新可用操作和参数说明,再选择最合适的工具完成新闻页面内容提取任务,并说明你使用了哪个操作。
先给出匹配的工具操作说明,再返回成功执行后的提取结果与所用方法。
Automate Diffbot operations through Composio's Diffbot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/diffbot
RUBE_MANAGE_CONNECTIONS with toolkit diffbotRUBE_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 diffbotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Diffbot 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 Diffbot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["diffbot"]
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 Diffbot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit diffbot |
| 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 检索任务并衔接后续流程