← 返回 Skills 市场
Wordcraft
作者
bytesagain3
· GitHub ↗
· v2.0.3
· MIT-0
179
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install wordcraft
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Wordcraft concepts, best practices, and implementation patterns.
安全使用建议
This skill is low-risk: it only prints built-in reference text and asks for no credentials or installs. Before installing, you can inspect scripts/script.sh (already included) to confirm there are no network calls or file reads. Note the minor version mismatch between the package metadata (2.0.3) and the script (VERSION="2.0.2"); this is likely just a bookkeeping issue. Because the agent may invoke skills autonomously by default, consider whether you want to allow autonomous invocation platform-wide, but the skill itself does not require elevated privileges or secrets.
功能分析
Type: OpenClaw Skill
Name: wordcraft
Version: 2.0.3
The 'wordcraft' skill bundle is a static documentation reference tool. The primary script (scripts/script.sh) uses heredocs to output informational text about development patterns and troubleshooting, with no evidence of network access, credential theft, or command injection vulnerabilities.
能力评估
Purpose & Capability
The name/description (reference for devtools) matches the delivered behavior: static reference content served via heredocs. Minor inconsistency: registry metadata version is 2.0.3 while the script sets VERSION="2.0.2" in its header — a bookkeeping mismatch but not a functional or security concern.
Instruction Scope
SKILL.md explicitly states there are no external API calls or credentials required; scripts/script.sh implements only local heredoc outputs for each command and does not read files, access environment secrets, or make network calls. One small note: some quickstart text generically mentions 'access credentials' as part of a generic prereq checklist, but the skill itself does not request or use any credentials.
Install Mechanism
No install spec is provided (instruction-only), lowering risk. There is a single benign shell script included; nothing is downloaded or extracted and no install-time actions are declared.
Credentials
The skill declares no required environment variables, and the script does not read or require secrets or external credentials. It only performs simple argument parsing and prints static text.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/config. disable-model-invocation is default (false), meaning the agent could call it autonomously — this is normal and acceptable given the skill's limited scope and lack of sensitive access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wordcraft - 安装完成后,直接呼叫该 Skill 的名称或使用
/wordcraft触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
元数据
常见问题
Wordcraft 是什么?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Wordcraft concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 179 次。
如何安装 Wordcraft?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wordcraft」即可一键安装,无需额外配置。
Wordcraft 是免费的吗?
是的,Wordcraft 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wordcraft 支持哪些平台?
Wordcraft 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wordcraft?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.3。
推荐 Skills