← 返回 Skills 市场
ntaffffff

Tool Enhancement

作者 ntaffffff · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
170
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install tool-enhancement
功能描述
🚀 55+ 增强工具集 - 为 OpenClaw 赋能。文件操作、Shell执行、Git工作流、网页请求、子Agent调度、分层记忆、终端UI,一应俱全。
安全使用建议
这个技能本身在声明与实现上是一致的:它确实提供大量高权限工具(任意 Shell 执行、读写/删除文件、进程管理、sudo、网络请求、spawn 子 Agent 等)。在决定安装或启用前请考虑: - 仅在受信任或隔离的环境(容器、沙箱或非生产机器)中运行,避免在含有敏感数据或以 root 身份的主机上直接启用。 - 如果你要允许模型/代理自动调用技能,明确限制其权限(例如禁止 FS_WRITE/FS_DELETE、禁止 shell_sudo、禁止 process_kill),或只在交互式/人工批准场景下允许敏感操作。 - 审阅关键模块源码(exec_tools.py、file_tools.py、agent_tools.py、git_tools.py、web_tools.py),确认没有对未审计外部脚本的自动导入或执行(示例中 agent_tools 有指向 ~/.openclaw/... 的 AGENT_TEAMS_PATH,建议确认该路径不会被自动导入不可信代码)。 - 若需要网络/API 访问,避免在全局环境中放置长期凭据;在运行时按需提供短期 token 并监控外发流量。 - 在首次启用前,可在干净的测试环境中运行技能自带的 test/sample 脚本以观察行为。 总体建议:技能“内部一致但权限很大”,可用但需通过隔离、最小权限和人工审计降低风险。
能力评估
Purpose & Capability
技能名/描述声明提供“文件操作、Shell执行、Git、网页请求、子Agent、记忆、UI”等功能,包内的模块(file_tools, exec_tools, git_tools, web_tools, agent_tools, memory_tools 等)确实实现了这些能力。要求的二进制(python3, git, curl)与功能相符。没有发现请求与其声明不一致的额外凭据或外部依赖。
Instruction Scope
SKILL.md 的示例和运行方式直接调用本地脚本(run_nlp.py / run_tool.py)并演示读取 /etc/hostname、执行 shell 命令、git 操作、网络请求等。指令范围与技能目的匹配,但技能赋予代理运行任意 shell 命令、读写/删除任意文件、杀进程、以 sudo 执行命令、以及发起网络请求等高权限能力——这是预期功能,但会扩大权限边界,用户需意识到这些能力的风险。
Install Mechanism
没有外部下载或不明 install spec ——技能包含所有源码文件(instruction-only + bundled code),不依赖于可疑 URL 或第三方安装脚本。publish.sh 会调用 clawhub 和 git 推送,但这是发布脚本(并非自动执行于安装时)。总体安装机制没有发现高风险远程下载操作。
Credentials
技能未声明需任何环境变量或秘密(primary credential none)。代码中有 HTTP/API 工具可以使用外部 API(可能需要 tokens 在实际使用时传入),但未自动请求或读取额外凭据。所需环境(python3, git, curl)与实现功能一致,未见不相干的凭据请求。
Persistence & Privilege
flags 中没有设置 always:true;默认允许模型自主调用(平台默认且被允许)。技能不会显式修改其他技能或系统级配置文件(在可审阅的片段中未见修改其他技能配置的行为)。
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tool-enhancement
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tool-enhancement 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Internal update to tools/session_tools.py. - No user-facing features or documentation changes.
v1.0.4
- 新增 session_tools.py 文件,增加会话相关工具支持 - 更新 tools/__init__.py 以集成 session_tools 模块
v1.0.3
添加 Agent Teams
v1.0.2
- Added publish.sh script for publishing or deployment automation. - Made updates to tools/run_nlp.py (details not specified). - No user-facing changes in documentation or feature set.
v1.0.1
**Changelog for tool-enhancement v1.0.1** - Improved and expanded documentation in SKILL.md: enriched feature list, tool tables, quickstart, usage, and file structure sections. - Added a dedicated README.md file for better onboarding and repository navigation. - Enhanced clarity on tool types, capabilities, and integration instructions. - Updated metadata and badges for a more user-friendly, organized introduction. - No code or logic changes—documentation and presentation improvements only.
v1.0.0
- Initial release of "tool-enhancement" skill, featuring over 55 enhanced tools. - Supports natural language invocation for file operations, shell execution, Git commands, web requests, memory features, agent scheduling, and terminal UI. - Provides direct tool invocation via command line or through Python scripts. - Includes detailed intent mapping and tool usage examples. - Organizes tools into categories: file, execution, Git, web, memory, agent, UI, and MCP tools. - Designed for easy integration with OpenClaw workflow.
元数据
Slug tool-enhancement
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Tool Enhancement 是什么?

🚀 55+ 增强工具集 - 为 OpenClaw 赋能。文件操作、Shell执行、Git工作流、网页请求、子Agent调度、分层记忆、终端UI,一应俱全。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 Tool Enhancement?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tool-enhancement」即可一键安装,无需额外配置。

Tool Enhancement 是免费的吗?

是的,Tool Enhancement 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tool Enhancement 支持哪些平台?

Tool Enhancement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tool Enhancement?

由 ntaffffff(@ntaffffff)开发并维护,当前版本 v1.0.5。

💬 留言讨论