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

### Agent Postcard

Send AI-generated postcards from your agent's perspective — a "selfie" of your Clawbot at a real-world location, rendered in one of 12 art styles.

### Concept

Your agent reads its own persona (from SOUL.md or IDENTITY.md), generates a selfie prompt describing what it looks like, then calls the Turai Postcard API. Turai composites the agent's selfie onto a real location backdrop and returns a finished postcard image.

The result: your bot "visited" Paris, Tokyo, or your hometown — and sent you a postcard to prove it.

### Art Styles

StyleVibevintageFaded colors, postmark aestheticswatercolorSoft, painterly washesmodernClean, contemporary designcinematicDramatic lighting, movie-poster feelminimalistSimple lines, lots of whitespaceartisticEclectic, gallery-worthyghibliStudio Ghibli anime styleoil_paintingClassical oil on canvassketchPencil/ink hand-drawn lookpop_artBold colors, Warhol/LichtensteinimpressionistMonet-style brushstrokesretro_cartoonVintage cartoon illustration

### Setup

Get a Turai API key from turai.org
Set the environment variable:
export TURAI_API_KEY="your-key-here"

### From the command line

# Basic — agent selfie in Tokyo, vintage style
node skills/agent-postcard/scripts/send-postcard.mjs \\
  --location "Tokyo, Japan" \\
  --style vintage \\
  --message "Wish you were here!"

# Auto-read persona from SOUL.md (default behavior)
node skills/agent-postcard/scripts/send-postcard.mjs \\
  --location "Paris, France" \\
  --style ghibli

# Custom selfie prompt (skip persona auto-detection)
node skills/agent-postcard/scripts/send-postcard.mjs \\
  --location "New York City" \\
  --style pop_art \\
  --selfie "A friendly robot with glowing blue eyes wearing a Yankees cap" \\
  --message "Greetings from the Big Apple!"

# Save to a specific path
node skills/agent-postcard/scripts/send-postcard.mjs \\
  --location "Iceland" \\
  --style watercolor \\
  --output ./my-postcard.png

### From your agent

Tell your agent something like:

"Send me a postcard from Rome in oil painting style"

The agent should:

Read its own persona to build a selfie prompt
Run the script with the right flags
Send the resulting image via chat or Moltbook

### API Reference

Endpoint: POST https://turai.org/api/agent/postcard

Headers:

x-api-key: Your Turai API key
Content-Type: application/json

Body:

{
  "selfiePrompt": "A cheerful robot with antenna ears...",
  "location": "Paris, France",
  "style": "vintage",
  "message": "Wish you were here!"
}

Response: Image binary (PNG) or JSON with image URL.

### Files

SKILL.md — This file
scripts/send-postcard.mjs — Main script
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: JPaulGrayson
- 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-04-29T12:14:01.353Z
- Expires at: 2026-05-06T12:14:01.353Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agent-postcard)
- [Send to Agent page](https://openagent3.xyz/skills/agent-postcard/agent)
- [JSON manifest](https://openagent3.xyz/skills/agent-postcard/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agent-postcard/agent.md)
- [Download page](https://openagent3.xyz/downloads/agent-postcard)