{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/screenshots",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=screenshots",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "feedback.md",
      "specs.md",
      "templates.md",
      "text-style.md",
      "workflow.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/screenshots",
    "agentPageUrl": "https://openagent3.xyz/skills/screenshots/agent",
    "manifestUrl": "https://openagent3.xyz/skills/screenshots/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/screenshots/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Quick Reference",
        "body": "ContextFileStore dimensions and specsspecs.mdMarketing text overlaystext-style.mdVisual templates by categorytemplates.mdFull creation workflowworkflow.mdLearning from feedbackfeedback.md"
      },
      {
        "title": "Memory Storage",
        "body": "User preferences stored at ~/screenshots/memory.md. Read on activation.\n\nFormat:\n\n# Screenshots Memory\n\n## Style Preferences\n- style: dominant-color | gradient | minimal | dark | light\n- fonts: preferred headline fonts\n- frames: with-frame | frameless | floating\n- tone: punchy | descriptive | minimal\n\n## Learned Patterns\n- templates that converted well\n- font/size combinations that worked\n\nCreate folder on first use: mkdir -p ~/screenshots"
      },
      {
        "title": "Workspace Structure",
        "body": "~/screenshots/\n├── memory.md              # Style preferences (persistent)\n├── {app-slug}/\n│   ├── config.md          # Brand: colors, fonts, style\n│   ├── raw/               # Raw simulator/device captures\n│   ├── v1/, v2/           # Version exports\n│   └── latest -> v2/      # Symlink to current\n└── templates/             # Reusable visual templates"
      },
      {
        "title": "Core Workflow",
        "body": "Intake — Get raw screenshots + app icon + brand colors\nSize — Generate all required dimensions per specs.md\nStyle — Apply backgrounds, device frames, text overlays\nReview — Use vision to verify quality before sending\nIterate — Adjust based on user feedback\nExport — Organize by store/device/language"
      },
      {
        "title": "Quality Checklist",
        "body": "Use vision model to verify EVERY screenshot set:\n\nText readable at thumbnail size?\n No text in unsafe zones (corners, notch area)?\n Consistent style across all screenshots?\n Device frames match the target size?\n Colors harmonious with app branding?\n\nIf ANY check fails → fix before presenting to user."
      },
      {
        "title": "Versioning Rules",
        "body": "Never overwrite — each batch goes in v{n}/\nSymlink latest to current approved version\nconfig.md stores brand decisions for regeneration\nCompare versions when user says \"go back to the old style\""
      }
    ],
    "body": "Quick Reference\nContext\tFile\nStore dimensions and specs\tspecs.md\nMarketing text overlays\ttext-style.md\nVisual templates by category\ttemplates.md\nFull creation workflow\tworkflow.md\nLearning from feedback\tfeedback.md\nMemory Storage\n\nUser preferences stored at ~/screenshots/memory.md. Read on activation.\n\nFormat:\n\n# Screenshots Memory\n\n## Style Preferences\n- style: dominant-color | gradient | minimal | dark | light\n- fonts: preferred headline fonts\n- frames: with-frame | frameless | floating\n- tone: punchy | descriptive | minimal\n\n## Learned Patterns\n- templates that converted well\n- font/size combinations that worked\n\n\nCreate folder on first use: mkdir -p ~/screenshots\n\nWorkspace Structure\n~/screenshots/\n├── memory.md              # Style preferences (persistent)\n├── {app-slug}/\n│   ├── config.md          # Brand: colors, fonts, style\n│   ├── raw/               # Raw simulator/device captures\n│   ├── v1/, v2/           # Version exports\n│   └── latest -> v2/      # Symlink to current\n└── templates/             # Reusable visual templates\n\nCore Workflow\nIntake — Get raw screenshots + app icon + brand colors\nSize — Generate all required dimensions per specs.md\nStyle — Apply backgrounds, device frames, text overlays\nReview — Use vision to verify quality before sending\nIterate — Adjust based on user feedback\nExport — Organize by store/device/language\nQuality Checklist\n\nUse vision model to verify EVERY screenshot set:\n\n Text readable at thumbnail size?\n No text in unsafe zones (corners, notch area)?\n Consistent style across all screenshots?\n Device frames match the target size?\n Colors harmonious with app branding?\n\nIf ANY check fails → fix before presenting to user.\n\nVersioning Rules\nNever overwrite — each batch goes in v{n}/\nSymlink latest to current approved version\nconfig.md stores brand decisions for regeneration\nCompare versions when user says \"go back to the old style\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/screenshots",
    "publisherUrl": "https://clawhub.ai/ivangdavila/screenshots",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}