# Send Skill AGI 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": "skillagi",
    "name": "Skill AGI",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wubotvix/skillagi",
    "canonicalUrl": "https://clawhub.ai/wubotvix/skillagi",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skillagi",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillagi",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "learnings.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skillagi",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T17:44:55.564Z",
      "expiresAt": "2026-05-10T17:44:55.564Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillagi",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillagi",
        "contentDisposition": "attachment; filename=\"skillagi-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skillagi"
      },
      "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/skillagi"
    },
    "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/skillagi",
    "downloadUrl": "https://openagent3.xyz/downloads/skillagi",
    "agentUrl": "https://openagent3.xyz/skills/skillagi/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skillagi/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skillagi/agent.md"
  }
}
```
## Documentation

### Skillagi

Log mistakes and insights so you don't repeat them across sessions.

### When to Log

Add a learning when you:

Fix a bug caused by a wrong assumption
Discover a project-specific convention (package manager, config, naming)
Get corrected by the user
Find a workaround for a tool/platform limitation
Waste time on an approach that doesn't work here

### Format

Append one line to learnings.md (in this skill's directory):

- [YYYY-MM-DD] topic: what happened → what to do instead

Keep it to one line. If you need two sentences, you're over-explaining.

### Examples

- [2026-02-21] pnpm not npm: Project uses pnpm workspaces → use \`pnpm install\`
- [2026-02-21] Docker M1: Base image has no ARM64 variant → add \`--platform linux/amd64\`
- [2026-02-21] test isolation: Shared DB state caused flaky tests → use transactions with rollback

### When to Review

Before starting a complex task, read learnings.md and apply anything relevant.
Don't review for trivial one-line changes.

### When to Clean Up

Periodically (or when the file exceeds ~50 entries):

Delete entries that no longer apply (dependency upgraded, config changed)
Merge duplicates into a single entry
Promote critical entries that affect every session to a permanent location

### Promotion

Move persistent, high-impact learnings out of this file and into durable config:

OpenClaw: Promote to workspace MEMORY.md, TOOLS.md, or AGENTS.md
Claude Code: Promote to project CLAUDE.md or auto-memory (~/.claude/projects/*/memory/)

Once promoted, delete the entry from learnings.md to avoid duplication.

### Rules

No IDs, statuses, priorities, or tags. Just the one-liner.
No hooks or scripts. This is a passive reference file.
Append-only during a session. Clean up between sessions.
If unsure whether something is worth logging, skip it. Only log what would save future time.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wubotvix
- Version: 1.0.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-03T17:44:55.564Z
- Expires at: 2026-05-10T17:44:55.564Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skillagi)
- [Send to Agent page](https://openagent3.xyz/skills/skillagi/agent)
- [JSON manifest](https://openagent3.xyz/skills/skillagi/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skillagi/agent.md)
- [Download page](https://openagent3.xyz/downloads/skillagi)