Automate Hashnode content and site management tasks through Rube MCP.
The material is an open-source prompt/usage document with no embedded executable code and no local API key requirement, so overall risk is low. The main caveat is that actual use depends on external Rube MCP and a Hashnode connection, which introduces network interaction and third-party account authorization.
The material states 'No API keys needed', but the workflow requires an active `hashnode` connection via `RUBE_MANAGE_CONNECTIONS` and completing setup through a returned auth link; this implies third-party account authorization/tokens, even if not exposed as local environment variables.
The README explicitly instructs adding `https://rube.app/mcp` as an MCP server and performing Hashnode operations through Composio/Rube; therefore user requests, tool arguments, and potentially content data would be sent to declared third-party endpoints. There is no evidence of exfiltration to unrelated or hidden endpoints.
For the material under review, this is a prompt/instruction document and does not contain local scripts, install commands, or executable payloads; it does not show direct local process spawning or arbitrary code execution. The referenced tool calls occur within the external MCP/tooling system.
The skill is intended to 'Automate Hashnode operations' and executes publish/query-style actions through external tools; this means it may access or modify content and metadata within the user's Hashnode account. The material does not show excessive access to the local filesystem or unrelated resources.
The source is a GitHub open-source repository with very high community adoption (64.7k stars); the current material itself is a reviewable README/skill description, giving good supply-chain visibility. Although the license and maintenance status are not clearly stated, there are no signs of closed-source distribution, obfuscation, or obvious injection/deception red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "hashnode-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/hashnode-automation/SKILL.md 2. Save it as ~/.claude/skills/hashnode-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Hashnode operations through Composio's Hashnode toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/hashnode
RUBE_MANAGE_CONNECTIONS with toolkit hashnodeRUBE_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 hashnodeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Hashnode 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 Hashnode task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["hashnode"]
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 Hashnode-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit hashnode |
| 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 Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScreenshotOne screenshot tasks and workflows through Rube MCP.
Automate YNAB budgeting tasks and data lookups through Rube MCP.
Automate Sendbird tasks via Rube MCP with schema lookup first.
Automate Sensibo climate-control tasks through Rube MCP integrations.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Hacker News search, posting, and monitoring tasks via Rube MCP.
Automate NPM installs, scripts, and package management through Rube MCP.
Automate Honeyhive tasks via Rube MCP using current tool schemas.
Automate Habitica task creation, updates, and lookups through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.