Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ceeon avatar

Article To Html

  • 7 installs
  • 43 repo stars
  • Updated March 19, 2026
  • ceeon/openclaw-article-to-image

Converts an article or notes into a mobile-readable HTML infographic with content-matched visual style, then post-processes and screenshots it for delivery.

About

Transforms articles into self-contained HTML infographics by extracting the core argument, freely designing a mobile-first visual style, then running a mandatory post-process script before screenshot delivery. A developer uses it to turn writing into shareable single-image visuals.

  • Content-driven visual design with 9 style-inspiration references
  • Mandatory post-process script plus Chrome DevTools screenshot flow

Article To Html by the numbers

  • 7 all-time installs (skills.sh)
  • Ranked #1,085 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ceeon/openclaw-article-to-image --skill article-to-html

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars43
Last updatedMarch 19, 2026
Repositoryceeon/openclaw-article-to-image

What it does

Converts an article or notes into a mobile-readable HTML infographic with content-matched visual style, then post-processes and screenshots it for delivery.

Files

SKILL.mdMarkdownGitHub ↗

文章转 HTML 信息图

文章 → 提炼核心信息 → 生成 HTML 信息图 → 后处理 → 截图交付。

设计理念

你是设计师,不是模板填充机。 根据文章内容自由设计视觉风格,不要每次都用同一个模板。

  • 内容决定形式 — 严肃分析用深色/衬线,轻松科普用手账/波普,技术教程用终端/蓝图
  • 信息精炼 — 一张图讲清一个核心论点 + 3-4 个支撑模块,不是把文章全文塞进去
  • 手机第一 — 图片在手机上缩放 3 倍,字号必须够大(详见 rules/01-技术底线.md
  • 每次不同 — 配色、字体、布局每次都应该有变化,避免千篇一律

工作流程

用户给文章
    ↓
① 内容分析 — 提取核心论点、关键数据、对比维度、避坑要点、金句
    ↓
② 自由设计 — 根据内容调性,自主决定视觉风格、配色、布局
              (可参考 rules/03-风格灵感.md 和 templates/ 获取灵感)
    ↓
③ 生成 HTML — 自包含 HTML,必须遵守 rules/01-技术底线.md
    ↓
④ 后处理 — 生成后立即执行:
              bash ~/.openclaw/skills/article-to-html/scripts/post-process.sh <html文件>
    ↓
⑤ 截图交付 — 按 rules/02-截图流程.md 执行

步骤④ 是强制的。 无论你对自己生成的 HTML 多有信心,都必须跑后处理脚本。

目录结构

目录/文件地位说明
rules/01-技术底线.md必读字号、宽度、overflow 等硬性约束
rules/02-截图流程.md必读Chrome DevTools 截图 5 步流程
rules/03-风格灵感.md参考9 种风格的配色/字体/特征,用于激发灵感
templates/参考9 个 HTML 模板,可浏览获取灵感,不要照抄
scripts/post-process.sh工具一键后处理(fix CSS + 注入字号兜底)
scripts/fix-html.js工具CSS 修复脚本(被 post-process.sh 调用)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.