← Back to Skills Marketplace
ntaffffff

Tool Enhancement

by ntaffffff · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
170
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install tool-enhancement
Description
🚀 55+ 增强工具集 - 为 OpenClaw 赋能。文件操作、Shell执行、Git工作流、网页请求、子Agent调度、分层记忆、终端UI,一应俱全。
Usage Guidance
这个技能本身在声明与实现上是一致的:它确实提供大量高权限工具(任意 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 脚本以观察行为。 总体建议:技能“内部一致但权限很大”,可用但需通过隔离、最小权限和人工审计降低风险。
Capability Assessment
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;默认允许模型自主调用(平台默认且被允许)。技能不会显式修改其他技能或系统级配置文件(在可审阅的片段中未见修改其他技能配置的行为)。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tool-enhancement
  3. After installation, invoke the skill by name or use /tool-enhancement
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tool-enhancement
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Tool Enhancement?

🚀 55+ 增强工具集 - 为 OpenClaw 赋能。文件操作、Shell执行、Git工作流、网页请求、子Agent调度、分层记忆、终端UI,一应俱全。 It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.

How do I install Tool Enhancement?

Run "/install tool-enhancement" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tool Enhancement free?

Yes, Tool Enhancement is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tool Enhancement support?

Tool Enhancement is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tool Enhancement?

It is built and maintained by ntaffffff (@ntaffffff); the current version is v1.0.5.

💬 Comments