Developer Tools19 toolsPaste one API key
Gitea integration for AI agents
Community managed lightweight code hosting solution written in Go.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Gitea once and call the same tools from all of them.
Setup
Connect Gitea through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Gitea exposes 19 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
gitea_activitypub_person | Retrieve the ActivityPub Person actor for a Gitea user | Read |
gitea_get_general_api_settings | Retrieve the Gitea instance's global API settings including pagination limits and response size | Read |
gitea_get_general_attachment_settings | Retrieve the Gitea instance's global settings for file attachments including enabled status | Read |
gitea_get_general_repository_settings | Retrieve the Gitea instance's global settings for repositories including feature flags for | Read |
gitea_get_general_ui_settings | Retrieve the Gitea instance's global settings for UI including default theme, allowed | Read |
gitea_get_gitignore_template_info | Retrieve information about a specific gitignore template | Read |
gitea_get_label_template_info | Retrieve all labels from a specific label template | Read |
gitea_get_license_template_info | Retrieve information about a specific license template | Read |
gitea_get_node_info | Retrieve the nodeinfo of the Gitea application | Read |
gitea_get_signing_key | Retrieve the default GPG signing key used by Gitea to sign commits | Read |
gitea_get_version | Retrieve the version of the Gitea application | Read |
gitea_list_gitignore_templates | Retrieve all available gitignore templates | Read |
gitea_list_label_templates | Retrieve all available label templates | Read |
gitea_list_license_templates | Retrieve all available license templates | Read |
gitea_org_get_all | Retrieve a paginated list of all organizations in the Gitea instance | Read |
gitea_org_list_actions_secrets | List all action secrets for an organization | Read |
gitea_render_markdown | Render a markdown document as HTML with configurable rendering modes and context | Read |
gitea_render_markdown_raw | Render raw markdown text as HTML | Read |
gitea_render_markup | Render a markup document as HTML with support for multiple markup formats | Read |