← 返回
未分类 Key 中文

Glancely

Personal tracker framework. Scaffold new habit/workout/mood/reminder trackers from natural language. Dashboard, cron, all in one skill.
个人追踪框架。从自然语言快速创建习惯、运动、情绪、提醒追踪器。集成仪表盘与定时任务,一站式完成。
junjieyu95 junjieyu95 来源
未分类 clawhub v0.3.0 2 版本 99675.3 Key: 需要
★ 0
Stars
📥 307
下载
💾 0
安装
2
版本
#latest

概述

What glancely is

A personal tracker framework that puts all your habits in one dashboard.

You describe what you want to track, and glancely scaffolds it — migrations,

cron, dashboard panel — in one command.

Routing user intent

When a user asks for something, follow this dispatch table:

User saysAction
--------------------------------
"log mood" / "how I feel"Check ~/.glancely/components/mood/. If exists → read SKILL.md → run log.py. If not → read examples/mood/SKILL.md for reference → scaffold first, then log.
"remind me" / "add reminder"Check ~/.glancely/components/reminder/. Same fallback to examples/reminder/SKILL.md.
"what's my MIT" / "most important task"Check ~/.glancely/components/mit/. Fallback to examples/mit/SKILL.md.
"log diary" / "track time"Check ~/.glancely/components/diary_logger/. Fallback to examples/diary_logger/SKILL.md.
"build dashboard" / "show dashboard"Run glancely dashboard build and open ~/.glancely/dashboard/index.html.
"create tracker" / "track my" / "scaffold a habit"Read glancely/skills/scaffold_component/SKILL.md. Infer fields, cron, notifications from the user's description. Propose a plan. Confirm. Scaffold.
"what trackers do I have"Run glancely list.

Per-route workflow

  1. Check if the user already has a matching component in ~/.glancely/components/
  2. If yes: read its SKILL.md for field docs, then call its scripts/log.py
  3. If no: read the matching example in examples/ for reference, then use the scaffold flow to create it first
  4. Report the result

Setup

If glancely CLI is missing or ~/.glancely/ does not exist:

  1. Install the package: pip3 install glancely (or pip install glancely if pip3 isn't available; use pipx install glancely on macOS Homebrew/PEP 668 systems)
  2. Run glancely setup (minimal init — migrations only)
  3. If user wants cron, ask for agent_id / session info and write ~/.glancely/openclaw.toml

Scaffold flow (via scaffold_component/SKILL.md)

  1. Analyze the user's goal. Infer tracker name, fields, cron schedule, notification text.
  2. Propose a plan — list trackers, fields, and cron before touching anything. Ask for confirmation.
  3. Scaffold each confirmed tracker: glancely scaffold --name ... --field ... --cron ... --notify ...
  4. Dashboard auto-builds after each scaffold.

版本历史

共 2 个版本

  • v0.3.0 当前
    2026-05-12 05:19 安全 安全
  • v0.2.0
    2026-05-09 17:21 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,227 📥 267,822
dev-programming

Github

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

self-improving agent

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