← Back to Skills Marketplace
razzeee

Gitea

by razzeee · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1083
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gitea-2
Description
Interact with Gitea using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.
README (SKILL.md)

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
Usage Guidance
This skill is coherent: it simply shows how to use the tea CLI to interact with Gitea. Before installing/using it: (1) ensure you trust the Homebrew or Go source used to install tea; (2) be aware that tea commands (e.g., actions secrets list) will access repository secrets/metadata if your configured login has permission—only add tokens you trust and store them securely; (3) the SKILL.md mentions using jq for filtering but doesn't declare it as required, so install jq if you need to run the example pipeline; and (4) if you are uncomfortable with the agent invoking the skill autonomously, restrict user-invocation or review calls the skill makes that perform write actions (e.g., creating PRs/issues) before allowing them.
Capability Analysis
Type: OpenClaw Skill Name: gitea-2 Version: 0.1.0 The skill is classified as suspicious due to exposing high-risk capabilities to the AI agent, specifically the ability to list repository secrets (`tea actions secrets list`) and manage API tokens (`tea login add --token`) as demonstrated in SKILL.md. While these are legitimate functions of the `tea` CLI, providing an AI agent direct access to such sensitive operations without explicit guardrails presents a significant risk for potential data exposure or unauthorized access if the agent is maliciously prompted.
Capability Assessment
Purpose & Capability
Name/description describe using the tea CLI for Gitea operations; required binary (tea) and install methods (brew or go module code.gitea.io/tea) match that purpose and are proportionate.
Instruction Scope
SKILL.md only shows example tea commands (pulls, pr, issues, actions, api, login). It does not instruct reading unrelated files, accessing unrelated env vars, or sending data to unknown endpoints. It does mention using jq for local filtering but does not claim jq is required.
Install Mechanism
Installers are standard: Homebrew formula 'tea' and a Go module from the official code.gitea.io path. Both are expected ways to obtain the tea CLI and are not high-risk download-from-arbitrary-URL installs.
Credentials
No environment variables or credentials are declared. The skill demonstrates using a Gitea token via 'tea login add', which is appropriate for interacting with Gitea and does not request unrelated secrets.
Persistence & Privilege
Skill does not request always: true and does not modify other skills or system-wide settings. Default autonomous invocation is allowed (platform default) but is not excessive for this kind of integration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gitea-2
  3. After installation, invoke the skill by name or use /gitea-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the gitea skill. - Provides instructions for using the tea CLI to interact with Gitea: managing issues, pull requests, CI/CD actions, and API queries. - Details steps for installing the tea CLI via Homebrew or Go. - Shows how to list and view issues, pull requests, repository secrets, and variables. - Explains login configuration for accessing different Gitea instances.
Metadata
Slug gitea-2
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments