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:
@@ -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
|
||||
Reference in New Issue
Block a user