Files
stef-openclaw-skills/README.md
2026-03-08 21:11:09 -05:00

29 lines
1.3 KiB
Markdown

# stef-openclaw-skills
A curated collection of practical OpenClaw skills by Stefano.
This repository is intended to be a simple skill source: install the repo (or a single skill path), then use each skill through OpenClaw.
## Where to get information
- Skill docs index: [`docs/README.md`](docs/README.md)
- Skill implementation files: `skills/<skill-name>/`
- Per-skill runtime instructions: `skills/<skill-name>/SKILL.md`
## Skills
| Skill | What it does | Path |
|---|---|---|
| `elevenlabs-stt` | Transcribe local audio files with ElevenLabs Speech-to-Text, with diarization, language hints, event tags, and JSON output. | `skills/elevenlabs-stt` |
| `gitea-api` | Interact with Gitea via REST API (repos, issues, PRs, releases, branches, user info). | `skills/gitea-api` |
| `portainer` | Manage Portainer stacks via API (list, start/stop/restart, update, prune images). | `skills/portainer` |
| `searxng` | Search through a local or self-hosted SearXNG instance for web, news, images, and more. | `skills/searxng` |
| `web-automation` | Automate browsing/scraping with Playwright + Camoufox (auth flows, extraction, bot-protected sites). | `skills/web-automation` |
## Install ideas
- Install the whole repo as a skill source.
- Install a single skill by path (example: `skills/gitea-api`).
(Exact install command can vary by OpenClaw/ClawHub version.)