← 返回 Skills 市场
Spell
作者
bytesagain1
· GitHub ↗
· v2.0.0
· MIT-0
221
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install spell
功能描述
Log anything fast and find it later with search and export. Use when running lookups, checking entries, converting formats, generating summaries.
安全使用建议
This skill appears to do what it says: a simple offline logger/search/export tool that keeps data locally at ~/.local/share/spell. Before installing or using it: 1) review and, if needed, audit scripts/script.sh locally (it will append whatever you type to plaintext log files); 2) be careful not to enter passwords, API keys, or other secrets into entries (they will be stored unencrypted); 3) note there are no install steps provided — you may need to make scripts/script.sh executable and place it on your PATH (or adapt the SKILL.md commands); 4) optional: restrict permissions on the data dir (chmod 700 ~/.local/share/spell) if you want to limit access. Minor technical notes: the export JSON newline handling and search behavior could be improved (e.g., grep option handling for terms starting with '-') but these are implementation issues rather than security red flags.
功能分析
Type: OpenClaw Skill
Name: spell
Version: 2.0.0
The SKILL.md file contains raw shell command interpolation sequences (e.g., `$(du ...)` and `$(cat ...)`) directly within the instruction table. While these specific commands are limited to calculating disk usage and line counts within the tool's own data directory (~/.local/share/spell/), providing executable shell syntax in markdown intended for an AI agent is a high-risk pattern that could be leveraged for command injection. The underlying script.sh is a benign logging utility that lacks any evidence of intentional malice, data exfiltration, or persistence.
能力评估
Purpose & Capability
Name/description claim a local logging/search utility. The included script implements exactly that behavior (creates ~/.local/share/spell, logs inputs, provides search/export/status). No unrelated credentials, services, or binaries are required.
Instruction Scope
SKILL.md describes running a 'spell' CLI and documents commands that match the script's behavior. Minor mismatch: the repository includes scripts/script.sh but no install instructions to make a 'spell' command available in PATH. The runtime instructions do not attempt to read unrelated system files or env vars beyond HOME/DATA_DIR. The tool will log whatever the user provides — so users should avoid entering secrets (logs are stored in plaintext).
Install Mechanism
There is no install spec (instruction-only), which is lower risk. The package contains a shell script (no remote downloads or extracted archives). Nothing in the manifest attempts to fetch or execute remote code.
Credentials
The skill declares no required environment variables or credentials and indeed uses only HOME (to build a local data dir). No keys, tokens, or unrelated env-vars are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It writes files only under the user's home (~/.local/share/spell) and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install spell - 安装完成后,直接呼叫该 Skill 的名称或使用
/spell触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
常见问题
Spell 是什么?
Log anything fast and find it later with search and export. Use when running lookups, checking entries, converting formats, generating summaries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 Spell?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install spell」即可一键安装,无需额外配置。
Spell 是免费的吗?
是的,Spell 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Spell 支持哪些平台?
Spell 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Spell?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.0。
推荐 Skills