32 lines
841 B
Markdown
32 lines
841 B
Markdown
# Stefano's openclaw Skills
|
|
|
|
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-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.)
|