{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cardnews",
    "name": "Cardnews",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/cardnews",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/cardnews",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cardnews",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cardnews",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/design-guide.md",
      "scripts/convert_jpg.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/cardnews"
    },
    "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/cardnews",
    "agentPageUrl": "https://openagent3.xyz/skills/cardnews/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cardnews/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cardnews/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": "Card News (카드뉴스) Pipeline 🐧",
        "body": "Topic → 5-slide plan → image generation → JPG conversion → caption → Instagram upload."
      },
      {
        "title": "1. Content Planning",
        "body": "Given a topic, plan 5 slides:\n\nSlideRoleContent1HookBold question or surprising statement to stop scrolling2Problem/ContextWhy this matters3Core insightKey information or explanation4Detail/ExampleSupporting evidence or practical example5CTA/SummaryTakeaway + follow/save prompt + 🐧 branding"
      },
      {
        "title": "2. Image Generation (nano-banana-pro)",
        "body": "Generate each slide as 1024×1024 PNG using the nano-banana-pro skill:\n\n# Path may vary based on installation\nuv run <openclaw-install-dir>/skills/nano-banana-pro/scripts/generate_image.py \\\n  --prompt \"<slide prompt>\" --filename \"cardnews-TOPIC-N.png\" --resolution 1K\n\nPrompt structure per slide:\n\nInclude exact Korean text to render (in quotes)\nSpecify: dark background, neon cyan (#00FFFF) accent text, white primary text\nInclude 🐧 penguin emoji on slide 5\nNo English unless the topic requires it\n\nSee references/design-guide.md for visual style rules."
      },
      {
        "title": "3. PNG → JPG Conversion",
        "body": "Instagram rejects PNG frequently. Always convert:\n\npython3 {baseDir}/scripts/convert_jpg.py cardnews-topic-1.png cardnews-topic-2.png ...\n\nOutputs *-ig.jpg files (1024×1024, quality 92)."
      },
      {
        "title": "4. Caption Writing",
        "body": "Write an Instagram caption in Korean:\n\n1-2 line hook matching slide 1\n3-5 hashtags (mix of broad + niche)\nEnd with CTA: \"저장하고 나중에 다시 보세요 📌\""
      },
      {
        "title": "5. Instagram Upload",
        "body": "Use the browser-based upload flow documented in TOOLS.md (\"인스타그램 게시물 업로드\" section). Upload all 5 JPG files as a carousel post.\n\n🐧 Built by 무펭이 — 무펭이즘(Mupengism) 생태계 스킬"
      }
    ],
    "body": "Card News (카드뉴스) Pipeline 🐧\n\nTopic → 5-slide plan → image generation → JPG conversion → caption → Instagram upload.\n\nWorkflow\n1. Content Planning\n\nGiven a topic, plan 5 slides:\n\nSlide\tRole\tContent\n1\tHook\tBold question or surprising statement to stop scrolling\n2\tProblem/Context\tWhy this matters\n3\tCore insight\tKey information or explanation\n4\tDetail/Example\tSupporting evidence or practical example\n5\tCTA/Summary\tTakeaway + follow/save prompt + 🐧 branding\n2. Image Generation (nano-banana-pro)\n\nGenerate each slide as 1024×1024 PNG using the nano-banana-pro skill:\n\n# Path may vary based on installation\nuv run <openclaw-install-dir>/skills/nano-banana-pro/scripts/generate_image.py \\\n  --prompt \"<slide prompt>\" --filename \"cardnews-TOPIC-N.png\" --resolution 1K\n\n\nPrompt structure per slide:\n\nInclude exact Korean text to render (in quotes)\nSpecify: dark background, neon cyan (#00FFFF) accent text, white primary text\nInclude 🐧 penguin emoji on slide 5\nNo English unless the topic requires it\n\nSee references/design-guide.md for visual style rules.\n\n3. PNG → JPG Conversion\n\nInstagram rejects PNG frequently. Always convert:\n\npython3 {baseDir}/scripts/convert_jpg.py cardnews-topic-1.png cardnews-topic-2.png ...\n\n\nOutputs *-ig.jpg files (1024×1024, quality 92).\n\n4. Caption Writing\n\nWrite an Instagram caption in Korean:\n\n1-2 line hook matching slide 1\n3-5 hashtags (mix of broad + niche)\nEnd with CTA: \"저장하고 나중에 다시 보세요 📌\"\n5. Instagram Upload\n\nUse the browser-based upload flow documented in TOOLS.md (\"인스타그램 게시물 업로드\" section). Upload all 5 JPG files as a carousel post.\n\n🐧 Built by 무펭이 — 무펭이즘(Mupengism) 생태계 스킬"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mupengi-bot/cardnews",
    "publisherUrl": "https://clawhub.ai/mupengi-bot/cardnews",
    "owner": "mupengi-bot",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cardnews",
    "downloadUrl": "https://openagent3.xyz/downloads/cardnews",
    "agentUrl": "https://openagent3.xyz/skills/cardnews/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cardnews/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cardnews/agent.md"
  }
}