通过 Rube MCP 自动管理 Habitica 任务,快速创建、更新和查询习惯打卡事项。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "habitica-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/habitica-automation/SKILL.md 2. 保存为 ~/.claude/skills/habitica-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 habitica 相关工具的当前 schema,再帮我在 Habitica 中创建 5 个每日任务:晨间拉伸、阅读 30 分钟、写工作日志、喝 8 杯水、23:30 前睡觉。若支持,请为每个任务添加合适的优先级与备注。
返回已创建的每日任务清单,包含任务名称、类型、优先级及创建状态。
先搜索当前可用的 Habitica 工具 schema,然后找到我名为“阅读 30 分钟”的任务,将其备注更新为“睡前完成”,优先级调高,并标记今天已完成。如果有多个同名任务,请先列出供我确认。
返回匹配到的任务、所做修改以及更新后的任务状态摘要。
先搜索 Habitica 工具的最新 schema,再读取我当前未完成的待办和每日任务,按优先级整理成今天的执行清单,并指出最适合先完成的 3 项任务。
返回按优先级排序的今日任务清单,并附上前三项建议与简短说明。
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
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。