skills/proactive-agent-lite/SKILL.md
轻量主动代理增强。用于在不显著增加 token 的前提下引入 4 个高价值机制:VBR(先验证再汇报)、Autonomous vs Prompted Cron 区分、工具迁移检查清单、会话压缩恢复流程。适用于避免“改了文本没改机制”、减少自动任务失效、提高会话连续性。
npx skillsauth add Andy-HNU/AndyClaw proactive-agent-liteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
只接入高价值、低噪音模块,不启用高频心跳与重主动策略。
当准备说“已完成/已修复”前,先执行:
未验证,不报“完成”。
为每个定时任务先判定类型:
默认把“必须发生”的维护任务做成 Autonomous,避免“有提醒没执行”。
迁移工具/脚本时必须全量检索并更新:
ops/ 脚本AGENTS.md / TOOLS.md / HEARTBEAT.md迁移完成后做双验证:
触发条件:上下文压缩、会话丢失、用户问“刚聊到哪”。
恢复顺序:
memory/YYYY-MM-DD.md(今日/昨日)MEMORY.md(主会话)memory/archives/*.md(周归档)memory/memory.db(主检索源)恢复后先给简短确认,再继续任务。
这些功能待周末复盘后再评估。
references/adoption-notes.mdtools
Compact long Telegram chat sessions and prevent silent non-replies caused by high context usage. Use when a Telegram conversation becomes slow, misses replies, or session tokens are high (for example above ~80-85%), and when the user asks to clean, rotate, or shrink Telegram context.
tools
Send local files to Telegram chats through OpenClaw CLI delivery. Use when a user asks to send or forward a file (md/txt/pdf/image/video) to Telegram, especially from workspace paths. Supports direct chat targets and group/topic targets.
tools
轻量自我改进记录技能。用于把错误、用户纠正、知识缺口、功能诉求写入 `.learnings/`,并在每天回顾时将高价值经验提升到 AGENTS.md / SOUL.md / TOOLS.md / MEMORY.md。适用于“避免重复犯错、沉淀经验、降低长期 token 浪费”的场景;默认不启用高频 hooks。
data-ai
Search and collect policy/current-affairs source materials before analysis. Use when input is fragmented (keywords, fuzzy title, retell, or URL), when weekly/manual inspection is requested, or when analysis workflow reports critical knowledge gaps. Separates retrieval from analysis and controls agent-browser usage by priority.