Files
stef-openclaw-skills/README.md
2026-02-09 02:50:07 +00:00

32 lines
843 B
Markdown

# Stefano's openclaw Skills
A curated collection of OpenClaw skills by Stefano.
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-skills/
├── 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.)