Skip to content
Skillv1.0.0

social-reddit-card

Realistic Reddit post card with vote rail and comment count, suited to video overlays or story sharing.

by nexu-io(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nexu-io/open-design (skills/social-reddit-card/SKILL.md) via skills.sh. Install upstream with npx skills add nexu-io/open-design --skill social-reddit-card. Copyright stays with the author.

【模板: Reddit 帖子卡】 【意图】把一段故事 / 提问 / 段子, 渲染成 Reddit 帖子卡片, 用于视频叠加、社媒故事分享。Inspired by hyperframes reddit-post。

【画布】1280×720 (视频叠加) 或 800×600 (单卡分享); 背景透明或暗色 #0b1416

【卡片结构】

  • 外框: 圆角 16px, bg 白 #ffffff (light) 或 #1a1a1b (dark, 推荐 video overlay), border 1px #edeff1 / #343536
  • 左侧 vote rail (40-56px 宽):
    • 上箭头 ▲ (16px, #878a8c, hover 变橙 #ff4500)。
    • 票数 (Inter, 17px, weight 700, 居中, 颜色: 0 灰 / 正橙 / 负蓝); 大数字用 12.3k 格式。
    • 下箭头 ▼ (hover 变蓝 #7193ff)。
  • 主体区:
    • 顶部 meta row: 子版块图标 (CSS 圆形 + 字母) + r/subreddit (粗) + · Posted by u/username · 3h (小字灰)。
    • 标题 (Inter / IBM Plex Sans, 22-28px, weight 500, dark text)。
    • 内容: 16px body 或 引用块或 1 张图 (CSS 渐变占位)。
    • 底部 action row: 💬 1.2k Comments · 🏆 Awards · ⤴️ Share · ⋯ icon。
  • 顶部右上角 Reddit Snoo logo (内联 SVG, 橙色 #ff4500)。

【字体】

  • 主: IBM Plex Sans → fallback Inter, weight 400/500/700。
  • 数字: 同主字体。
  • 中文: Noto Sans SC

【设计细节】

  • Light mode: bg #fff, text #1c1c1c, secondary #7c7c7c
  • Dark mode (推荐): bg #1a1a1b, text #d7dadc, secondary #818384, border #343536
  • 票数颜色: 正 = #ff4500, 负 = #7193ff, 0 = #878a8c
  • 标题点击区可加微妙背景 hover。
  • 严禁外链图片; 图片占位用 CSS 渐变 + 描述。
  • 必须用用户提供的内容; 自动生成合理的 subreddit / username / 票数。
  • 单文件 HTML; icon 内联 SVG (上下箭头、评论气泡、奖杯)。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nexu-io-open-design-social-reddit-card/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nexu-io-open-design-social-reddit-card.ocm.jsonjson
{
  "ocm": "1",
  "id": "nexu-io-open-design-social-reddit-card",
  "kind": "skill",
  "name": "social-reddit-card",
  "description": "Realistic Reddit post card with vote rail and comment count, suited to video overlays or story sharing.",
  "publisher": "nexu-io",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "creative"
    ],
    "tags": [
      "skill-md",
      "reddit",
      "social",
      "card",
      "overlay",
      "story",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Realistic Reddit post card with vote rail and comment count, suited to video overlays or story sharing."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nexu-io/open-design",
      "path": "skills/social-reddit-card/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/nexu-io/open-design/social-reddit-card",
      "key": "nexu-io/open-design/skills/social-reddit-card/SKILL.md"
    }
  },
  "instructions": "【模板: Reddit 帖子卡】\n【意图】把一段故事 / 提问 / 段子, 渲染成 Reddit 帖子卡片, 用于视频叠加、社媒故事分享。Inspired by hyperframes reddit-post。\n\n【画布】1280×720 (视频叠加) 或 800×600 (单卡分享); 背景透明或暗色 `#0b1416`。\n\n【卡片结构】\n- 外框: 圆角 16px, bg 白 `#ffffff` (light) 或 `#1a1a1b` (dark, 推荐 video overlay), border 1px `#edeff1` / `#343536`。\n- 左侧 **vote rail** (40-56px 宽):\n  - 上箭头 ▲ (16px, `#878a8c`, hover 变橙 `#ff4500`)。\n  - 票数 (Inter, 17px, weight 700, 居中, 颜色: 0 灰 / 正橙 / 负蓝); 大数字用 `12.3k` 格式。\n  - 下箭头 ▼ (hover 变蓝 `#7193ff`)。\n- 主体区:\n  - 顶部 meta row: 子版块图标 (CSS 圆形 + 字母) + `r/subreddit` (粗) + `· Posted by u/username · 3h` (小字灰)。\n  - **标题** (Inter / IBM Plex",
  "cost": {
    "context_tokens": 312
  }
}

Fetch it by URL: GET /api/v1/registry/nexu-io-open-design-social-reddit-card/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.