返回顶部
c

codebergCodeberg交互

Interact with Codeberg using the `tea` CLI. Use `tea issue`, `tea pr`, `tea actions`, and `tea api` for issues, PRs, Actions, and advanced queries.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
1,037
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

codeberg

Codeberg 技能

使用 tea CLI 与 Codeberg 交互。Codeberg 是一个 Forgejo 实例,tea CLI 与其完全兼容。

拉取请求

列出开放的拉取请求:

bash
tea pulls --repo owner/repo

查看某个 PR 的详细信息:

bash
tea pr 55 --repo owner/repo

议题

列出开放的议题:

bash
tea issues --repo owner/repo

查看某个议题:

bash
tea issue 123 --repo owner/repo

操作(CI/CD)

列出仓库密钥:

bash
tea actions secrets list --repo owner/repo

列出仓库变量:

bash
tea actions variables list --repo owner/repo

高级查询 API

tea api 命令可用于访问其他子命令无法获取的数据。

获取带有特定字段的 PR(需要 jq 进行过滤):

bash
tea api repos/owner/repo/pulls/55 | jq .title, .state, .user.login

登录

要在 Codeberg 中使用 tea,首先需要添加登录信息:

bash
tea login add --name codeberg --url https://codeberg.org --token

然后在命令中使用 --login codeberg:

bash
tea pulls --repo owner/repo --login codeberg

列出所有已配置的登录信息:

bash
tea logins

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 codeberg-1776336802 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 codeberg-1776336802 技能

通过命令行安装

skillhub install codeberg-1776336802

下载

⬇ 下载 codeberg v0.1.0(免费)

文件大小: 1.35 KB | 发布时间: 2026-4-17 15:59

v0.1.0 最新 2026-4-17 15:59
Initial release of the Codeberg skill.

- Enables interaction with Codeberg repositories using the `tea` CLI.
- Supports managing issues, pull requests, and CI/CD actions via simple commands.
- Provides advanced data access using the `tea api` command.
- Includes setup instructions for authentication and login management.
- Compatible installation options offered via Homebrew and Go.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部