Initial commit: Gitea skill for OpenClaw

- SKILL.md with tea CLI integration guide
- README.md with installation instructions
- LICENSE (MIT)

This skill enables OpenClaw agents to interact with Gitea servers
using the tea CLI tool for git operations, PRs, issues, and more.
This commit is contained in:
Kimiko
2026-02-23 20:00:33 +08:00
commit 3382ede9cf
3 changed files with 196 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Gitea Skill for OpenClaw
A shareable skill for interacting with Gitea git forge servers using the tea CLI tool.
## Installation
1. Clone this repository:
```bash
git clone https://git.terraphim.cloud/kimie05c34be198a20b9/gitea-skill.git
```
2. Copy the skill to your OpenClaw skills directory:
```bash
cp -r gitea-skill/gitea ~/.openclaw/skills/
```
3. Or use with `clawhub`:
```bash
clawhub install gitea-skill
```
## Requirements
- tea CLI installed: `go install code.gitea.io/tea@latest`
- Gitea access token configured
## Usage
Once installed, the skill automatically triggers when you mention Gitea operations.
## License
MIT - See LICENSE file