stef-openclaw-skill

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

stef-openclaw-skill/
├── 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.)

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