安全扫描
OpenClaw
安全
high confidence该技能通过结构化反思与记忆机制,让 AI 在交互中持续记录、分析并改进自身表现,实现对话级别的自我优化与迭代。
评估建议
该技能安全风险较低。它仅在本地记录对话反思和记忆,不涉及外部数据交互或敏感信息访问。
1. 本地记忆存储:反思内容存储在本地环境,不上传到外部服务器
2. 结构化分析:通过预定义框架分析对话模式,确保输出可解释
3. 持续改进机制:自动记录交互过程,逐步优化回答质量
4. 无外部依赖:无需 API 密钥或网络请求
使用注意:
- 定期清理不需要的反思记录,保护对话隐私
- 如在团队环境使用,注意记忆内容可能包含敏感讨论
- 建议定期导出重要反思内容备份
- 确保本地存储环境安全可靠...详细分析 ▾
✓ 用途与能力
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
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 镜像可用
本土化适配说明
Self Reflection — 自我反思 安装说明: 安装命令:npx clawhub@latest install self-reflection 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载