Automate Habitica task creation, updates, and lookups through Rube MCP.
This skill appears to be an open-source prompt-only wrapper with no declared local secrets or direct code execution. However, it is designed to route actions through remote Rube MCP/Composio and connect a Habitica account, so network egress, account linkage, and third-party toolchain trust warrant caution.
The material says 'no API keys needed,' but it explicitly requires creating an ACTIVE Habitica connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, indicating real third-party account authorization/tokens are involved. The skill itself does not appear to directly request or expose secrets, but normal account-token misuse exposure should be assumed.
The README instructs users to add the remote MCP endpoint `https://rube.app/mcp` and execute actions through Composio/Habitica tooling. This implies user requests, session IDs, tool arguments, and related task data may be sent to the stated third-party service. The endpoint is explicit and relevant to the function, with no clear signs of unrelated or hidden exfiltration.
The system flags this as prompt-only, and the material does not describe local install scripts, shell execution, process spawning, or requests for system-level privileges. The skill is mainly instructions and invocation patterns, with no evident direct local code-execution surface.
The skill’s purpose is to 'Automate Habitica operations' and it requires remote tools to query and act on a Habitica account. That implies access to and modification of Habitica-related account data by design. The material does not show local file access or requests for local data beyond the stated purpose.
The source is an open GitHub repository with strong community adoption (64.7k stars). The provided material is auditable README/prompt content, which lowers supply-chain opacity risk. The license is unspecified and maintenance status is unknown, so upstream Rube/Composio service and repo activity should still be verified, but the current facts do not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "habitica-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/habitica-automation/SKILL.md 2. Save it as ~/.claude/skills/habitica-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Habitica operations through Composio's Habitica toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/habitica
RUBE_MANAGE_CONNECTIONS with toolkit habiticaRUBE_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 habiticaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Habitica 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 Habitica task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["habitica"]
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 Habitica-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit habitica |
| 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 Codacy tasks to streamline code quality checks and governance.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate Uptimerobot monitoring tasks and status checks through Rube MCP.
Automate Humanitix tasks via Rube MCP after checking the latest tool schemas.
Automate Discord bot tasks and workflow actions through Rube MCP.