gitea

Interact with Gitea using the `tea` CLI. Use `tea issues`, `tea pulls`, `tea releases`, and other commands for issues, PRs, releases, and repository management.

7 stars

Best use case

gitea is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Interact with Gitea using the `tea` CLI. Use `tea issues`, `tea pulls`, `tea releases`, and other commands for issues, PRs, releases, and repository management.

Teams using gitea should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/gitea/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/ericxliu1990/gitea/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/gitea/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gitea Compares

Feature / AgentgiteaStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Interact with Gitea using the `tea` CLI. Use `tea issues`, `tea pulls`, `tea releases`, and other commands for issues, PRs, releases, and repository management.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Gitea Skill

Use the `tea` CLI to interact with Gitea servers. Use `--repo owner/repo` when not in a git directory, or `--login instance.com` to specify a Gitea instance.

## Setup

Add a login once to get started:
```bash
tea login add
```

Check current logged in user:
```bash
tea whoami
```

## Repositories

List repositories you have access to:
```bash
tea repos list
```

Create a new repository:
```bash
tea repos create --name my-repo --description "My project" --init
```

Create a private repository:
```bash
tea repos create --name my-repo --private --init
```

Fork a repository:
```bash
tea repos fork owner/repo
```

Delete a repository:
```bash
tea repos delete --name my-repo --owner myuser --force
```

## Pull Requests

List open pull requests:
```bash
tea pulls --repo owner/repo
```

View a specific PR:
```bash
tea pr 55 --repo owner/repo
```

Checkout a PR locally:
```bash
tea pr checkout 55
```

Create a new PR:
```bash
tea pr create --title "Feature title" --description "Description"
```

## Issues

List open issues:
```bash
tea issues --repo owner/repo
```

View a specific issue:
```bash
tea issue 189 --repo owner/repo
```

Create a new issue:
```bash
tea issue create --title "Bug title" --body "Description"
```

View issues for a milestone:
```bash
tea milestone issues 0.7.0
```

## Comments

Add a comment to an issue or PR:
```bash
tea comment 189 --body "Your comment here"
```

## Releases

List releases:
```bash
tea releases --repo owner/repo
```

Create a new release:
```bash
tea release create --tag v1.0.0 --title "Release 1.0.0"
```

## Actions (CI/CD)

List repository action secrets:
```bash
tea actions secrets list
```

Create a new secret:
```bash
tea actions secrets create API_KEY
```

List action variables:
```bash
tea actions variables list
```

Set an action variable:
```bash
tea actions variables set API_URL https://api.example.com
```

## Webhooks

List repository webhooks:
```bash
tea webhooks list
```

List organization webhooks:
```bash
tea webhooks list --org myorg
```

Create a webhook:
```bash
tea webhooks create https://example.com/hook --events push,pull_request
```

## Other Entities

List branches:
```bash
tea branches --repo owner/repo
```

List labels:
```bash
tea labels --repo owner/repo
```

List milestones:
```bash
tea milestones --repo owner/repo
```

List organizations:
```bash
tea organizations
```

Show repository details:
```bash
tea repo --repo owner/repo
```

## Helpers

Open something in browser:
```bash
tea open 189                 # open issue/PR 189
tea open milestones          # open milestones page
```

Clone a repository:
```bash
tea clone owner/repo
```

Show notifications:
```bash
tea notifications --mine
```

## Output Formats

Use `--output` or `-o` to control output format:
```bash
tea issues --output simple   # simple text output
tea issues --output csv      # CSV format
tea issues --output yaml     # YAML format
```

Related Skills

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

security-operator

7
from Demerzels-lab/elsamultiskillagent

Runtime security guardrails for OpenClaw agents.

operator-humanizer

7
from Demerzels-lab/elsamultiskillagent

Transform AI-generated text into authentic human writing.

kit-email-operator

7
from Demerzels-lab/elsamultiskillagent

**AI-powered email marketing for Kit (ConvertKit)**.

agora

7
from Demerzels-lab/elsamultiskillagent

Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.

surf-check

7
from Demerzels-lab/elsamultiskillagent

Surf forecast decision engine.

jinko-flight-search

7
from Demerzels-lab/elsamultiskillagent

Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel destinations, compare flight prices, plan a trip, find deals from a specific city, or explore where to go. Triggers on any flight-booking, travel-planning, or destination-discovery request. Requires the Jinko MCP server connected at https://mcp.gojinko.com.

mlx-whisper

7
from Demerzels-lab/elsamultiskillagent

Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).