Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: show me the details of PR #55 in owner/repo
- 1Run `tea pulls --repo owner/repo` to list open pull requests
- 2Run `tea pr 55 --repo owner/repo` to fetch PR details
- 3Parse and display title, state, and author to the user
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.