LaunchKit · 2026
Back to Skills

forgejo

Interact with Forgejo using the `tea` CLI.

0
850 downloads
by @razzeee

Setup & Installation

openclaw skills install @razzeee/forgejo

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install forgejo

What This Skill Does

Interact with a Forgejo instance from the terminal using the `tea` CLI. Supports listing and viewing pull requests, issues, CI/CD secrets and variables, and direct API queries.

Provides full terminal access to Forgejo workflows, making it straightforward to script and automate repository queries without a browser.

When to use it

  • List open pull requests on a self-hosted Forgejo repo
  • View issue details without opening a browser
  • Check CI/CD secrets and variables for a repository
  • Query PR metadata with custom field filtering
  • Manage logins across multiple Forgejo instances

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: show me the details of PR #55 in owner/repo

AGENT
  1. 1Run `tea pulls --repo owner/repo` to list open pull requests
  2. 2Run `tea pr 55 --repo owner/repo` to fetch PR details
  3. 3Parse and display title, state, and author to the user
OUTPUT

PR #55 details including title, current state, and author login

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Forgejo instance URLForgejo personal access token