← Back to Skills Marketplace
ckchzh

Omni Tools

by BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
179
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install omni-tools
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Omni Tools concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install omni-tools
  3. After installation, invoke the skill by name or use /omni-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug omni-tools
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Omni Tools?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Omni Tools concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.

How do I install Omni Tools?

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

Is Omni Tools free?

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

Which platforms does Omni Tools support?

Omni Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Omni Tools?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.

💬 Comments