通过 Rube MCP 自动处理 Hacker News 检索、发布与监控等任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "hackernews-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/hackernews-automation/SKILL.md 2. 保存为 ~/.claude/skills/hackernews-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及当前 schema,然后帮我检索过去 24 小时 Hacker News 上与 AI agents 相关的热门帖子,按分数和评论数排序,并整理成表格。
一份包含标题、链接、分数、评论数和发布时间的热门帖子汇总表。
请先搜索工具和最新 schema,再创建一个自动化流程:持续监控 Hacker News 中包含“database”或“vector search”的新帖,发现后输出标题、作者、链接和发布时间。
一个可执行的监控流程或结果列表,用于跟踪指定关键词的新帖子。
请先搜索当前可用工具和 schema,然后分析 Hacker News 用户 pg 最近 20 条帖子,统计平均分、平均评论数,并列出表现最好的 5 条内容。
一份作者发帖表现分析,包含统计指标和高表现帖子清单。
Automate Hackernews operations through Composio's Hackernews toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/hackernews
RUBE_MANAGE_CONNECTIONS with toolkit hackernewsRUBE_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 hackernewsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Hackernews 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 Hackernews task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["hackernews"]
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 Hackernews-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit hackernews |
| 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 自动执行 Hashnode 内容与站点管理相关任务。