← 返回 Skills 市场
Xiucheng Self Improving Bwm
作者
blueworldmarketing
· GitHub ↗
· v1.0.0
· MIT-0
69
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install xiucheng-self-improving-bwm
功能描述
Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
安全使用建议
This package looks like a simple local analyzer/logger, but there are several mismatches you should resolve before installing: (1) Verify the source and owner (homepage/repo and ownerId mismatch). (2) Confirm where it will write files — the code uses /root/.openclaw/workspace (not the ./ defaults in SKILL.md). If you don't want it touching /root, change the workspace path. (3) SKILL.md promises 'automatic analysis after each session' but the code provides only a manual API/CLI — if you expect automatic hooking into your agent lifecycle, you'll need to implement or review that integration. (4) Be aware it will create/append improvement_log.md and can modify SOUL.md (agent personality). Test the skill in an isolated environment or sandbox, inspect and (if needed) patch the workspace path, and review the GitHub repo history/owner before granting it access to any production agent.
功能分析
Type: OpenClaw Skill
Name: xiucheng-self-improving-bwm
Version: 1.0.0
The skill bundle implements a simple feedback logging and analysis system for agent performance improvement. The Python code (self_improving.py) uses basic keyword heuristics to analyze conversation quality and logs insights to a local markdown file within the OpenClaw workspace, with no evidence of network activity, data exfiltration, or malicious instructions.
能力评估
Purpose & Capability
The name/description match a conversation-quality analyzer and the included Python implements analysis, logging, reporting and SOUL.md suggestions — so the core capability aligns. However, SKILL.md claims 'automatic analyzes conversations after each session' while the Python exposes only a manual API/CLI and no session hook; SKILL.md lists default config paths (./improvement_log.md, ./SOUL.md) but the code hardcodes workspace='/root/.openclaw/workspace'. Also the _meta.json ownerId differs from the registry ownerId, which is a metadata mismatch that deserves verification.
Instruction Scope
SKILL.md asserts automatic per-session analysis and integration with a 'memory-manager', but the code does not read conversation history, does not call any agent APIs, and does not integrate with a memory-manager — it only analyzes text passed into analyze_conversation and reads/writes files in the workspace. The code does not access environment variables or network, but it does create/modify improvement_log.md and SOUL.md in the workspace which can change persisted agent personality/data.
Install Mechanism
No install spec and no remote downloads — the skill is instruction-only with a bundled Python file. That lowers supply-chain risk; nothing is fetched from external URLs during install.
Credentials
The skill requests no credentials or env vars, which is proportional. However, it uses a hardcoded workspace path (/root/.openclaw/workspace) and will create/append files there (improvement_log.md) and read/write SOUL.md. While expected for a learning/logging tool, this persistence means it can modify agent personality/configuration files — be aware and check the path and file ownership before use.
Persistence & Privilege
always:false and no special privileges requested. The skill persists data to the agent workspace and can update SOUL.md (personality anchor), which is within the claimed scope but has a broad behavioral impact on future agent responses; it does not modify other skills or global system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiucheng-self-improving-bwm - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiucheng-self-improving-bwm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the self-improving agent skill.
- Analyzes conversation quality and identifies improvement opportunities.
- Tracks and logs areas for enhancement and insights learned.
- Automatically generates weekly improvement reports.
- Optimizes response strategies based on ongoing analysis.
- Simple installation and integration with memory management and agent personalities.
元数据
常见问题
Xiucheng Self Improving Bwm 是什么?
Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 Xiucheng Self Improving Bwm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiucheng-self-improving-bwm」即可一键安装,无需额外配置。
Xiucheng Self Improving Bwm 是免费的吗?
是的,Xiucheng Self Improving Bwm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xiucheng Self Improving Bwm 支持哪些平台?
Xiucheng Self Improving Bwm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xiucheng Self Improving Bwm?
由 blueworldmarketing(@blueworldmarketing)开发并维护,当前版本 v1.0.0。
推荐 Skills