← Back to Skills Marketplace
Omni Tool
by
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
171
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install omni-tool
Description
The all-in-one tool to boost your productivity ⌨️ omni-tool, javascript, bookmark, bookmarks, bookmarks-manager, chrome.
Usage Guidance
This skill appears to be what it says: an offline bash CLI that stores plain-text logs in ~/.local/share/omni-tool. Before installing or running it, review the script (already bundled) and consider: 1) avoid logging secrets or sensitive data because entries are stored in plain text and included in exports; 2) check file permissions on the data directory; 3) be aware the JSON export does not escape values properly and may be invalid for complex inputs; and 4) run it in a sandboxed account if you want to limit risk. If you need the project to handle secrets or structured exports safely, request fixes (escape/JSON-encode values, add optional encryption or a configurable data path).
Capability Analysis
Type: OpenClaw Skill
Name: omni-tool
Version: 2.0.0
The Omni Tool is a simple Bash-based logging utility designed to record and categorize user-provided text entries into local log files within the user's home directory (~/.local/share/omni-tool/). Analysis of scripts/script.sh confirms that the tool only performs file appending, basic text processing (grep, sed, wc), and local data exports; it contains no network activity, no execution of user input, and no access to sensitive system files. While there is a logic bug where the 'export' command is shadowed by a logging case in the shell script, there is no evidence of malicious intent or security risk.
Capability Assessment
Purpose & Capability
Name/description claim an offline, bash-based bookmarks/productivity utility and the included script implements a local bash tool that reads/writes only to ~/.local/share/omni-tool. There are no extra binaries, credentials, or unrelated capabilities requested.
Instruction Scope
Runtime instructions and the script are narrowly scoped to logging, searching, exporting, and reporting from local log files. Notable: it persistently stores all inputs in plain-text logs and can export them; the JSON export does not escape values and may produce invalid JSON for inputs containing quotes/newlines. This is a privacy/data-quality concern (not evidence of malicious intent).
Install Mechanism
No install spec — instruction-only skill with a bundled bash script. Nothing is downloaded from external URLs and no archive extraction or package install occurs.
Credentials
The skill requests no environment variables or credentials. It only uses HOME to build a data directory, which is proportional to a local CLI tool that stores user logs.
Persistence & Privilege
The tool writes files under the user's home (~/.local/share/omni-tool). This is typical for CLI utilities but means sensitive inputs will be stored on disk; the skill does not request elevated or cross-skill privileges and 'always' is false.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install omni-tool - After installation, invoke the skill by name or use
/omni-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
publish v2.0.0
Metadata
Frequently Asked Questions
What is Omni Tool?
The all-in-one tool to boost your productivity ⌨️ omni-tool, javascript, bookmark, bookmarks, bookmarks-manager, chrome. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install Omni Tool?
Run "/install omni-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Omni Tool free?
Yes, Omni Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Omni Tool support?
Omni Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Omni Tool?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.
More Skills