← All skills
Tencent SkillHub · Content Creation

Cardnews

Generate Instagram-ready card news (카드뉴스) image sets. Use when creating a series of 5 slide images from a topic — includes content planning, image generation...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate Instagram-ready card news (카드뉴스) image sets. Use when creating a series of 5 slide images from a topic — includes content planning, image generation...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/design-guide.md, scripts/convert_jpg.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Card News (카드뉴스) Pipeline 🐧

Topic → 5-slide plan → image generation → JPG conversion → caption → Instagram upload.

1. Content Planning

Given a topic, plan 5 slides: SlideRoleContent1HookBold question or surprising statement to stop scrolling2Problem/ContextWhy this matters3Core insightKey information or explanation4Detail/ExampleSupporting evidence or practical example5CTA/SummaryTakeaway + follow/save prompt + 🐧 branding

2. Image Generation (nano-banana-pro)

Generate each slide as 1024×1024 PNG using the nano-banana-pro skill: # Path may vary based on installation uv run <openclaw-install-dir>/skills/nano-banana-pro/scripts/generate_image.py \ --prompt "<slide prompt>" --filename "cardnews-TOPIC-N.png" --resolution 1K Prompt structure per slide: Include exact Korean text to render (in quotes) Specify: dark background, neon cyan (#00FFFF) accent text, white primary text Include 🐧 penguin emoji on slide 5 No English unless the topic requires it See references/design-guide.md for visual style rules.

3. PNG → JPG Conversion

Instagram rejects PNG frequently. Always convert: python3 {baseDir}/scripts/convert_jpg.py cardnews-topic-1.png cardnews-topic-2.png ... Outputs *-ig.jpg files (1024×1024, quality 92).

4. Caption Writing

Write an Instagram caption in Korean: 1-2 line hook matching slide 1 3-5 hashtags (mix of broad + niche) End with CTA: "저장하고 나중에 다시 보세요 📌"

5. Instagram Upload

Use the browser-based upload flow documented in TOOLS.md ("인스타그램 게시물 업로드" section). Upload all 5 JPG files as a carousel post. 🐧 Built by 무펭이 — 무펭이즘(Mupengism) 생태계 스킬

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/design-guide.md Docs
  • scripts/convert_jpg.py Scripts