Card Quote logo

Card Quote

OrganizationPopular
ZJU-REAL
card-quote

生成适合微博、知乎、公众号或 X/Twitter 分享的 16:9 横版金句卡和数据卡。当用户说“做金句卡、语录卡、数据卡、横版分享卡”时使用。小红书竖版知识卡用 card-xiaohongshu,竖版营销海报用 poster-hero。

Overview

PublisherZJU-REAL
RepositoryEasel
Skill namecard-quote
Stars
1.2K
Forks
175
Bundled files
3
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by ZJU-REAL on GitHub. Read the source before you install it.

Installation

Install the Card Quote AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/ZJU-REAL/Easel.git /tmp/Easel
mkdir -p .claude/skills
cp -r /tmp/Easel/skills/openclaw/card-quote .claude/skills/card-quote
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Card Quote in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Card Quote on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Card Quote is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

金句卡片

HTML 单图渲染 → 截图分享。16:9 横版,一句 hero 金句 / 一组核心数据。

⚠️ 生成前先读 card-design 设计系统(选立场/锁配色/字越大越细/禁 AI 廉价感)。金句卡尤其靠排版层级——避免渐变文字、粗黑大标题、居中一切。

骨架(二选一,按内容是"观点"还是"数字")

先按 card-design 选风格锁配色,再套下面对应骨架。

A. 金句卡(一句 hero 观点)

  • 容器 w-[1600px] h-[900px],暗色 / 亮色按内容情绪二选一。
  • 中央一句 hero 金句(字越大越细,限 2-3 行,最戳的词用 1 个强调色)。
  • 下方署名 / 出处(无个人 handle 时用来源或品牌名,不硬塞头像占位)。
  • 左上角小标签(Insight / 观点 / Quote);右下角品牌水印。
  • 微妙纹理(grid / dot / 极淡 noise),禁玻璃拟态与渐变文字。

B. 数据卡(一组核心数字)

  • 同画幅,1 个主数字超大字(占视觉中心)+ 单位/说明小字在旁。
  • 2-4 个副指标横向排开,每个「大数字 + 一行标签」,对齐到网格。
  • 可加一句结论/来源脚注(数据来源 · 截至 X)建立可信度。
  • 数字用等宽或 Inter Tight,避免用 emoji 当图标。

国内平台适配

  • 微博:横版直接配文;金句要短、能被单独转发;水印放品牌名。
  • 知乎:偏理性,数据卡 + 一句结论最合适;出处/来源要显。
  • 公众号:可作文中配图或封面延展;配色跟公众号主色。
  • X/Twitter(出海):可保留 handle 署名;其余同金句卡。

渲染出图(必做,勿手动截图)

生成 HTML 后,用共享渲染脚本自动出图(playwright + chromium,已配置走代理加载 CDN/字体):

bash
python skills/shared/scripts/render_card.py \
  --html outputs/主题名/assets/card.html \
  --out outputs/主题名/card.png \
  --full-page --width 1600 --height 900
  • 16:9 横版用 --width 1600 --height 900
  • 脚本对外部 CDN/字体做有界超时(默认 20s 超时也继续),不会卡死;用环境代理加载 Tailwind/Google Fonts。
  • 首次使用需 pip install playwright && playwright install chromium(见项目依赖说明)。

与其他卡片 SKILL 的区别

三者都是"HTML 单图 → 截图",仅画幅与场景不同,互不替代:

  • card-quote(本 SKILL) = 16:9 横版金句/数据卡,一句 hero 观点或一组核心数字,配微博 / 知乎 / X / 公众号。
  • card-xiaohongshu = 1080×1440 竖版小红书知识卡(走 card-design 风格库),可多张联排滑动浏览。承载多观点、成套干货时用它。
  • poster-hero = 1080×1920 竖版营销海报 / 朋友圈分享图,大标题 + 卖点 + 二维码,用于产品发布、活动宣传。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Card Quote AI skill do?

生成适合微博、知乎、公众号或 X/Twitter 分享的 16:9 横版金句卡和数据卡。当用户说“做金句卡、语录卡、数据卡、横版分享卡”时使用。小红书竖版知识卡用 card-xiaohongshu,竖版营销海报用 poster-hero。

Why use Card Quote on TypingMind?

Because you install it once and use it with any model. Card Quote is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Card Quote in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/ZJU-REAL/Easel/tree/main/skills/openclaw/card-quote. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Card Quote?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Card Quote?

As many as you like. As long as a model supports skills, you can use Card Quote with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Card Quote AI skill free?

Yes. It is published on GitHub by ZJU-REAL under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇