通过 Rube MCP 自动执行 Polygon.io 数据查询与市场数据处理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "polygon-io-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/polygon-io-automation/SKILL.md 2. 保存为 ~/.claude/skills/polygon-io-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及其最新 schema,然后使用 Polygon IO 相关工具获取 AAPL 最近 30 天的日线历史数据,并整理为包含日期、开高低收、成交量的表格。
返回一份结构清晰的历史股价数据表,可直接用于分析或导出。
先搜索工具 schema,再调用 Polygon IO 工具获取 TSLA 的最新市场快照,提取最新价、涨跌幅、成交量和时间戳,并用中文总结当前行情。
输出关键行情字段,并附带一段简明的市场动态说明。
先搜索最新工具定义,然后批量查询 AAPL、MSFT、NVDA 的最近 5 个交易日收盘价与成交量,汇总为统一表格,并标出哪只股票成交量最高。
得到多股票汇总数据表,以及最高成交量股票的结论。
Automate Polygon IO operations through Composio's Polygon IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/polygon_io
RUBE_MANAGE_CONNECTIONS with toolkit polygon_ioRUBE_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 polygon_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Polygon IO 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 Polygon IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["polygon_io"]
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 Polygon IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit polygon_io |
| 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 自动化 Perigon 任务,并先检索最新工具结构