← 返回
未分类

companion-checkin

Run warm, adaptive personal check-ins for habits, mood, sleep, meals, focus, and daily progress. Use when the user wants a habit tracker, daily check-in flow...
温暖、适应性强的个人检查,覆盖习惯、情绪、睡眠、饮食、专注和每日进度。用于习惯追踪或每日检查流程。
sqizzo sqizzo 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 322
下载
💾 0
安装
1
版本
#latest

概述

Companion Check-In

Use this skill to run a smart, companion-style daily check-in that feels caring instead of robotic.

Quick start

  • Generate a check-in prompt with scripts/checkin_tracker.py prompt --moment .
  • After the user replies, save the answers with scripts/checkin_tracker.py log --moment <...> --answer key=value (repeat as needed) or --answers-json "".
  • Generate a recap with scripts/checkin_tracker.py recap --days 7.
  • Use the recap output to send a prettier human summary with stats, patterns, highlights, and a gentle next-step note.

Behavior

  • Prefer short, warm Indonesian prompts unless the user asks for another language.
  • Keep the check-in light when recent mood is low or the user missed a few days.
  • Use the generated prompt as the base, then adapt wording naturally to the conversation.
  • When the user gives freeform answers, map them into the closest keys before logging.

Data

  • Store data under data/checkins.jsonl.
  • Keep one JSON object per check-in.
  • Treat the log as private personal data.

Prompt moments

  • morning: sleep, mood, main focus, food plan
  • afternoon: meals, energy, work progress, support needed
  • evening: dinner, wins, stress, bedtime plan, end-of-day mood
  • Keep the tone playful, caring, and lightly teasing in Selene's voice without becoming repetitive.

Commands

python scripts/checkin_tracker.py prompt --moment morning
python scripts/checkin_tracker.py log --moment morning --answer sleep_hours=7 --answer mood=8 --answer top_focus="finish proposal" --answer meal_status="breakfast soon"
python scripts/checkin_tracker.py recap --days 7

Notes

  • Use prompt first so the question set adapts to recent history.
  • Use recap for weekly summaries or when the user asks for patterns.
  • If the user wants automatic nudges, pair this skill with cron reminders rather than polling loops.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,082 📥 810,928
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,526
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,514