What problem does it solve? Working with the Gitea REST API requires remembering endpoint paths, authentication methods, token scopes, and request formats. This Skill provides a complete reference for Gitea API v1.26 so you can automate repository, issue, PR, package, and admin operations with curl without consulting external docs. ## Core Features & Use Cases - Authentication Guidance: Covers token auth, Basic Auth, OAuth2 Bearer tokens, URL parameters, SSH signatures, and 2FA via the X-Gitea-OTP header. - Endpoint Reference: Documents key endpoints for users, repositories, issues, pull requests, organizations, packages, and admin operations like user and webhook management. - Ready-to-Use Examples: Provides curl commands for creating issues, listing filtered PRs, creating scoped API tokens, and deleting package versions. - Use Case: You need a CI pipeline to create a scoped API token, open an issue on a failed build, and clean up old package versions. This Skill gives you the exact endpoints, headers, and request bodies for each step. ## Quick Start Use the gitea-api skill to create a new issue in my repository and list all open pull requests using curl with token authentication.