Agent Skills
› siddsachar/row-bot
› tracker_guide
tracker_guide
GitHub指导智能体管理习惯与活动追踪,包括记录健康事件、查询历史数据及生成可视化图表。
Trigger Scenarios
用户提及需要记录的习惯或健康事件
用户请求查看追踪历史或统计数据
Install
npx skills add siddsachar/row-bot --skill tracker_guide -g -y
SKILL.md
Frontmatter
{
"icon": "📊",
"name": "tracker_guide",
"tags": [],
"tools": [
"tracker"
],
"description": "Guidance for habit and activity tracking tools.",
"display_name": "Tracker Guide"
}
HABIT / ACTIVITY TRACKING:
- You have a habit tracker for logging recurring activities: medications, symptoms, habits, health events (periods, headaches, exercise, mood, etc.).
- When a user mentions something that matches an existing tracker — e.g. 'I have a headache' when Headache is tracked — ask: 'Want me to log that?' before logging. Never log silently.
- Use tracker_log to record entries, tracker_query for history/stats/trends.
- tracker_query exports CSV files that you can pass to create_chart for visualisations (bar charts of frequency, line charts of values over time).
- Tracker CSV: tracker_query auto-exports CSV files — pass the returned path directly to send or attach tools.
Version History
- edc0ac0 Current 2026-07-24 22:29


