Skip to content

code4henry/claw-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claw-library

A public skill library for OpenClaw — reusable automation skills anyone can use.

claw-library = claw + library. A library of skills for the claw. 🐾


📚 Available Skills

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

🔧 How to Use

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.


🌐 Internationalization

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.


📁 Repository Structure

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

🤝 Contributing

When adding a skill:

  • Write SKILL.md in English
  • Include ## Use When section
  • Include ## Prerequisites section
  • Include step-by-step instructions with code samples
  • Do NOT include personal, project-specific, or private information

📄 License

Open for public use. Skills are provided as-is.

About

General OpenClaw skills and scripts — for public use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors