chore: initialize stef-openclaw-skill with gitea-api skill

This commit is contained in:
Luke
2026-02-09 02:26:41 +00:00
commit a9b8109b2b
4 changed files with 445 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec python3 "$SCRIPT_DIR/gitea.py" "$@"