Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Brief one-line description of what this skill does
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 12% | 0% |
Brief description of what this skill does and why it's useful.
REQUIRED_API_KEY - Description of what this key doesjq - JSON processorcurl - HTTP clientbash# Clone to your skills directory cd ~/.openclaw/workspace/skills/ git clone https://github.com/yourusername/your-skill.git skill-name
bashopenclaw skill install skill-name
Set required environment variables in your OpenClaw config or shell:
bashexport REQUIRED_API_KEY=your_key_here
Or add to ~/.openclaw/openclaw.json:
json{ "env": { "REQUIRED_API_KEY": "your_key_here" } }
bash./scripts/main_script.sh arg1 arg2
The skill is automatically available when loaded. OpenClaw will detect and offer it based on context.
See examples/ directory for common use cases.
SKILL.md - This file (skill documentation + frontmatter)scripts/ - Executable scripts and toolsreferences/ - Documentation, guides, linksassets/ - Images, data files, templatesexamples/ - Example usage and sample outputsbash# Run tests ./scripts/test.sh
Problem: Script fails with "command not found"
Problem: API authentication fails
REQUIRED_API_KEY is set correctlyMIT License - see LICENSE file
Other measured skills in the registry, with their headline benchmark lift.