通过 Rube MCP 自动化 API Sports 查询与数据处理,快速完成体育数据任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "api-sports-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/api-sports-automation/SKILL.md 2. 保存为 ~/.claude/skills/api-sports-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 API Sports 相关工具及当前 schema,再调用合适的接口,获取今天所有足球比赛的赛程,按联赛分组输出,包含开赛时间、主客队和比赛状态。
一份按联赛整理的今日足球赛程列表,字段清晰、便于查看或继续处理。
先搜索 API Sports 工具和 schema,然后查询指定球队最近 5 场比赛结果,统计胜平负、总进球和失球,并总结近期状态。
包含最近 5 场明细、汇总统计和简短状态分析的结果。
先搜索当前可用的 API Sports 工具与 schema,再获取指定联赛本赛季积分榜,输出排名、球队、积分、胜平负和净胜球,并整理成表格。
一张结构化的联赛积分表,可直接用于汇报、分析或后续自动化流程。
Automate API Sports operations through Composio's API Sports toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/api_sports
RUBE_MANAGE_CONNECTIONS with toolkit api_sportsRUBE_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 api_sportsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "API Sports 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 API Sports task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["api_sports"]
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 API Sports-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit api_sports |
| 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。