/install forgejo
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 \x3Cyour-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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install forgejo - 安装完成后,直接呼叫该 Skill 的名称或使用
/forgejo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Forgejo 是什么?
Interact with Forgejo using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1183 次。
如何安装 Forgejo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install forgejo」即可一键安装,无需额外配置。
Forgejo 是免费的吗?
是的,Forgejo 完全免费(开源免费),可自由下载、安装和使用。
Forgejo 支持哪些平台?
Forgejo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Forgejo?
由 razzeee(@razzeee)开发并维护,当前版本 v0.1.0。