mirror of
https://github.com/VoltAgent/awesome-openclaw-skills.git
synced 2026-06-17 05:01:14 +00:00
Update CONTRIBUTING.md and README.md to reflect ClawHub as the primary skill registry
This commit is contained in:
+9
-13
@@ -1,8 +1,8 @@
|
||||
# Contributing to Awesome OpenClaw Skills
|
||||
|
||||
A curated list of skills for OpenClaw. We organize links to skills hosted in the [official OpenClaw skills repo](https://github.com/openclaw/skills/tree/main/skills).
|
||||
A curated list of skills for OpenClaw. We organize links to skills published on [ClawHub](https://clawhub.ai), OpenClaw's public skills registry.
|
||||
|
||||
> This repository is a curated list of links — nothing more. Every skill listed here **must already be published** in the [official OpenClaw skills repo](https://github.com/openclaw/skills/tree/main/skills). If your skill is not there, we cannot accept it here. Publish your skill to the OpenClaw skills repo first, then come back and submit a PR to add a link.
|
||||
> This repository is a curated list of links — nothing more. Every skill listed here **must already be published** on [ClawHub](https://clawhub.ai). If your skill is not there, we cannot accept it here. Publish your skill to ClawHub first, then come back and submit a PR to add a link.
|
||||
|
||||
## Adding a Skill
|
||||
|
||||
@@ -11,14 +11,10 @@ A curated list of skills for OpenClaw. We organize links to skills hosted in the
|
||||
Add your skill to the end of the relevant category in `README.md`:
|
||||
|
||||
```markdown
|
||||
- [skill-name](https://github.com/openclaw/skills/tree/main/skills/author/skill-name/SKILL.md) - Short description of what it does.
|
||||
- [skill-name](https://clawhub.ai/author/skill-name) - Short description of what it does.
|
||||
```
|
||||
|
||||
If an author has multiple skills in the same area, please don't add them one by one. Instead, link to the author's parent folder and write a general description. This keeps the list clean and avoids unnecessary clutter.
|
||||
|
||||
```markdown
|
||||
- [author-skills](https://github.com/openclaw/skills/tree/main/skills/author) - Brief summary covering all skills.
|
||||
```
|
||||
If an author has multiple skills in the same area, please don't add them one by one. Instead, link to the most representative skill and write a general description. This keeps the list clean and avoids unnecessary clutter.
|
||||
|
||||
### Where to Add
|
||||
|
||||
@@ -27,7 +23,7 @@ If an author has multiple skills in the same area, please don't add them one by
|
||||
|
||||
### Requirements
|
||||
|
||||
- **Skill must already be published to the [OpenClaw official skills repo](https://github.com/openclaw/skills/tree/main/skills).** We do not accept skills hosted elsewhere — no personal repos, no gists, no external links. If it's not in the OpenClaw skills repo, it doesn't belong here.
|
||||
- **Skill must already be published on [ClawHub](https://clawhub.ai), OpenClaw's public skills registry.** We do not accept skills hosted elsewhere — no personal repos, no gists, no external links. If it's not on ClawHub, it doesn't belong here.
|
||||
- Has documentation (SKILL.md)
|
||||
- Description must be concise — 10 words or fewer
|
||||
- Skill must have real community usage. We focus on community-adopted, proven skills published by development teams and proven in real-world usage. Brand new skills are not accepted — give your skill time to mature and gain users before submitting
|
||||
@@ -35,9 +31,8 @@ If an author has multiple skills in the same area, please don't add them one by
|
||||
|
||||
### PR Description
|
||||
|
||||
Include both the ClawHub and GitHub links for your skill in the PR description, for example:
|
||||
Include the ClawHub link for your skill in the PR description, for example:
|
||||
- `https://clawhub.ai/steipete/slack`
|
||||
- `https://github.com/openclaw/skills/tree/main/skills/steipete/slack`
|
||||
|
||||
### PR Title
|
||||
|
||||
@@ -56,8 +51,9 @@ If you believe a skill currently in this list has a security concern or should b
|
||||
|
||||
## Important
|
||||
|
||||
- This repository curates links only. Each skill lives in the official OpenClaw skills repo.
|
||||
- **Do not submit links pointing to `https://clawskills.sh/` URLs.** All skill entries must link to the GitHub source at `https://github.com/openclaw/skills/tree/main/skills/author/skill-name/SKILL.md`. The clawskills.sh listings are managed and deployed by us separately — you do not need to add anything there.
|
||||
- This repository curates links only. Each skill lives on ClawHub, OpenClaw's public skills registry.
|
||||
- Skill entries link to the skill's ClawHub listing at `https://clawhub.ai/author/skill-name`. Share that same ClawHub page in your PR so we can verify it is published.
|
||||
- **Do not submit links pointing to `https://clawskills.sh/` URLs.** Always use the ClawHub link (`https://clawhub.ai/author/skill-name`). The clawskills.sh listings are managed and deployed by us separately — you do not need to add anything there.
|
||||
- Verify your links work before submitting.
|
||||
- We review all submissions and may decline skills that don't meet the quality bar.
|
||||
- Do not submit duplicate skills that serve the same purpose as an existing entry.
|
||||
|
||||
@@ -77,9 +77,9 @@ OpenClaw's public registry (ClawHub) hosts **13,729 community-built skills** as
|
||||
|
||||
#### Want to add a skill?
|
||||
|
||||
This list only includes skills that are **already published** in the `github.com/openclaw/skills` repository. We do not accept links to personal repos, gists, or any other external source. If your skill isn't in the OpenClaw skills repo yet, publish it there first.
|
||||
This list only includes skills that are **already published** on [ClawHub](https://clawhub.ai), OpenClaw's public skills registry. We do not accept links to personal repos, gists, or any other external source. If your skill isn't on ClawHub yet, publish it there first.
|
||||
|
||||
Please submit links to the GitHub source only (not `clawskills.sh` URLs) — the clawskills.sh listings are managed by us separately. Include both the ClawHub link (e.g. `https://clawhub.ai/steipete/slack`) and the GitHub link (e.g. `https://github.com/openclaw/skills/tree/main/skills/steipete/slack`) in your PR description. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||
Include the ClawHub link for your skill (e.g. `https://clawhub.ai/steipete/slack`) in your PR description — the `clawskills.sh` listings are managed by us separately. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||
|
||||
|
||||
## OpenClaw Ecosystem Tools
|
||||
|
||||
Reference in New Issue
Block a user