← 返回 Skills 市场
Omni Tools
作者
BytesAgain2
· GitHub ↗
· v2.0.2
· MIT-0
179
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install omni-tools
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Omni Tools concepts, best practices, and implementation patterns.
安全使用建议
This is a simple, local reference skill that prints documentation; it does not ask for credentials or make network calls. If you plan to install/run it: (1) review the included script (scripts/script.sh) — it only prints text; (2) note the minor version mismatch and a small help-text bug (harmless); (3) ensure you trust the repository source if you intend to run bundled scripts, but no secrets or external endpoints are involved. If you need stronger guarantees, consider running the script in an isolated environment or inspecting it locally before use.
功能分析
Type: OpenClaw Skill
Name: omni-tools
Version: 2.0.2
The 'omni-tools' skill bundle is a purely informational reference tool. The primary script (scripts/script.sh) uses bash heredocs to output static documentation for various development topics without performing any network calls, file system modifications, or sensitive data access. The instructions in SKILL.md accurately reflect the script's behavior and contain no malicious prompt injection or hidden commands.
能力评估
Purpose & Capability
Name/description (devtools reference) align with the included shell script and SKILL.md: the skill is a local reference/cheatsheet and does not request credentials or external services. Minor inconsistencies: SKILL.md metadata lists version 2.0.2 while scripts/script.sh sets VERSION="2.0.1"; show_help uses a single-quoted heredoc so the $VERSION literal will not interpolate, which is a bug but not a security concern.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference documentation and claims no network access or credentials; the included script only emits heredoc text, reads no files, references no environment variables, and makes no external calls. There is no scope creep in the instructions.
Install Mechanism
No install spec is provided (instruction-only). The only shipped file is a small bash script; nothing is downloaded or written to disk by an installer, which minimizes install-related risk.
Credentials
The skill declares no required environment variables or credentials, and the script does not access or require secrets or external config paths.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or modify other skills. It does not require elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omni-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/omni-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
元数据
常见问题
Omni Tools 是什么?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Omni Tools concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Omni Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omni-tools」即可一键安装,无需额外配置。
Omni Tools 是免费的吗?
是的,Omni Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Omni Tools 支持哪些平台?
Omni Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Omni Tools?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.2。
推荐 Skills