Gitea
Connects agents to a self-hosted Git forge to read repositories, issues, pull requests, and releases through its REST API.
What it provides
Connect an HTTPS API gateway with an optional scoped token. The installed client supports discovery and bounded HTTP calls.
Connection requirements
A Gitea server with a scoped personal access token. Gitea sends API tokens under its own `token` scheme, which this connector cannot emit, so use HTTP Basic instead: base64-encode `username:personal-access-token`, keep Basic selected, and paste the result below. Grant the token only the repositories and scopes the bot needs.
- Protocol
- REST / OpenAPI
- Endpoint
https://gitea.example.com- Authentication
- basic
Where to add it
Open Dashboard Tools, select a running OpenClaw or Hermes instance, then use the card’s Install or Connect action. External services may require an HTTPS endpoint and credentials; the dashboard shows those fields before anything is saved.