← 返回 Skills 市场
bytesagain3

Thesaurus

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
234
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install thesaurus
功能描述
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thesaurus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thesaurus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
update
v2.0.0
Domain-specific upgrade
元数据
Slug thesaurus
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Thesaurus 是什么?

Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。

如何安装 Thesaurus?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install thesaurus」即可一键安装,无需额外配置。

Thesaurus 是免费的吗?

是的,Thesaurus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Thesaurus 支持哪些平台?

Thesaurus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Thesaurus?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。

💬 留言讨论