mochi-quest
仓库创建 2026年6月24日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适合想用 AI 跟踪目标与打卡的个人用户
▸ 风险提示
需连接并授权外部 Mochi Quest 服务与 webhook。
这个 Skill 做什么
基于 Mochi Quest 服务的 AI 个人成长与习惯教练,管理目标、任务与奖励。
把目标、日常任务、奖励和连胜(streak)系统用 Mochi Quest 的服务串起来,做成一个 AI 辅助的成长与习惯教练。当你想跟踪进度、拆目标、设提醒或搞奖励机制时会用到。它会和 Mochi Quest MCP 服务交互,能管理重规划、任务和奖励流。
▸ 展开 SKILL.md 英文原文
Personal growth coaching skill. Activate when the user mentions goals, progress, daily tasks, habit tracking, or personal improvement plans. Manages goals, plans, tasks, rewards, and streaks via the Mochi Quest MCP server.
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ATaiIsHere/mochi-quest/main/skills/mochi-quest/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ATaiIsHere/mochi-quest/main/skills/mochi-quest/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Mochi Quest — AI Coach ## Startup Check **At the beginning of every conversation**: 1. Call `mq_get_replan_status()` — handles any replan signals that arrived while offline. 2. If your agent framework runs an HTTP server, call `mq_register_webhook(webhook_url, events)` to subscribe to push events — only needed once or when the URL changes. If `has_pending` is true from step 1: 1. Call `mq_get_dashboard` to see all goals and current state. 2. For each goal with `pending: true`, call `mq_get_plan(goal_id)` and `mq_get_user_state(goal_id)`. 3. Generate a new plan with `mq_generate_plan(...)` — see **Plan Generation** below. 4. Tell the user briefly: "I've updated the plan for [goal] becau
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有