Luke a6dffe0091 Add general flow runner and document natural-language usage
- Add flow.ts for go/click/type/press/wait/screenshot flows
- Update web-automation docs with natural-language examples
- Update SKILL.md quick reference for flow.ts
- Remove temp script files
2026-02-11 22:01:38 +00:00
2026-02-11 20:08:26 +00:00

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
  • Skill implementation files: skills/<skill-name>/
  • Per-skill runtime instructions: skills/<skill-name>/SKILL.md

Skills

Skill What it does Path
gitea-api Interact with Gitea via REST API (repos, issues, PRs, releases, branches, user info). skills/gitea-api
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.)

Description
Stef OpenClaw skill collection
Readme 16 MiB
Languages
TypeScript 37.2%
JavaScript 31.1%
Python 24.8%
Shell 6.9%