Interact with Gitea using the `tea` CLI. Use `tea issues`, `tea pulls`, `tea releases`, and other commands for issues, PRs, releases, and repository management.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gitea或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gitea⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gitea/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gitea description: "Interact with Gitea using the tea CLI. Use tea issues, tea pulls, tea releases, and other commands for issues, PRs, releases, and repository management." ---
Use the tea CLI to interact with Gitea servers. Use --repo owner/repo when not in a git directory, or --login instance.com to specify a Gitea instance.
Add a login once to get started:
tea login add
Check current logged in user:
tea whoami
List repositories you have access to:
tea repos list
Create a new repository:
tea repos create --name my-repo --description "My project" --init
Create a private repository:
tea repos create --name my-repo --private --init
Fork a repository:
tea repos fork owner/repo
Delete a repository:
tea repos delete --name my-repo --owner myuser --force
List open pull requests:
tea pulls --repo owner/repo
View a specific PR:
tea pr 55 --repo owner/repo
Checkout a PR locally:
tea pr checkout 55
Create a new PR:
tea pr create --title "Feature title" --description "Description"
List open issues:
tea issues --repo owner/repo
View a specific issue:
tea issue 189 --repo owner/repo
Create a new issue:
tea issue create --title "Bug title" --body "Description"
View issues for a milestone:
tea milestone issues 0.7.0
Add a comment to an issue or PR:
tea comment 189 --body "Your comment here"
List releases:
tea releases --repo owner/repo
Create a new release:
tea release create --tag v1.0.0 --title "Release 1.0.0"
List repository action secrets:
tea actions secrets list
Create a new secret:
tea actions secrets create API_KEY
List action variables:
tea actions variables list
Set an action variable:
tea actions variables set API_URL https://api.example.com
List repository webhooks:
tea webhooks list
List organization webhooks:
tea webhooks list --org myorg
Create a webhook:
tea webhooks create https://example.com/hook --events push,pull_request
List branches:
tea branches --repo owner/repo
List labels:
tea labels --repo owner/repo
List milestones:
tea milestones --repo owner/repo
List organizations:
tea organizations
Show repository details:
tea repo --repo owner/repo
Open something in browser:
tea open 189 # open issue/PR 189
tea open milestones # open milestones page
Clone a repository:
tea clone owner/repo
Show notifications:
tea notifications --mine
Use --output or -o to control output format:
tea issues --output simple # simple text output
tea issues --output csv # CSV format
tea issues --output yaml # YAML format安装 Gitea 后,可以对 AI 说这些话来触发它
Help me get started with Gitea
Explains what Gitea does, walks through the setup, and runs a quick demo based on your current project
Use Gitea to interact with Gitea using the `tea` CLI
Invokes Gitea with the right parameters and returns the result directly in the conversation
What can I do with Gitea in my developer & devops workflow?
Lists the top use cases for Gitea, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gitea/ 目录(个人级,所有项目可用),或 .claude/skills/gitea/(项目级)。重启 AI 客户端后,用 /gitea 主动调用,或让 AI 根据上下文自动发现并使用。
Gitea 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Gitea 可免费安装使用。请查阅仓库了解许可证信息。
Interact with Gitea using the `tea` CLI. Use `tea issues`, `tea pulls`, `tea releases`, and other commands for issues, PRs, releases, and repository management.
Gitea 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Gitea
Identifies repetitive steps in your workflow and sets up Gitea to handle them automatically