Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add mupengi-bot/mupengism --skill cardnewsgit clone --depth 1 https://github.com/mupengi-bot/mupengismWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mupengi-bot/mupengism/cardnews)<a href="https://agentmods.dev/skills/mupengi-bot/mupengism/cardnews"><img src="https://agentmods.dev/badge/skills/mupengi-bot/mupengism/cardnews/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mupengi-bot/mupengism/cardnews"><img src="https://agentmods.dev/badge/skills/mupengi-bot/mupengism/cardnews.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00077 | $0.00592 |
| Opus 5 | $0.00039 | $0.00296 |
| Sonnet 5 | $0.00015 | $0.00118 |
| Haiku 4.5 | $0.00008 | $0.00059 |
Grade A, and why
cardnews scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Card News (카드뉴스) Pipeline 🐧
Topic → 5-slide plan → image generation → JPG conversion → caption → Instagram upload.
Workflow
1. Content Planning
Given a topic, plan 5 slides:
| Slide | Role | Content |
|---|---|---|
| 1 | Hook | Bold question or surprising statement to stop scrolling |
| 2 | Problem/Context | Why this matters |
| 3 | Core insight | Key information or explanation |
| 4 | Detail/Example | Supporting evidence or practical example |
| 5 | CTA/Summary | Takeaway + 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) 생태계 스킬
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 66 lines · 77 tokens per session scan A acfd9cc348ed
cardnews is a skill published in the GitHub repository mupengi-bot/mupengism (10 stars, last pushed 2mo ago), licensed MIT. It adds 77 tokens to every session and 592 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
hive.image-generation
Required before calling imagegenerate. Create and edit images from a prompt — generate an image, make a picture / logo / illustration / icon / banner / poster / thumbnail / hero image / mockup / product shot / social graphic, or edit / restyle / combine existing images from reference images. Uses OpenAI gpt-image-2…
image-posting
Skill for embedding images in chat replies: URL detection from tool results, Markdown image syntax, and assets paths. Use when: surfacing images from search or generation tools, pasting Markdown images, or showing attachments.
image-gen-tool
Image and 3D model generation tool using NovelAI, Flux, and Meshy for illustrations and 3D output. Use when: generating character art, bust or chibi images, avatars, or running image pipelines.
transcribe-tool
Audio transcription tool. Converts audio files to text with Whisper and optional LLM post-processing. Use when: transcribing meetings, podcasts, or extracting text from recorded audio files.
prompt-craft
Translate natural language image descriptions into detailed, structured DALL-E prompts with subject, style, composition, lighting, and mood specifications.
presentation-template-designer
Plan reusable presentation templates from a creative brief, optional brand assets, or an existing deck. Use when Codex needs to define a slide inventory, choose an editable presentation toolchain, author or validate a template manifest, adapt a visual system for PowerPoint or Google Slides, or prepare a reviewed…