← Back to Skills Marketplace
bytesagain3

Thesaurus

by bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
234
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install thesaurus
Description
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
Usage Guidance
This skill appears coherent and offline: it writes logs and exports to ~/.local/share/thesaurus and does not require credentials or network access. Before installing, review or run the provided scripts/script.sh locally (it must be installed or symlinked to 'thesaurus' to work). If you store sensitive text in the tool, remember exports are plain files under your home directory; back them up or delete them if needed. If you want extra assurance, open the full script to confirm there are no hidden network calls before making it executable or placing it on your PATH.
Capability Analysis
Type: OpenClaw Skill Name: thesaurus Version: 2.0.1 The skill is classified as suspicious because its actual implementation in 'scripts/script.sh' does not align with the stated purpose in 'SKILL.md'. While advertised as a 'Thesaurus' for looking up synonyms and antonyms, the code contains no such functionality and instead acts as a generic input logger that appends all arguments to local log files. Additionally, 'SKILL.md' contains messy documentation including raw shell command substitutions (e.g., '$(du ...)') and internal variable references (e.g., '$DATA_DIR') within its command table, which could potentially trigger unintended behavior or command execution attempts by an AI agent.
Capability Assessment
Purpose & Capability
Name/description (thesaurus CLI that records and exports entries) align with the included shell script and SKILL.md. The script implements commands, local logging, stats, search, and export functionality consistent with the stated purpose.
Instruction Scope
SKILL.md and the script limit themselves to local file operations (creating ~/.local/share/thesaurus, writing/reading .log files, grep/tail/du/wc). There are no instructions to read unrelated system files or to transmit data externally. One minor note: SKILL.md invokes a 'thesaurus' command but provides no automated install; the repository includes scripts/script.sh which appears to be the CLI implementation and must be placed on PATH by the user.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, a script file is included (scripts/script.sh). This is not an automatic downloader — it means a user must install or symlink the script to use the 'thesaurus' command. No remote downloads or extract operations are present in the packaged files.
Credentials
The skill requests no environment variables, no credentials, and uses only the HOME variable to place data under the user's home directory. That is proportionate for a local CLI data-tracking tool.
Persistence & Privilege
Skill is not marked always:true and does not request system-wide configuration changes. It stores data under the user's home directory only. Default autonomous invocation is allowed by platform policy but this skill's local-only behavior keeps blast radius low.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install thesaurus
  3. After installation, invoke the skill by name or use /thesaurus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
Domain-specific upgrade
Metadata
Slug thesaurus
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Thesaurus?

Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency. It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.

How do I install Thesaurus?

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

Is Thesaurus free?

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

Which platforms does Thesaurus support?

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

Who created Thesaurus?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.

💬 Comments