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

### Quick Reference

TopicFileKey TrapviewBox & Scalingviewbox.mdMissing viewBox = no scalingScreen Readersaccessibility.mdrole="img" + title as first childSVGO Configoptimization.mdDefault removes viewBox/titleInline vs imgembedding.md<img> cannot be styled with CSScurrentColorstyling.mdHardcoded fills block theming

### Critical Defaults

<!-- Minimum viable SVG -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
  <path d="..."/>
</svg>

### Common Mistakes Checklist

viewBox present (not just width/height)
 Coordinates within viewBox bounds
 No hardcoded fill="#000" if theming needed
 role="img" + <title> for informative SVGs
 aria-hidden="true" for decorative SVGs
 Unique IDs across all inline SVGs on page
 xmlns included for external .svg files

### Memory Storage

User preferences persist in ~/svg/memory.md. Create on first use.

## User Preferences
<!-- SVG workflow defaults. Format: "setting: value" -->
<!-- Examples: default_viewbox: 0 0 24 24, prefer_inline: true -->

## Accessibility Mode
<!-- informative | decorative -->

## Optimization
<!-- Tool and settings. Format: "tool: setting" -->
<!-- Examples: svgo: preset-default, remove_metadata: true -->

## Icon Defaults
<!-- Fill and sizing preferences -->
<!-- Examples: fill: currentColor, default_size: 24x24 -->

Empty sections = use skill defaults. Learns user preferences over time.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.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-03T13:00:53.629Z
- Expires at: 2026-05-10T13:00:53.629Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/svg)
- [Send to Agent page](https://openagent3.xyz/skills/svg/agent)
- [JSON manifest](https://openagent3.xyz/skills/svg/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/svg/agent.md)
- [Download page](https://openagent3.xyz/downloads/svg)