Automate Hacker News search, posting, and monitoring tasks via Rube MCP.
This skill is primarily a prompt-style wrapper with no local secret requirement and no direct executable code in the provided material. However, it is designed to rely on external Rube MCP and Composio/Hackernews connections for tool discovery and execution, so the overall posture is low-to-moderate concern focused on external service interactions rather than the skill itself.
The material says there are no local keys, but actual use requires establishing a Hackernews connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow. This suggests credentials are handled by the external MCP/platform, with normal third-party authorization considerations and limited visibility from the skill itself.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio's toolchain for Hackernews operations. This means task content, session IDs, and tool arguments may be sent to the stated external services. This is normal connected-tool behavior, and no unrelated or hidden egress endpoints are disclosed in the material.
Based on the provided material, this is a prompt-only skill that guides calls to existing MCP tools. It does not include local scripts, install commands, or instructions to launch extra processes on the host, so no direct local code execution surface is evident here.
The workflow can search tool schemas, check connections, and execute Hackernews-related actions through external tools, potentially handling user-supplied post/comment/account-operation parameters and session data. However, the material does not claim local file access or permissions beyond what is reasonably related to Hackernews automation.
The source is an open GitHub repository with strong community adoption (~64.9k stars), both of which are meaningful risk-reducing signals. The material itself is auditable and does not show obfuscated setup steps or suspicious injection content. The missing license declaration and unknown maintenance status are worth noting, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "hackernews-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/hackernews-automation/SKILL.md 2. Save it as ~/.claude/skills/hackernews-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Globalping network probes and collect results through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate MailerLite email workflows, subscriber segmentation, and campaign monitoring.
Automate News API searches, retrieval, and news data workflows via Rube MCP.
Automate Habitica task creation, updates, and lookups through Rube MCP.
Automate Hashnode content and site management tasks through Rube MCP.
Automate Stack Exchange lookup and management tasks through Rube MCP.
Automate Honeyhive tasks via Rube MCP using current tool schemas.
Automate Honeybadger tasks through Rube MCP with schema lookup first.