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 skillmds/skillmd --skill article-poster-generatorgit clone --depth 1 https://github.com/skillmds/skillmdWrote 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/skillmds/skillmd/article-poster-generator)<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.
<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>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.00104 | $0.08155 |
| Opus 5.5 | $0.00042 | $0.03262 |
| Sonnet 5 | $0.00021 | $0.01631 |
| Haiku 4.5 | $0.00010 | $0.00816 |
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` 或浏览器抓取网页正文 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.
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字)"
}
]
}
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.
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.
- 4d ago First seen · 652 lines · 104 tokens per session scan A 51a0c6f970cb
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.
Other skills, from other repositories
slopless
Use Slopless to review English Markdown for deterministic AI and human slop signals, including vague phrasing, formulaic prose, weak rhythm, filler, and cliches.
suiko
A Japanese writing and review workflow for checking whether text sounds uniform, translated, unnatural, or difficult to read. It supports writing and editing documents such as reports, guides, meeting notes, proposals, and emails.
poly-lint-and-format
Running poly lint / poly fmt — --fix, --format pretty|json|toon, --exclude, --config, exit codes, inline suppression, and the check → read-json → fix → re-check loop.
poly-orchestrator
Use poly as the single lint/format gate instead of invoking ruff/oxlint/rustfmt directly — one poly.toml, poly hooks install, poly migrate, CI via the Goldziher/poly setup Action.
poly-mcp
The poly MCP server — the eleven tools and which are read-only vs mutating, the paths/exclude/config/format params, async Tasks for the whole-project phase, and the isError contract.
poly-tiers-and-scope
Five mechanisms decide what actually inspects a file (crates/poly-core/src/registry.rs).