By bakameow
RedNote/Xiaohongshu card rendering skill: converts Markdown content into styled image cards with 9 visual themes and automatic content-aware pagination using Playwright.
将 Markdown 渲染为小红书风格图片卡片,支持 9 种视觉主题和自动分页。
# 添加 marketplace
/plugin marketplace add Bakameow/RedNote-Render-Skill
# 安装插件
/plugin install rednote-render-skill@Bakameow-RedNote-Render-Skill
安装后运行 /reload-plugins 即可使用。
git clone https://github.com/Bakameow/RedNote-Render-Skill.git
cd RedNote-Render-Skill
pip install -r requirements.txt
playwright install chromium
python scripts/rednote_render.py <markdown_file> [options]
# 默认(sketch 主题)
python scripts/rednote_render.py content.md
# 切换主题
python scripts/rednote_render.py content.md -t neo-brutalism
# 自定义尺寸和输出目录
python scripts/rednote_render.py content.md -t retro -o ./output
生成结果:cover.png(封面)+ card_1.png、card_2.png...(正文卡片)
参数说明:
| 参数 | 简写 | 说明 | 默认值 |
|---|---|---|---|
--output-dir | -o | 输出目录 | 当前目录 |
--theme | -t | 排版主题 | sketch |
--width | -w | 图片宽度(px) | 1080 |
--height | 图片高度(px) | 1440 | |
--dpr | 设备像素比 | 2 |
RedNote-Render-Skill/
├── SKILL.md # 技能定义
├── README.md
├── requirements.txt # Python 依赖
├── references/
│ └── params.md # 完整参数参考
├── assets/
│ ├── cover.html # 封面 HTML 模板
│ ├── card.html # 卡片 HTML 模板
│ ├── styles.css # 公共容器样式
│ ├── example.md # 示例 Markdown
│ └── themes/ # 各主题 CSS 文件
│ ├── default.css
│ ├── playful-geometric.css
│ ├── neo-brutalism.css
│ ├── botanical.css
│ ├── professional.css
│ ├── retro.css
│ ├── terminal.css
│ ├── sketch.css
│ └── minimalist.css
├── skills/
│ └── rednote-render-skill/
│ └── SKILL.md → ../../SKILL.md
└── scripts/
└── rednote_render.py # 渲染脚本
MIT License © 2026 Bakameow
Original work by ZhangJia (comeonzhj).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bakameow/rednote-render-skill --plugin rednote-render-skillComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.