← Back to Skills Marketplace
skill-craft
by
LeoNardo-LB
· GitHub ↗
· v1.0.1
· MIT-0
98
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-craft
Description
Create, optimize, or update AgentSkills with evidence-based design. Two modes: (1) CREATE — build new skills from scratch with proven design patterns. (2) OP...
Usage Guidance
This skill is a coherent meta-tool for creating and optimizing other skills and appears to do what it says. Before using it: (1) inspect the bundled scripts (scripts/init_skill.py, package_skill.py, quick_validate.py) before running them and run them in a sandbox or a non-sensitive directory, because they create files, directories, and may mark scripts executable; (2) avoid running any script as root or in system directories to prevent accidental overwrites; (3) if you plan to let an agent autonomously invoke this skill, be aware it will have instructions to read and write workspace files — grant it only to directories you trust; (4) note quick_validate enforces a specific SKILL.md frontmatter schema (allowed keys: name, description, license, allowed-tools, metadata) which may reject other frontmatter fields used by some ecosystems. If you need higher assurance, run the scripts locally in a controlled environment first.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the contents. The shipped Python scripts (init, package, quick_validate) and the references are appropriate for a 'skill authoring/optimization' meta-skill — they create templates, validate SKILL.md, and package skill folders, which a skill-authoring tool legitimately needs.
Instruction Scope
SKILL.md contains detailed runtime guidance that intentionally instructs reading/writing files, creating scripts/resources, running validation and packaging scripts, and using filesystem-based state patterns. This is expected for a skill-authoring tool, but it means the agent will be instructed to manipulate the local workspace and may execute scripts if invoked — review any generated or bundled scripts before running them.
Install Mechanism
No install spec or external downloads. The skill is instruction-first and ships local Python scripts; nothing fetches arbitrary code from external URLs. This is low-risk compared with remote-download installers.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The capability to create files/directories and set executability (chmod) is appropriate for a tool that scaffolds and packages skills.
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill manipulates files within skill directories (creating templates, packaging .skill zip), but it does not request system-wide persistence or modify other skills' configs. No elevated platform privileges are asserted.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-craft - After installation, invoke the skill by name or use
/skill-craft - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
No user-facing or internal changes detected in this version.
- No file changes were made between the previous and current version.
- Functionality and documentation remain unchanged.
v1.0.0
skill-craft 1.0.0 — Initial Release
- Introduces CREATE and OPTIMIZE modes for building or improving AgentSkills using evidence-based design.
- Provides a detailed skill taxonomy with nine distinct types and matching design priorities.
- Outlines a step-by-step workflow for creating new skills and optimizing existing ones.
- Implements best practices for skill anatomy, progressive content loading, and state management following recent research and industry standards.
- Emphasizes concise, trigger-focused descriptions and structured instructions for reliable agent execution.
Metadata
Frequently Asked Questions
What is skill-craft?
Create, optimize, or update AgentSkills with evidence-based design. Two modes: (1) CREATE — build new skills from scratch with proven design patterns. (2) OP... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install skill-craft?
Run "/install skill-craft" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill-craft free?
Yes, skill-craft is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skill-craft support?
skill-craft is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill-craft?
It is built and maintained by LeoNardo-LB (@leonardo-lb); the current version is v1.0.1.
More Skills