habitica-automation
Automate Habitica tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:20
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-habitica-automation&locale=en&source=copy
Habitica Automation Skills
Skill Overview
By integrating Rube MCP and Composio, automate Habitica task management, habit tracking, and to-do operations in Claude—without needing to configure any API keys.
Use Cases
When you use Claude Code or other AI assistants, have the AI create, complete, or manage tasks in Habitica directly—no need to switch apps or perform manual operations.
Use Habitica as a rewards system or habit-tracking component. Connect via MCP to trigger actions like task completion and point awards, enabling cross-platform gamified automation.
When you need to create multiple tasks at once, update multiple habit states, or sync data in bulk, use
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBench for batch processing.Core Features
Dynamically retrieve the currently available Habitica tool list and parameter patterns via
RUBE_SEARCH_TOOLS, avoiding hard-coded outdated tool names or parameter structures.Use
RUBE_MANAGE_CONNECTIONS to verify the Habitica connection status. You can establish a secure OAuth connection through Composio without an API key.Execute discovered Habitica operations via
RUBE_MULTI_EXECUTE_TOOL, supporting everything from creating tasks and updating statuses to retrieving user data.FAQs
What is Rube MCP? How do I add it?
Rube MCP is an MCP server that provides access to the Composio toolset. In your client configuration, add
https://rube.app/mcp as the MCP server—no registration or key configuration is required.Do I need to provide a Habitica API key?
No. Rube MCP uses Composio’s OAuth connection. For first-time use, complete authorization using the link returned by
RUBE_MANAGE_CONNECTIONS.Why search for tools before executing?
Composio tool schemas and modes can change. Using old code may cause parameter mismatches or refer to tools that no longer exist. Calling
RUBE_SEARCH_TOOLS before each workflow ensures you get the latest tool list and the correct parameter structures.