Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Interact with Codeberg using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.
Interact with Codeberg using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the tea CLI to interact with Codeberg. Codeberg is a Forgejo instance, and the tea CLI is fully compatible with it.
List open pull requests: tea pulls --repo owner/repo Check details of a PR: tea pr 55 --repo owner/repo
List open issues: tea issues --repo owner/repo View an issue: tea issue 123 --repo owner/repo
List repository secrets: tea actions secrets list --repo owner/repo List repository variables: tea actions variables list --repo owner/repo
The tea api command is useful for accessing data not available through other subcommands. Get PR with specific fields (requires jq for filtering): tea api repos/owner/repo/pulls/55 | jq '.title, .state, .user.login'
To use tea with Codeberg, you first need to add your login: tea login add --name codeberg --url https://codeberg.org --token <your-token> Then you can use --login codeberg in your commands: tea pulls --repo owner/repo --login codeberg List all configured logins: tea logins
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.