skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Why use this skill?
Easily package your scripts and domain knowledge into professional, modular OpenClaw AgentSkills using the skill-creator scaffolding tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/meekotharaccoon/solarpunk-evidence-loggerWhat This Skill Does
The skill-creator is a specialized toolkit designed to empower developers and power users to author, structure, and package their own AgentSkills for the OpenClaw ecosystem. By standardizing the way skills are created—incorporating mandatory SKILL.md documentation, YAML frontmatter, and organized resource directories—this tool ensures that every skill you build is professional, discoverable, and immediately usable by the OpenClaw agent. It serves as a scaffolding utility that helps you translate domain expertise or repetitive task logic into a robust, self-contained package that Codex can interpret efficiently.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/meekotharaccoon/skill-creator
Use Cases
- Standardizing Workflows: Create a library of custom operational procedures for your team, ensuring everyone follows the same multi-step logic.
- Bundling Proprietary Assets: Package internal configuration files, custom script templates, or specific schema references so the agent has instant access to business-critical information.
- Automating Repetitive Tasks: Wrap complex shell scripts or data-processing logic into a clean, callable interface for the OpenClaw agent to execute on demand.
- Knowledge Management: Organize documentation so that the agent can retrieve specific, context-heavy information without cluttering the global prompt memory.
Example Prompts
- "I have a folder of Python scripts for cloud deployment. Use the skill-creator to package them into a new skill called 'cloud-deployer'."
- "Create a new SKILL.md file for a skill named 'data-validator' that includes instructions for CSV schema checking."
- "Help me restructure my existing local scripts into the standard skill directory format so they can be distributed via ClawHub."
Tips & Limitations
- Conciseness is Critical: Remember that every character added to your SKILL.md consumes the agent's context window. Avoid fluff; focus on actionable instructions and clear tool descriptions.
- Freedom Levels: Always choose the appropriate level of constraint. Use high freedom (text instructions) for creative tasks, and low freedom (locked scripts) for tasks where precision is required to avoid system errors.
- Dependencies: Ensure that any scripts included in your assets are compatible with the environment where OpenClaw is being executed. Avoid hardcoding absolute paths that may not exist on other machines; prefer relative paths and environment-aware configuration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-meekotharaccoon-solarpunk-evidence-logger": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution