📦 Self Reflection — 自我反思

v1.1.1

通过结构化反思与记忆实现持续自我改进,自动记录交互过程、分析行为模式并迭代优化回答质量,让 AI 在对话中逐步提升准确性与个性化表现。

40· 1.5万·163 当前·182 累计
hopyky 头像by @hopyky·MIT
下载技能包
License
MIT
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requested tools and behaviors align with a local, file-backed self-reflection helper; nothing in the manifest requests unrelated credentials or external endpoints.
评估建议
This skill appears coherent and local-only, but before installing: 1) verify or inspect the CLI implementation (bin/self-reflection) if you plan to clone the GitHub repo — the package here does not include the executable; 2) confirm you are comfortable with the skill creating/writing the configured state file (~/.openclaw/self-review-state.json) and memory file (~/workspace/memory/self-review.md) and choose paths that don't contain sensitive data; 3) review any script in the upstream repo before...
详细分析 ▾
用途与能力
Name/description (continuous self-reflection) match the declared needs: timestamping (date) and small JSON handling (jq). Requested binaries are proportionate to the described functionality.
指令范围
Instructions operate on local files (state_file and memory_file in the user's home/workspace) and instruct editing ~/.openclaw/openclaw.json to enable a heartbeat — this is consistent with the skill's purpose. One inconsistency: the README references a CLI binary (bin/self-reflection) but the registry package contains only SKILL.md, README.md, and an example config (no executable); the skill expects a local CLI to exist or to be installed separately (e.g., from the GitHub repo).
安装机制
There is no automated install spec (instruction-only), so nothing will be downloaded or written by the platform. The README shows a manual installation from GitHub, which is reasonable but is a separate step the user must review before running.
凭证需求
No environment variables or external credentials are requested. The skill only reads/writes user-local config and workspace files as documented.
持久化与权限
The skill persists a timer state and a markdown memory file in the user's home/workspace (expected for its purpose). It also asks the user to enable a heartbeat in ~/.openclaw/openclaw.json (modifying agent config is normal for integration). always:false (no forced presence) and normal autonomous invocation are appropriate.
安全有层次,运行前请审查代码。

License

MIT

可自由使用、修改和再分发,需保留版权声明。

运行时依赖

无特殊依赖

版本

latestv1.1.12026/1/31

Initial ClawHub release: Continuous self-improvement through structured reflection

无害

安装命令

点击复制
官方npx clawhub@latest install self-reflection
镜像加速npx clawhub@latest install self-reflection --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库