article-poster-generator

article-poster-generator is a skill for Claude Code from skillmds/skillmd. It costs 104 tokens per session (8,155 once invoked), scanned A, a copy of article-poster-generator, MIT.

A tool for turning a long article into a set of vertical infographic posters, using predefined visual styles and page layouts.

In plain words
What is it for?
Use it to make article covers, information cards, and multi-page social graphics from written content.
Why use it?
It removes the manual work of splitting text into shareable image pages and rendering them as PNG files.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the design plugin — 17 skills shipped together

Good fit Use it to make article covers, information cards, and multi-page social graphics from written content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillmds/skillmd/article-poster-generator
Install

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.

Any agent
npx skills add skillmds/skillmd --skill article-poster-generator
Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd

Made for: Claude Code.

Or install design, the plugin that ships this one along with the rest of its 17 skills.

Wrote 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.

agentmods badge for article-poster-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/article-poster-generator/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/article-poster-generator)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/article-poster-generator"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/article-poster-generator/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.

agentmods 80×15 button for article-poster-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/article-poster-generator"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/article-poster-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.08155
Opus 5.5 $0.00042 $0.03262
Sonnet 5 $0.00021 $0.01631
Haiku 4.5 $0.00010 $0.00816

Measured 4d ago against content hash 51a0c6f970cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

article-poster-generator scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **链接**:用 `curl` 或浏览器抓取网页正文
Origin

This is a copy

100% identical to article-poster-generator — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/design/skills/article-poster-generator/SKILL.md · 652 lines

How it starts

The opening of the file, as written. The whole thing — 652 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Article Poster Generator

概述

将长文章自动拆分为5-8张精美信息图海报(2400×3600竖版),支持5种视觉风格 × 6种页面布局。 使用 Python + Playwright 将 HTML 模板渲染为高清 PNG 图片。

风格模板

风格ID 名称 配色方案 设计特征
dark-tech 暗夜科技 深色底(#1a1a1a) + 猩红(#cc4444) CNC金属质感,单色红系(猩红+珊瑚+银灰),暗外框+亮顶框内发光
cyberpunk 赛博朋克 深蓝紫底(#0a0a1a) + 霓虹青(#00d4ff) + 品红(#ff007c) 4px切角,霓虹发光,HUD装饰码,80/15/5色彩法则
minimal-biz 极简清新 浅绿底(#F0F7F7) + 深色文字(#1C2226) + 深青绿(#1A7D7D) 白卡片+阴影,清爽专业
guochao 黑金奢华 深褐底(#1a0a0a) + 暗金(#d4a853) / 复古红(#c43a31) 邀请函内框,冷白标题+金色点缀,黑金红银四色纪律
dark-green 暗夜青绿 深色底(#0C1316) + 青绿强调(#3DB8B0) 卡片微高光,赛博系辅助色,极客气质

6种页面布局

1. cover — 封面页

大标题 + 副标题 + 核心要点列表。标题要大,占页面视觉主体。

{
  "type": "cover",
  "slide_number": "00",
  "tag": "今日速评",
  "tag_icon": "⚠",
  "title": "主标题(10字以内最佳)",
  "subtitle": "副标题或来源说明",
  "highlights": ["核心要点1", "核心要点2", "核心要点3"]
}

2. content — 卡片内容页

经典纵排卡片,每张有彩色左边框。适合并列的多个知识点/要点

{
  "type": "content",
  "slide_number": "01",
  "tag": "分类标签",
  "tag_icon": "📋",
  "title": "这页的主题",
  "sections": [
    {
      "title": "小节标题",
      "content": "正文内容(50-100字为佳)",
      "highlight": "需要高亮的关键句(可选)",
      "border_color": "red"
    }
  ]
}

3. steps — 步骤流程页

大编号圆球 + 连接线,适合按步骤操作的教程/流程

{
  "type": "steps",
  "slide_number": "02",
  "tag": "操作步骤",
  "tag_icon": "⚡",
  "title": "三步搞定",
  "steps": [
    {
      "title": "步骤标题",
      "content": "步骤说明(40-80字)"
    }
  ]
}

4. grid — 网格页

2列网格布局,顶部彩色边框。适合踩坑/技巧/对比/特性列表

{
  "type": "grid",
  "slide_number": "03",
  "tag": "避坑指南",
  "tag_icon": "⚠",
  "title": "四个常见坑",
  "cells": [
    {
      "icon": "❌",
      "title": "单元格标题",
      "content": "说明文字(30-60字)"
    }
  ]
}

5. quote — 大字金句页

居中大字金句 + 下方解释卡片。适合核心观点/名言/关键结论突出展示。

{
  "type": "quote",
  "slide_number": "04",
  "tag": "核心观点",
  "tag_icon": "💬",
  "quote": "一句话核心观点(20字以内最震撼)",
  "source": "来源或补充说明(可选)",
  "details": [
    {
      "label": "标签名",
      "text": "详细解释(40-60字)"
    }
  ]
}

Read the full file on GitHub · 652 lines

Files

What ships with it

3 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.

Changes

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.

  1. 4d ago First seen · 652 lines · 104 tokens per session scan A 51a0c6f970cb

Subscribe to this mod's changes

article-poster-generator is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 104 tokens to every session and 8,155 once invoked, about $0.0004 per session on Opus 5.5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to article-poster-generator, differing in 1 line, and is treated as a copy.