A public skill library for OpenClaw — reusable automation skills anyone can use.
claw-library = claw + library. A library of skills for the claw. 🐾
| Skill | Description |
|---|---|
html-to-pdf |
Convert HTML to PDF with precise page size control using Playwright |
github-repo-manager |
Rename and manage GitHub repositories via browser (CDP) or GitHub API |
workspace-init |
Create a dedicated project workspace folder for complex multi-file tasks |
Skills are standalone modules. Copy a skill folder into your OpenClaw plugin-skills directory:
~/.openclaw/plugin-skills/<skill-name>/
└── SKILL.md
OpenClaw automatically loads skills from this directory.
This repository is English-first. Skills are written in English, with comments and documentation in English, so they can be shared with the global OpenClaw community.
claw-library/
├── README.md # This file
├── html-to-pdf/ # HTML → PDF conversion (Playwright)
├── github-repo-manager/ # GitHub repo operations (CDP + API)
└── workspace-init/ # Project workspace setup
When adding a skill:
- Write
SKILL.mdin English - Include
## Use Whensection - Include
## Prerequisitessection - Include step-by-step instructions with code samples
- Do NOT include personal, project-specific, or private information
Open for public use. Skills are provided as-is.