# Send Screenshots 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": "screenshots",
    "name": "Screenshots",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/screenshots",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/screenshots",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/screenshots",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=screenshots",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "feedback.md",
      "specs.md",
      "templates.md",
      "text-style.md",
      "workflow.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "screenshots",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T13:44:55.935Z",
      "expiresAt": "2026-05-07T13:44:55.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=screenshots",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=screenshots",
        "contentDisposition": "attachment; filename=\"screenshots-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "screenshots"
      },
      "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/screenshots"
    },
    "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/screenshots",
    "downloadUrl": "https://openagent3.xyz/downloads/screenshots",
    "agentUrl": "https://openagent3.xyz/skills/screenshots/agent",
    "manifestUrl": "https://openagent3.xyz/skills/screenshots/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/screenshots/agent.md"
  }
}
```
## Documentation

### Quick Reference

ContextFileStore dimensions and specsspecs.mdMarketing text overlaystext-style.mdVisual templates by categorytemplates.mdFull creation workflowworkflow.mdLearning from feedbackfeedback.md

### Memory Storage

User preferences stored at ~/screenshots/memory.md. Read on activation.

Format:

# Screenshots Memory

## Style Preferences
- style: dominant-color | gradient | minimal | dark | light
- fonts: preferred headline fonts
- frames: with-frame | frameless | floating
- tone: punchy | descriptive | minimal

## Learned Patterns
- templates that converted well
- font/size combinations that worked

Create folder on first use: mkdir -p ~/screenshots

### Workspace Structure

~/screenshots/
├── memory.md              # Style preferences (persistent)
├── {app-slug}/
│   ├── config.md          # Brand: colors, fonts, style
│   ├── raw/               # Raw simulator/device captures
│   ├── v1/, v2/           # Version exports
│   └── latest -> v2/      # Symlink to current
└── templates/             # Reusable visual templates

### Core Workflow

Intake — Get raw screenshots + app icon + brand colors
Size — Generate all required dimensions per specs.md
Style — Apply backgrounds, device frames, text overlays
Review — Use vision to verify quality before sending
Iterate — Adjust based on user feedback
Export — Organize by store/device/language

### Quality Checklist

Use vision model to verify EVERY screenshot set:

Text readable at thumbnail size?
 No text in unsafe zones (corners, notch area)?
 Consistent style across all screenshots?
 Device frames match the target size?
 Colors harmonious with app branding?

If ANY check fails → fix before presenting to user.

### Versioning Rules

Never overwrite — each batch goes in v{n}/
Symlink latest to current approved version
config.md stores brand decisions for regeneration
Compare versions when user says "go back to the old style"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-30T13:44:55.935Z
- Expires at: 2026-05-07T13:44:55.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/screenshots)
- [Send to Agent page](https://openagent3.xyz/skills/screenshots/agent)
- [JSON manifest](https://openagent3.xyz/skills/screenshots/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/screenshots/agent.md)
- [Download page](https://openagent3.xyz/downloads/screenshots)