tea-cli

Document tea commands for administering and automating Gitea tasks.

7|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/wenerme/ai --skill tea-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tea-cli
Source: https://github.com/wenerme/ai/tree/main/skills/tea-cli
Command: npx skills add https://github.com/wenerme/ai --skill tea-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It eliminates the need to navigate Gitea’s web UI manually by giving a single, scriptable CLI to manage common development workflows in terminal environments.

Core Features & Use Cases

  • Gitea CLI documentation & command guidance: Helps you find the right tea subcommands for authentication, issues, pull requests, labels, milestones, releases, branches, repositories, organizations, and more.
  • Actions & webhooks workflows: Guides usage for managing Gitea Actions (secrets, variables, runs) and webhook configuration.
  • Direct API usage: Covers how to make authenticated requests via the CLI when you need lower-level control.

Quick Start

Ask the tea-cli skill: "How do I dispatch a Gitea Actions workflow named deploy.yml on the main branch using tea?"

Frequently Asked Questions about tea-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Gitea issues and pull requests from the terminal?

You can manage Gitea issues and pull requests from the terminal using the `tea` CLI. It provides command-focused documentation and subcommands to script common development workflows without navigating the web UI.

Can I dispatch a Gitea Actions workflow from the command line?

Yes, you can dispatch Gitea Actions workflows from the command line using `tea`. The CLI supports managing Actions secrets, variables, and runs, allowing you to trigger workflows like deploy.yml directly from your terminal.

What is the best way to automate Gitea repository administration tasks?

The best way to automate Gitea repository administration is using the `tea` CLI. It offers scriptable subcommands for managing repositories, branches, organizations, labels, milestones, and releases directly in terminal environments.

Does the tea CLI support making authenticated Gitea API calls directly?

Yes, the tea CLI supports making authenticated Gitea API calls directly. It provides command guidance for lower-level control, allowing you to execute authenticated requests via the CLI when needed.

How do I configure webhooks and notifications for Gitea without the web UI?

You can configure webhooks and manage notifications for Gitea without the web UI by using `tea` CLI subcommands. It guides webhook configuration and notification management to keep your terminal workflow uninterrupted.