← Back to Skills Marketplace
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-boost-tools
Description
提供基于 Claude Code 架构的成本追踪、记忆管理、压缩和权限控制等 OpenClaw 效率提升工具。
Usage Guidance
要不要安装:如果你信任来源且只想本地工具(只读成本/记忆检索、压缩、报告),可以在隔离环境或备份后试用。必须注意的点:
- 未展示/不一致的文件:SKILL.md 提到 tools/stream_exec.py(用于执行任意 shell 命令),但清单中未见该文件;另外有 5 个文件内容被截断/未展示。你应要求提供并审阅这些缺失文件(尤其是 stream_exec、permission_manager、任何以 exec/ subprocess 调用为主的模块)再决定。缺失文件可能只是打包错误,也可能掩盖真正的执行器。
- 危险功能默认禁用,但可手动启用:dream_consolidation 会删除日志(需要 --force)且 stream_exec 会执行任意命令。不要启用这些功能直到你阅读并理解相应实现(确认有权限检查和安全限制)。
- 权限检查不是强制阻止:check_permission.sh 调用 permission_manager.py,但 SKILL.md 明示 permission_manager.py "不会自动阻止",这意味着启用执行功能可能仍允许危险命令运行。验证 permission_manager.py 的实现——它是否只返回建议而非强制拒绝。
- 运行前备份并在隔离环境测试:按文档建议先备份 ~/.openclaw,然后在容器或临时用户帐户中安装并观察行为(特别是对文件删除和 subprocess 调用的行为)。
- 如果不能得到或审阅被截断/省略的文件,保持谨慎并视为高风险(拒绝启用流式执行/自动整理)。
进一步可改变判断的信息:查看并审阅被省略的 5 个文件内容,确认是否存在 tools/stream_exec.py;查看 permission_manager.py 的具体策略;确认没有隐藏的网络通信或远程端点。
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-boost-tools
Version: 1.0.0
The skill bundle is a comprehensive utility suite for the OpenClaw agent, providing tools for cost tracking, memory management, and context window compression. It features a sophisticated local permission management system (permission_manager.py) that implements a blacklist for dangerous shell commands (e.g., 'rm -rf /', 'curl|sh') and a whitelist for safe operations, which serves as a security enhancement rather than a threat. While the bundle interacts with local logs and can delete them during 'dream consolidation' (dream_consolidation.py), this behavior is documented, restricted to its own directory, and requires explicit user activation. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
名称/描述(成本追踪、记忆管理、压缩、权限控制)与包含的脚本/模块基本一致:多数模块在 ~/.openclaw/bw-openclaw-boost 下执行本地读写和解析 openclaw status,未请求外部凭据。
Instruction Scope
SKILL.md 与代码允许(并示例)执行危险操作:stream_exec(执行任意命令)和 dream_consolidation(在 --force 下删除日志)。虽然这些功能默认禁用并在文档中被警告,但 SKILL.md 给出了启用方法。文档/示例还引用 tools/stream_exec.py,但该文件未在清单中出现(不一致)。权限管理声明“只读/本地规则”,但 permission_manager.py 被描述为“不会自动阻止”,这意味着启用执行功能可能绕过保护。
Install Mechanism
没有远程下载或不明来源的安装步骤;install.sh 只是将包复制到 ~/.openclaw/bw-openclaw-boost 并设置权限(本地文件写入)。没有使用外部 URL 或非标准安装目标。
Credentials
技能声明和代码均未要求外部 API 密钥或环境变量;所有数据与用户主目录下的 ~/.openclaw/bw-openclaw-boost 目录有关,未请求额外凭据。
Persistence & Privilege
技能不会强制始终启用(always:false)。它在用户主目录下建立自身目录并写入持久化文件(正常)。没有发现修改其他技能或系统范围配置的代码片段(在已显示文件中)。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-boost-tools - After installation, invoke the skill by name or use
/openclaw-boost-tools - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw效率工具包,Low Risk,纯粹信息类工具
Metadata
Frequently Asked Questions
What is OpenClaw Boost Tools?
提供基于 Claude Code 架构的成本追踪、记忆管理、压缩和权限控制等 OpenClaw 效率提升工具。 It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install OpenClaw Boost Tools?
Run "/install openclaw-boost-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Boost Tools free?
Yes, OpenClaw Boost Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Boost Tools support?
OpenClaw Boost Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Boost Tools?
It is built and maintained by bw520333 (@bw520333); the current version is v1.0.0.
More Skills