← 返回 Skills 市场
yangchao228

redbook-cards-skill

作者 Sundy Yang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
358
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install redbook-cards-skill
功能描述
将任意文章 HTML 页面或纯文本,自动切片生成小红书风格图文卡片组(封面 + 内容图 + 金句图),输出单个可直接在浏览器预览的 HTML 文件。触发词:小红书、图文卡片、切片、种草图、笔记卡片。
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install redbook-cards-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /redbook-cards-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug redbook-cards-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

redbook-cards-skill 是什么?

将任意文章 HTML 页面或纯文本,自动切片生成小红书风格图文卡片组(封面 + 内容图 + 金句图),输出单个可直接在浏览器预览的 HTML 文件。触发词:小红书、图文卡片、切片、种草图、笔记卡片。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。

如何安装 redbook-cards-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install redbook-cards-skill」即可一键安装,无需额外配置。

redbook-cards-skill 是免费的吗?

是的,redbook-cards-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

redbook-cards-skill 支持哪些平台?

redbook-cards-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 redbook-cards-skill?

由 Sundy Yang(@yangchao228)开发并维护,当前版本 v1.0.0。

💬 留言讨论