# 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