← Back to Skills Marketplace
bytesagain3

Wordcraft

by bytesagain3 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ Security Clean
179
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install wordcraft
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Wordcraft concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wordcraft
  3. After installation, invoke the skill by name or use /wordcraft
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug wordcraft
Version 2.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Wordcraft?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Wordcraft concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.

How do I install Wordcraft?

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

Is Wordcraft free?

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

Which platforms does Wordcraft support?

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

Who created Wordcraft?

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

💬 Comments