gitea-skill
agent
Warn
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Gitea CLI (tea) Skill For Claude/Codex/Opencode
README.md
gitea-skill
An agent skill for managing Gitea instances via the tea CLI
What it does
Teaches AI coding agents to manage Gitea via the tea CLI — no hallucinated flags, just exact tested workflows.
| Capability | Operations |
|---|---|
| Repositories | Create, edit, fork, clone, search, migrate, delete |
| Issues | Create, list, edit, close, comment, filter |
| Pull Requests | Create, edit, review, approve, merge, checkout, review comments |
| Releases | Create with assets, edit, manage artifacts |
| CI/CD Actions | View/dispatch runs, stream logs, manage secrets and workflows |
| Labels & Milestones | Full CRUD, sprint planning |
| Organizations | Create, list, manage |
| Wiki | List, view, create, edit, delete pages |
| SSH Keys | List, add, delete account keys |
| Webhooks | Create, update, delete |
| Time Tracking | Log time, view tracked hours |
| Notifications | List, read, pin, filter |
| Direct API | Raw tea api access to any endpoint |
Installation
# Universal
npx skills add pkulik0/gitea-skill
# Manual
git clone https://gitea.com/pk/gitea-skill.git
# Copy skills/gitea/ into your agent's skills directory
Prerequisites
Install tea CLI v0.15+ (this skill is tested on 0.15.1)
brew install tea # macOS go install code.gitea.io/tea@latest # From source tea --version # expect Version: 0.15.xAdd a Gitea login
tea logins add --name my-gitea --url https://gitea.example.com --token YOUR_TOKENVerify:
tea whoami
Usage
Ask your agent any of these:
"Create a new repo called api-gateway in my org"
"List all open bugs assigned to me"
"Create a PR from this branch to main"
"Squash merge PR #42"
"Tag a v2.0.0 release with the changelog"
"Show me the CI logs for the latest run"
"Track 2 hours on issue #15"
Supported Agents
Works with any AI coding agent with Bash access — Claude Code, Cursor, Cline, Codex, Windsurf, Roo Code, GitHub Copilot, Gemini CLI, and 40+ more via skills CLI.
Contributing
- Fork → edit
skills/gitea/→ test with your agent → submit a PR
See SKILL.md for the full skill specification and references/ for detailed docs.
License
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found