← Back to Skills Marketplace
redbook-cards-skill
by
Sundy Yang
· GitHub ↗
· v1.0.0
· MIT-0
358
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install redbook-cards-skill
Description
将任意文章 HTML 页面或纯文本,自动切片生成小红书风格图文卡片组(封面 + 内容图 + 金句图),输出单个可直接在浏览器预览的 HTML 文件。触发词:小红书、图文卡片、切片、种草图、笔记卡片。
Usage Guidance
This skill appears coherent and limited to generating an HTML card set from provided article_content. Things to consider before installing/using: (1) The generated HTML links to Google Fonts (fonts.googleapis.com); opening the file in a browser will cause external network requests for fonts — replace with local fonts if you need offline/privacy guarantees. (2) The README/workflow suggests optionally fetching article HTML via an HTTP request and using Puppeteer/Playwright for screenshots — these are integration choices that can enable the agent to access remote URLs or run a headless browser; only enable those if you trust the environment and the URLs being fetched. (3) The skill sends the article text to whatever LLM you configure (this is required for content extraction), so avoid feeding sensitive/private content unless you trust the model/execution environment. (4) Review demo-output.html / EXAMPLE.md to confirm visual/style expectations before automating screenshots. No secrets or installers are required, and nothing in the skill suggests data exfiltration endpoints or hidden behaviors.
Capability Analysis
Type: OpenClaw Skill
Name: redbook-cards-skill
Version: 1.0.0
The 'redbook-cards-skill' bundle is a legitimate content transformation tool designed to convert articles into styled HTML image cards for social media. The skill instructions in SKILL.md and PROMPT.md focus entirely on content parsing, layout design, and CSS styling, with no evidence of data exfiltration, malicious execution, or prompt injection attacks. A provided Python utility in PROMPT.md for text cleaning uses the standard 'html.parser' library safely without any risky calls like 'eval' or 'os.system'.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the SKILL.md and PROMPT.md describe extracting title/series/core points/tags from article_content and producing a single inline-CSS HTML file. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions stay within scope (parse article_content, slice into 5–7 cards, emit HTML). The docs include an example workflow that may fetch remote HTML (HTTP Request → Text Cleaner) and recommend Puppeteer/Playwright for screenshots — these are optional integration suggestions, not built-in behavior. The skill does reference an external Google Fonts URL which means a browser opening the generated HTML will make network requests for fonts.
Install Mechanism
No install spec or code files to write/execute are included; the skill is instruction-only, so nothing is downloaded or installed by the skill itself.
Credentials
The skill requires only article_content and optional style/series/card_count inputs. It requests no environment variables, credentials, or config paths — proportional for the task.
Persistence & Privilege
always:false and no special persistence or cross-skill configuration is requested. The skill does not ask to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install redbook-cards-skill - After installation, invoke the skill by name or use
/redbook-cards-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
redbook-cards-skill 1.0.0 – Initial Release
- Automatically converts any article (HTML or plain text) into Xiaohongshu-style visual card sets (cover, content, golden quote).
- Outputs a single, browser-previewable HTML file with dynamic grid layout and card design.
- Parses original article to extract title, series name, core arguments, golden quotes, and auto-generates hashtags.
- Card set structure: cover, problem/phenomenon, core content, and impactful quote, with unique color & decoration for each.
- Strictly controlled card design, layout, and typography for authentic Xiaohongshu look and feel.
- No external dependencies except Google Fonts; completely self-contained HTML output.
Metadata
Frequently Asked Questions
What is redbook-cards-skill?
将任意文章 HTML 页面或纯文本,自动切片生成小红书风格图文卡片组(封面 + 内容图 + 金句图),输出单个可直接在浏览器预览的 HTML 文件。触发词:小红书、图文卡片、切片、种草图、笔记卡片。 It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.
How do I install redbook-cards-skill?
Run "/install redbook-cards-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is redbook-cards-skill free?
Yes, redbook-cards-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does redbook-cards-skill support?
redbook-cards-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created redbook-cards-skill?
It is built and maintained by Sundy Yang (@yangchao228); the current version is v1.0.0.
More Skills