✓ Verified 💻 Development ✓ Enhanced Data

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:

bash
tea pulls --repo owner/repo

Check details of a PR:

bash
tea pr 55 --repo owner/repo

Issues

List open issues:

bash
tea issues --repo owner/repo

View an issue:

bash
tea issue 123 --repo owner/repo

Actions (CI/CD)

List repository secrets:

bash
tea actions secrets list --repo owner/repo

List repository variables:

bash
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):

bash
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:

bash
tea login add --name my-forgejo --url https://forgejo.example.com --token <your-token>

Then you can use --login my-forgejo in your commands:

bash
tea pulls --repo owner/repo --login my-forgejo

List all configured logins:

bash
tea logins

Installation

Terminal bash

openclaw install forgejo
    
Copied!

💻Code Examples

tea pr 55 --repo owner/repo

tea-pr-55---repo-ownerrepo.txt
## Issues

List open issues:

tea issue 123 --repo owner/repo

tea-issue-123---repo-ownerrepo.txt
## Actions (CI/CD)

List repository secrets:

tea actions variables list --repo owner/repo

tea-actions-variables-list---repo-ownerrepo.txt
## 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'

tea-api-reposownerrepopulls55--jq-title-state-userlogin.txt
## Logins

To use `tea` with a specific Forgejo instance, you first need to add a login:

Tags

#cli_utilities #cli

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author razzeee
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install forgejo