Skip to content
Skill

gitea-tea

by majiayu000

AI Summary

A CLI booster for managing Gitea repositories, issues, and pull requests directly from the terminal. Useful for developers who prefer command-line workflows or need to automate Gitea operations in scripts.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "gitea-tea" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/gitea-tea && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gitea-tea/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/gitea-tea/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gitea-tea/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/gitea-tea/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Manage Gitea via CLI. Use when user mentions "tea", "gitea cli", or needs terminal-based Gitea operations.

Overview

Official command-line interface for Gitea. Manage issues, PRs, releases, and repos from terminal.

Instructions

• Verify authentication: Run tea whoami to confirm login • Check context: Run in git repo for auto-detection, or use --repo owner/repo • Use non-interactive mode: Always use --output flag and provide all arguments • Choose operation: See command reference sections below

Linux (binary)

curl -sL https://dl.gitea.io/tea/main/tea-main-linux-amd64 -o tea chmod +x tea && sudo mv tea /usr/local/bin/

From source

go install code.gitea.io/tea@latest `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
118 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars118
Forks19
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code