2.2 KiB
2.2 KiB
stef-openclaw-skills
A curated collection of practical OpenClaw skills by Stefano.
This repository contains practical OpenClaw skills and companion integrations. Install the repo (or a single path), then use each skill through OpenClaw and each integration as a local helper CLI.
Where to get information
- Skill docs index:
docs/README.md - Skill implementation files:
skills/<skill-name>/ - Per-skill runtime instructions:
skills/<skill-name>/SKILL.md - Integration implementation files:
integrations/<integration-name>/ - Integration docs:
docs/*.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 |
nordvpn-client |
Install, log in to, connect, disconnect, and verify NordVPN sessions across Linux CLI and macOS NordLynx/WireGuard backends. | skills/nordvpn-client |
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 |
us-cpa |
Federal individual 1040 workflow for tax questions, case intake, preparation, review, and draft e-file-ready export. | skills/us-cpa |
web-automation |
One-shot extraction plus broader browsing/scraping with Playwright-compatible CloakBrowser (auth flows, extraction, bot-protected sites). | skills/web-automation |
Integrations
| Integration | What it does | Path |
|---|---|---|
google-maps |
Traffic-aware ETA and leave-by calculations using Google Maps APIs. | integrations/google-maps |
google-workspace |
Gmail and Google Calendar helper CLI for profile, mail, calendar search, and event creation. | integrations/google-workspace |
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.)