chore: initialize stef-openclaw-skill with gitea-api skill
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# stef-openclaw-skill
|
||||
|
||||
A curated collection of OpenClaw skills for Stef.
|
||||
|
||||
This repository is organized so an OpenClaw bot can install one or more skills directly from the repo URL/path.
|
||||
|
||||
## Repository Layout
|
||||
|
||||
```text
|
||||
stef-openclaw-skill/
|
||||
├── README.md
|
||||
└── skills/
|
||||
└── gitea-api/
|
||||
├── SKILL.md
|
||||
└── scripts/
|
||||
├── gitea.py
|
||||
└── gitea.sh
|
||||
```
|
||||
|
||||
## Skills
|
||||
|
||||
| Skill | Purpose | Path |
|
||||
|---|---|---|
|
||||
| `gitea-api` | Interact with any Gitea instance via REST API (create repos, issues, PRs, releases, branches, clone) without `tea` CLI. | `skills/gitea-api` |
|
||||
|
||||
## Install Ideas
|
||||
|
||||
- Install the whole repo as a skill source.
|
||||
- Install a single skill by path from this repo (e.g. `skills/gitea-api`).
|
||||
|
||||
(Exact install command can vary by OpenClaw/ClawHub version.)
|
||||
Reference in New Issue
Block a user