/install gitea-2
Gitea Skill
Use the tea CLI to interact with Gitea instances. The tea CLI is the official command-line tool for Gitea.
Pull Requests
List open pull requests:
tea pulls --repo owner/repo
Check details of a PR:
tea pr 55 --repo owner/repo
Issues
List open issues:
tea issues --repo owner/repo
View an issue:
tea issue 123 --repo owner/repo
Actions (CI/CD)
List repository secrets:
tea actions secrets list --repo owner/repo
List repository variables:
tea actions variables list --repo owner/repo
API for Advanced Queries
The tea api command is useful for accessing data not available through other subcommands.
Get PR with specific fields (requires jq for filtering):
tea api repos/owner/repo/pulls/55 | jq '.title, .state, .user.login'
Logins
To use tea with a specific Gitea instance, you first need to add a login:
tea login add --name my-gitea --url https://gitea.example.com --token \x3Cyour-token>
Then you can use --login my-gitea in your commands:
tea pulls --repo owner/repo --login my-gitea
List all configured logins:
tea logins
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gitea-2 - After installation, invoke the skill by name or use
/gitea-2 - Provide required inputs per the skill's parameter spec and get structured output
What is Gitea?
Interact with Gitea using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries. It is an AI Agent Skill for Claude Code / OpenClaw, with 1083 downloads so far.
How do I install Gitea?
Run "/install gitea-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gitea free?
Yes, Gitea is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gitea support?
Gitea is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gitea?
It is built and maintained by razzeee (@razzeee); the current version is v0.1.0.