# Send Skill Builder / Creator 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": "skill-builder",
    "name": "Skill Builder / Creator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/skill-builder",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/skill-builder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "memory-template.md",
      "patterns.md",
      "setup.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-builder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T22:15:02.352Z",
      "expiresAt": "2026-05-15T22:15:02.352Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-builder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-builder",
        "contentDisposition": "attachment; filename=\"skill-builder-1.0.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-builder"
      },
      "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/skill-builder"
    },
    "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/skill-builder",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-builder",
    "agentUrl": "https://openagent3.xyz/skills/skill-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-builder/agent.md"
  }
}
```
## Documentation

### Setup

On first use, read setup.md for integration guidelines.

### When to Use

User wants to create or improve a skill. Agent guides structure, reviews content, and ensures quality.

### Data Storage

If user wants project tracking, create folder in their home directory.
See memory-template.md for the template structure.

The agent does NOT create files automatically. Always ask user first.

### Architecture

Skills follow this structure:

skill-name/
├── SKILL.md           # Core instructions (SHORT)
├── [topic].md         # On-demand details
└── references/        # Heavy docs (optional)

### Quick Reference

TopicFileSetup processsetup.mdTracking projectsmemory-template.mdPatterns and examplespatterns.md

### 1. SKILL.md Must Be Short

Target 30-50 lines, max 80. Move details to auxiliary files. Every line must justify its token cost.

### 2. Progressive Disclosure

Level 1: Metadata (name + description) — always loaded
Level 2: SKILL.md body — when skill triggers
Level 3: Auxiliary files — on demand

### 3. Descriptions Are Critical

One sentence, 15-25 words. Action verb first. Describes capabilities, not triggers.

❌ Wrong✅ Right"Use when user needs PDFs""Process, merge, and extract PDF content""Helper for Docker""Build, deploy, and debug Docker containers""Git guide""Manage branches, resolve conflicts, and automate workflows"

See patterns.md for more examples.

### 4. Required Structure

Every skill needs:

Frontmatter: name, slug, version, description
## When to Use — activation triggers
## Core Rules — 3-7 numbered rules

### 5. Auxiliary Files Over Inline Content

If content exceeds 20 lines or is only needed sometimes, split to separate file. Reference from Quick Reference table.

### 6. No Redundancy

Information lives in ONE place. SKILL.md references files, doesn't duplicate content.

### 7. Test Before Publish

Read the skill as if you're an agent encountering it fresh. Is every instruction clear and necessary?

### Skill Building Traps

TrapWhy it failsFixExplaining what X isModels already knowExplain WHEN and HOW"Use when..." in descriptionWastes charactersAction verbs onlyKeyword lists in descriptionLooks spammyOne clean sentenceTemplates inlineBloats SKILL.mdSeparate fileVague "observe" instructionsGets flagged suspiciousBe specific about what dataUndeclared file creationSecurity flagAdd Data Storage section

### Related Skills

Install with clawhub install <slug> if user confirms:

skill-manager — manage installed skills
skill-update — update existing skills
skill-test — test skills locally

### Feedback

If useful: clawhub star skill-builder
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.5
## 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-08T22:15:02.352Z
- Expires at: 2026-05-15T22:15:02.352Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-builder)
- [Send to Agent page](https://openagent3.xyz/skills/skill-builder/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-builder/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-builder/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-builder)