{
  "schemaVersion": "1.0",
  "item": {
    "slug": "instagram-photo-text-overlay",
    "name": "Instagram Photo Text Overlay",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/psyduckler/instagram-photo-text-overlay",
    "canonicalUrl": "https://clawhub.ai/psyduckler/instagram-photo-text-overlay",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/instagram-photo-text-overlay",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instagram-photo-text-overlay",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/overlay.py"
    ],
    "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/instagram-photo-text-overlay"
    },
    "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/instagram-photo-text-overlay",
    "agentPageUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay/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": "Instagram Photo Text Overlay",
        "body": "Overlay text onto photos for Instagram-ready images. Two styles: list (title + numbered items) and clean (title only)."
      },
      {
        "title": "Quick Start",
        "body": "python3 scripts/overlay.py \\\n  --input photo.jpg \\\n  --output result.jpg \\\n  --title \"TAORMINA\" \\\n  --subtitle \"3-Day Trip Itinerary\" \\\n  --items '[\"Teatro Greco|Ancient theatre with Etna views\", \"Isola Bella|Crystal-clear beach\"]' \\\n  --style list"
      },
      {
        "title": "Options",
        "body": "FlagDefaultDescription--input(required)Source photo path--output(required)Output image path--title(required)Main title (auto-uppercased)--subtitle\"3-Day Trip Itinerary\"Subtitle below title--items[]JSON array of \"Name|Reason\" strings (list style)--watermark\"tabiji.ai\"Top-left watermark (empty string to disable)--accent255,220,150Accent color for numbers/tags (R,G,B)--quote\"\"Quote text (for quote style)--stylelistlist / clean / quote--quality95JPEG output quality"
      },
      {
        "title": "Styles",
        "body": "clean: Cover slide. Big title = destination + category + count (e.g. \"7 unique cheap eats in barcelona spain\"). Subtitle = credibility/source line (e.g. \"Insider takes from r/barcelona\"). Best as carousel first slide.\nlist: Content slides. Title + subtitle + divider + numbered items with reasons. Best for top-5 / itinerary posts.\nquote: Title with accent bar on the left + blockquote text below. No subtitle or divider. Best for travel quotes, testimonials, or key takeaways."
      },
      {
        "title": "Workflow",
        "body": "Receive photo + destination/topic + list of items from user\nRun scripts/overlay.py with appropriate args\nOutput is auto-cropped to 4:5 portrait (Instagram optimal)\nReview output and adjust if needed (font sizes scale with image width)"
      },
      {
        "title": "Requirements",
        "body": "Python 3 + Pillow (pip install Pillow)\nWorks on macOS (Helvetica) and Linux (DejaVu/Liberation fallback)"
      },
      {
        "title": "Tips",
        "body": "Items format: \"Name|Short reason\" — the pipe separates bold name from description\nFor destinations, pull top picks from existing itineraries when available\nGradient + white text ensures readability on any photo\nAll font sizes are proportional to image width — works at any resolution"
      }
    ],
    "body": "Instagram Photo Text Overlay\n\nOverlay text onto photos for Instagram-ready images. Two styles: list (title + numbered items) and clean (title only).\n\nQuick Start\npython3 scripts/overlay.py \\\n  --input photo.jpg \\\n  --output result.jpg \\\n  --title \"TAORMINA\" \\\n  --subtitle \"3-Day Trip Itinerary\" \\\n  --items '[\"Teatro Greco|Ancient theatre with Etna views\", \"Isola Bella|Crystal-clear beach\"]' \\\n  --style list\n\nOptions\nFlag\tDefault\tDescription\n--input\t(required)\tSource photo path\n--output\t(required)\tOutput image path\n--title\t(required)\tMain title (auto-uppercased)\n--subtitle\t\"3-Day Trip Itinerary\"\tSubtitle below title\n--items\t[]\tJSON array of \"Name|Reason\" strings (list style)\n--watermark\t\"tabiji.ai\"\tTop-left watermark (empty string to disable)\n--accent\t255,220,150\tAccent color for numbers/tags (R,G,B)\n--quote\t\"\"\tQuote text (for quote style)\n--style\tlist\tlist / clean / quote\n--quality\t95\tJPEG output quality\nStyles\nclean: Cover slide. Big title = destination + category + count (e.g. \"7 unique cheap eats in barcelona spain\"). Subtitle = credibility/source line (e.g. \"Insider takes from r/barcelona\"). Best as carousel first slide.\nlist: Content slides. Title + subtitle + divider + numbered items with reasons. Best for top-5 / itinerary posts.\nquote: Title with accent bar on the left + blockquote text below. No subtitle or divider. Best for travel quotes, testimonials, or key takeaways.\nWorkflow\nReceive photo + destination/topic + list of items from user\nRun scripts/overlay.py with appropriate args\nOutput is auto-cropped to 4:5 portrait (Instagram optimal)\nReview output and adjust if needed (font sizes scale with image width)\nRequirements\nPython 3 + Pillow (pip install Pillow)\nWorks on macOS (Helvetica) and Linux (DejaVu/Liberation fallback)\nTips\nItems format: \"Name|Short reason\" — the pipe separates bold name from description\nFor destinations, pull top picks from existing itineraries when available\nGradient + white text ensures readability on any photo\nAll font sizes are proportional to image width — works at any resolution"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/psyduckler/instagram-photo-text-overlay",
    "publisherUrl": "https://clawhub.ai/psyduckler/instagram-photo-text-overlay",
    "owner": "psyduckler",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay",
    "downloadUrl": "https://openagent3.xyz/downloads/instagram-photo-text-overlay",
    "agentUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-photo-text-overlay/agent.md"
  }
}