Forgejo
Interact with Forgejo using the `tea` CLI.
- Rating
- 4.9 (322 reviews)
- Downloads
- 11,323 downloads
- Version
- 1.0.0
Overview
Interact with Forgejo using the `tea` CLI.
Complete Documentation
View Source →
Forgejo Skill
Use the tea CLI to interact with Forgejo instances. The tea CLI is compatible with Forgejo.
Pull Requests
List open pull requests:
tea pulls --repo owner/repo
Check details of a PR:
tea pr 55 --repo owner/repo
Issues
List open issues:
tea issues --repo owner/repo
View an issue:
tea issue 123 --repo owner/repo
Actions (CI/CD)
List repository secrets:
tea actions secrets list --repo owner/repo
List repository variables:
tea actions variables list --repo owner/repo
API for Advanced Queries
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'
Logins
To use tea with a specific Forgejo instance, you first need to add a login:
tea login add --name my-forgejo --url https://forgejo.example.com --token <your-token>
Then you can use --login my-forgejo in your commands:
tea pulls --repo owner/repo --login my-forgejo
List all configured logins:
tea logins
Installation
openclaw install forgejo
💻Code Examples
tea pr 55 --repo owner/repo
## Issues
List open issues:tea issue 123 --repo owner/repo
## Actions (CI/CD)
List repository secrets:tea actions variables list --repo owner/repo
## API for Advanced Queries
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'
## Logins
To use `tea` with a specific Forgejo instance, you first need to add a login:Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.