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

### Recraft

Use the bundled script to generate, vectorize, upscale, replace background, variate, remove background, and transform images via Recraft API.

### Setup

To access your API key, log in to Recraft and visit the page: https://www.recraft.ai/profile/api
Generate a token by hitting ‘Generate new key’ button (available only if your API units balance is above zero)
Set environment variable:
export RECRAFT_API_TOKEN="your-api-token"

### Generate Image

uv run {baseDir}/scripts/recraft.py generate --prompt "your image description" --style "Recraft V3 Raw" --filename "output.png" --size "16:9"

### Image to Image

uv run {baseDir}/scripts/recraft.py image-to-image --prompt "your image description" --style "Recraft V3 Raw" --input "/path/to/input.png" --filename "output.png" --strength 0.5

### Replace Background

uv run {baseDir}/scripts/recraft.py replace-background --prompt "your background description" --style "Recraft V3 Raw" --input "/path/to/input.png" --filename "output.png"

### Vectorize Image

uv run {baseDir}/scripts/recraft.py vectorize --input "/path/to/input.png" --filename "output.svg"

### Remove Background

uv run {baseDir}/scripts/recraft.py remove-background --input "/path/to/input.png" --filename "output.png"

### Crisp Upscale

uv run {baseDir}/scripts/recraft.py crisp-upscale --input "/path/to/input.png" --filename "output.png"

### Creative Upscale

uv run {baseDir}/scripts/recraft.py creative-upscale --input "/path/to/input.png" --filename "output.png"

### Variate Image

uv run {baseDir}/scripts/recraft.py variate --input "/path/to/input.png" --filename "output.png" --size "16:9"

### Get User Information

uv run {baseDir}/scripts/recraft.py user-info

### Parameters

--prompt, -p: Text description for image generation or editing, max 1000 characters
--input, -i: Input image path (for editing/transformation commands)
--filename, -f: Output filename
--style, -s: Visual style (default: Recraft V3 Raw)

Recraft V3 Raw, Photorealism, Illustration, Vector art, Icon


--size: Output size as aspect ratio (default: 1:1)

1:1, 2:1, 1:2, 3:2, 2:3, 4:3, 3:4, 5:4, 4:5, 6:10, 14:10, 10:14, 16:9, 9:16


--strength: Transformation strength for image-to-image (0.0-1.0, default: 0.5), where 0 means almost identical, and 1 means minimal similarity

### API Key

RECRAFT_API_TOKEN env var
Or set skills."recraft".apiKey / skills."recraft".env.RECRAFT_API_TOKEN in ~/.openclaw/openclaw.json

### Notes

Use timestamps in filenames: yyyy-mm-dd-hh-mm-ss-name.png.
The script prints a MEDIA: line for OpenClaw to auto-attach on supported chat providers.
Do not read the image back; report the saved path only.
Vector art and Icon styles output SVG format.
Rate limits: 100 requests per minute; 5 requests per second.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nkrcrft
- 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-08T00:42:17.625Z
- Expires at: 2026-05-15T00:42:17.625Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/recraft)
- [Send to Agent page](https://openagent3.xyz/skills/recraft/agent)
- [JSON manifest](https://openagent3.xyz/skills/recraft/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/recraft/agent.md)
- [Download page](https://openagent3.xyz/downloads/recraft)