gitea

Community

Automate Gitea repos, issues, and PRs via API.

Authortendant
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you automate common Gitea operations (repos, issues, PRs) via the API, reducing repetitive tasks and enabling consistent workflows.

Core Features & Use Cases

  • Repository Management: List, create, and fetch repository details.
  • Issue Management: List, create, and update issues.
  • Pull Request Management: List, create, and merge PRs.
  • Use Case: Example: Create a new repository and issue for onboarding, then open a PR to main.

Quick Start

To get started, ensure you have a Gitea instance URL and an API token, then run a command like:

  • List repositories: curl -H "Authorization: token YOUR_TOKEN" https://gitea.example.com/api/v1/user/repos
  • Create an issue: curl -X POST -H "Authorization: token YOUR_TOKEN" -H "Content-Type: application/json" -d '{"title":"Issue title","body":"Issue description"}' https://gitea.example.com/api/v1/repos/OWNER/REPO/issues

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: gitea
Download link: https://github.com/tendant/simple-skills/archive/main.zip#gitea

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.