A comprehensive interface for interacting with Codeberg and Forgejo instances using the tea CLI directly within your agent workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codeberg
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 codeberg using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Codeberg skill empowers developers to manage their projects hosted on Codeberg, a popular Forgejo-based git service. By integrating the tea CLI, this skill allows for seamless interaction with repository resources such as pull requests, issues, and CI/CD configurations. This integration is a valuable component of the Openclaw Skills ecosystem for users who prefer open-source alternatives to centralized git platforms.
This skill provides a bridge between your local environment and the Codeberg forge, enabling programmatic access to repository data. Whether you are automating routine maintenance tasks or building complex CI/CD workflows, this skill provides the necessary tools to interact with Gitea and Forgejo APIs efficiently.
To get started with this skill, you must first install the tea CLI. You can do this via Homebrew:
brew install tea
Alternatively, install it using Go:
go install code.gitea.io/tea@latest
Once installed, authenticate your Codeberg account:
tea login add --name codeberg --url https://codeberg.org --token <your-token>
The skill interacts with various Codeberg entities. Below is how the data is typically organized:
| Category | Data Points | Command Example |
|---|---|---|
| Pull Requests | ID, Title, State, Author | tea pulls --repo owner/repo |
| Issues | Index, Title, Labels | tea issue 123 --repo owner/repo |
| Actions | Secrets, Variables | tea actions secrets list |
| Auth | Instance URL, Tokens, Names | tea logins |
All API-driven queries can be piped into JSON processors for structured data handling.
Loading
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 secure integration to sync Garmin Connect fitness metrics like steps, sleep, and workouts into your AI agent environment.

A reliable networking skill designed to detect host availability and measure latency for specific IP addresses via ICMP.

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 Gitea instances using the official tea command-line tool.








































