# Send Forgejo to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "forgejo",
    "name": "Forgejo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/razzeee/forgejo",
    "canonicalUrl": "https://clawhub.ai/razzeee/forgejo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/forgejo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=forgejo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "forgejo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T10:31:56.652Z",
      "expiresAt": "2026-05-10T10:31:56.652Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=forgejo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=forgejo",
        "contentDisposition": "attachment; filename=\"forgejo-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "forgejo"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/forgejo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/forgejo",
    "downloadUrl": "https://openagent3.xyz/downloads/forgejo",
    "agentUrl": "https://openagent3.xyz/skills/forgejo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/forgejo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/forgejo/agent.md"
  }
}
```
## Documentation

### Forgejo Skill

Use the tea CLI to interact with Forgejo instances. The tea CLI is compatible with Forgejo.

### Pull Requests

List open pull requests:

tea pulls --repo owner/repo

Check details of a PR:

tea pr 55 --repo owner/repo

### Issues

List open issues:

tea issues --repo owner/repo

View an issue:

tea issue 123 --repo owner/repo

### Actions (CI/CD)

List repository secrets:

tea actions secrets list --repo owner/repo

List repository variables:

tea actions variables list --repo owner/repo

### API for Advanced Queries

The tea api command is useful for accessing data not available through other subcommands.

Get PR with specific fields (requires jq for filtering):

tea api repos/owner/repo/pulls/55 | jq '.title, .state, .user.login'

### Logins

To use tea with a specific Forgejo instance, you first need to add a login:

tea login add --name my-forgejo --url https://forgejo.example.com --token <your-token>

Then you can use --login my-forgejo in your commands:

tea pulls --repo owner/repo --login my-forgejo

List all configured logins:

tea logins
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: razzeee
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T10:31:56.652Z
- Expires at: 2026-05-10T10:31:56.652Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/forgejo)
- [Send to Agent page](https://openagent3.xyz/skills/forgejo/agent)
- [JSON manifest](https://openagent3.xyz/skills/forgejo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/forgejo/agent.md)
- [Download page](https://openagent3.xyz/downloads/forgejo)