jzOcb
- 8 skills
- 0 followers
- 6 hours ago last updated
- ▌ Memory Management · jzocb bundleGuidelines for managing AI agent memory. Use when deciding what to write to MEMORY.md, how to organize memory files, or when reviewing memory health. Includes Q1/Q2/Q3 decision framework and common mistakes to avoid.
- ▌ Context Doctor · jzocb bundleVisualize and diagnose OpenClaw context window usage. Generates a terminal-rendered breakdown showing workspace files (status, chars, tokens), installed skills inventory, and token budget allocation across bootstrap components. Use when: (1) user asks about context window health or token usage, (2) debugging agent quality degradation ("agent got dumber"), (3) after editing workspace files to verify impact, (4) auditing bootstrap overhead. NOT for: conversation history analysis, model selection, or cost tracking.
- ▌ Self Improving Skill · jzocb bundle让任何 writing style skill 自动从人类修改中学习,并定期自我修剪。 observe: 记录 original→final | improve: 提取规则+去重 | prune: 月度修剪 完整闭环:增长(daily)+ 收敛(monthly)= 规则数稳定在合理范围。 兼容 Claude Code (~/.claude/skills/) 和 OpenClaw (ClawHub)。
- ▌ Token Guard · jzocb bundleMonitor and control OpenClaw token usage and costs. Set daily budgets, track spending, auto-downgrade models when limits hit. Stop burning money while you sleep.
- ▌ Writing Style Skill · jzocb bundle可复用的写作风格 Skill 模板。内置自动学习: 从你的修改中自动提取规则,SKILL.md 越用越准。 Fork 后改成你自己的风格。
- ▌ Handoff Claude · jzocb bundleClaude 通用版任务交接 skill:生成清晰、可执行的 handoff 文档,适配 Claude.ai/Claude Code。 Use when 用户说“handoff/交接/继续上一个任务/把研究交给执行”。 Tool-agnostic: 不依赖 OpenClaw 专有工具。
- ▌ Handoff Openclaw · jzocb bundleOpenClaw 专用的任务交接 skill:生成标准化 handoff 文档并交给 sub-agent 或发送到指定 topic。 Use when 用户说“handoff/交接/传给 codex/让 sonnet 做/拆分任务/spawn 执行”。 Includes OpenClaw actions: sessions_spawn, message(send), topic 发送。
- ▌ Process Guardian · jzocb bundleManage long-running background processes (bots, scrapers, monitors, servers) with reliable detached execution, automatic health monitoring, auto-restart on failure, and proactive alerts. Use when launching any process that should survive session disconnects, when checking process health, or when a background task keeps dying silently.