# Content Publisher

> AI-powered content generation and multi-platform publishing - create infographics, slide decks, cover images, comics, and format content for social platforms

- Skill: `chainlesschain/content-publisher` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/content-publisher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/content-publisher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- License: MIT
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/content-publisher

---


# Content Publisher Skill

AI-powered content generation and multi-platform publishing.

## Usage

```
/content-publisher infographic "<topic>"
/content-publisher slides "<topic>" [--count N]
/content-publisher cover "<title>" [--aspect 2.35:1]
/content-publisher comic "<topic>" [--panels N]
/content-publisher social "<content>" [--platform twitter|wechat]
/content-publisher list-templates
```

## Content Types

| Type | Description | Output |
| --- | --- | --- |
| `infographic` | Multi-section visual layout | Markdown structure + image specs |
| `slides` | Presentation deck | Slide outlines + speaker notes |
| `cover` | Article cover image | Image specifications + layout |
| `comic` | Knowledge comics | Panel descriptions + dialogue |
| `social` | Platform-formatted post | Platform-specific content |

## Infographic Layout

Generates a structured infographic with:
- Title and subtitle
- Key statistics section (3-5 data points)
- Process/flow section
- Comparison table
- Call to action / conclusion

## Slide Deck Structure

Each slide includes:
- Title
- 3-5 bullet points
- Speaker notes
- Visual suggestion

## Platform Formatting

| Platform | Constraints |
| --- | --- |
| Twitter/X | 280 chars, thread for long content |
| WeChat | Rich text with images |
| LinkedIn | Professional tone, 1300 chars |
| Blog | Full markdown with frontmatter |

## Cover Image Specs

| Aspect Ratio | Use Case |
| --- | --- |
| `2.35:1` | Blog/article header |
| `16:9` | Presentation/video thumbnail |
| `1:1` | Social media avatar/post |
| `9:16` | Mobile/story format |

