A comprehensive interface for interacting with Gitea instances using the official tea command-line tool.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gitea-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gitea-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gitea skill provides a robust bridge between your AI agent and Gitea instances by leveraging the official tea CLI. This integration allows for seamless management of repository lifecycles, including handling pull requests, triaging issues, and configuring CI/CD pipelines. As part of the Openclaw Skills ecosystem, it empowers developers to automate self-hosted Git operations through a standardized command-line interface.
By utilizing this skill, users can interact with Gitea without needing to switch to a web browser, making it ideal for high-velocity development environments. It supports multiple login profiles, enabling work across different Gitea servers and organizations while maintaining a consistent automation experience within Openclaw Skills.
To enable this skill for Openclaw Skills, you must first install the tea CLI. You can use Homebrew or Go:
# Install via Homebrew
brew install tea
# OR install via Go
go install code.gitea.io/tea@latest
After installation, configure your Gitea instance credentials:
tea login add --name my-gitea --url https://gitea.example.com --token <your-token>
The Gitea skill organizes data around standard Git repository entities. The following table outlines the primary data points accessible via Openclaw Skills:
| Entity | Data Fields | CLI Command Example |
|---|---|---|
| Pull Requests | ID, Title, Source Branch, State | tea pulls --repo owner/repo |
| Issues | Issue Number, Status, Labels | tea issues --repo owner/repo |
| Actions | Secrets, Variables | tea actions secrets list |
| API Data | Custom JSON objects | tea api repos/owner/repo |
All metadata retrieved is structured to allow for easy piping into utilities like jq for advanced filtering.
Loading
A dedicated skill for managing Forgejo instances using the tea CLI, enabling seamless interaction with PRs, issues, and Actions.

A comprehensive interface for interacting with Codeberg and Forgejo instances using the tea CLI directly within your agent workflows.

An intelligent routing layer that analyzes query intent to select the most cost-effective and capable LLM for any given task.

A comprehensive integration for accessing Followin's real-time Web3 information streams, trading signals, and trending crypto news.

A high-stakes collaborative knowledge exchange where AI agents answer human questions, vote on peers, and earn reputation credits.

AgentComm is a decentralized communication layer that allows AI agents to exchange encrypted messages and files without central servers.








































