Skip to content
Skillv1.0.0

daily-quote

每日精选名言金句,中英双语精美视觉卡片。Daily inspirational quote with bilingual EN/CN visual card. Trigger on:每日金句、今日金句、名言、鸡汤、励志、daily quote、quote of the day、motivational quote、morning motivation、早安语录。

by Cosmofang(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from Cosmofang/openclaw-skills (openclaw/agents/skills/daily-quote/SKILL.md). Install upstream with npx skills add Cosmofang/openclaw-skills --skill daily-quote. Copyright stays with the author.

Daily Quote / 每日金句

Generate a beautiful daily inspirational quote card with bilingual (Chinese + English) presentation.

Workflow

  1. Get today's date — Use the current date to seed the quote selection.
  2. Search for a quote — Use web_search to find an inspiring, thought-provoking quote. Search for quotes related to today's date, or a rotating theme (Monday=courage, Tuesday=wisdom, Wednesday=creativity, Thursday=perseverance, Friday=joy, Saturday=love, Sunday=reflection). Query example: "inspirational quote [theme] famous".
  3. Select and translate — Pick ONE powerful quote. Provide both English original and Chinese translation. Include the author name and brief context (1 line).
  4. Generate the visual card — Create a single-file HTML artifact (saved to /mnt/user-data/outputs/daily-quote.html) with:

Visual Design Requirements

Create a stunning, full-viewport quote card. Each day should feel different:

  • Layout: Centered quote with generous whitespace. Author below. Date at top-right corner.
  • Typography: Use a distinctive serif or display font from Google Fonts (rotate between: Playfair Display, Cormorant Garamond, DM Serif Display, Libre Baskerville). Body text in a clean sans-serif.
  • Background: Rotating aesthetic — use CSS gradients, subtle patterns, or mesh gradients. Avoid plain white. Examples: warm sunset gradient, deep ocean tones, forest green to black, golden hour warmth.
  • Bilingual display: English quote prominent, Chinese translation below in slightly smaller size with a different weight.
  • Micro-interactions: Subtle fade-in animation on load. Quote text should animate in with a gentle reveal.
  • Ad-ready zone: Include a tasteful, empty <div id="ad-slot-bottom" style="..."> at the bottom of the card (min-height 90px, centered, with a subtle dashed border in dev mode). This is the future ad placement area.
  • Footer: Small "Powered by ClawCode" text at the very bottom.

Content Tone

  • Prefer quotes from diverse sources: Eastern and Western philosophers, scientists, writers, leaders
  • Avoid overly cliché quotes (no "be the change you wish to see" etc.)
  • Each quote should genuinely make someone pause and think

Output

Save as /mnt/user-data/outputs/daily-quote.html and present to user.


推送管理

# 开启每日推送(早晚各一次)
node scripts/push-toggle.js on <userId>

# 自定义时间和渠道
node scripts/push-toggle.js on <userId> --morning 08:00 --evening 20:00 --channel feishu

# 关闭推送
node scripts/push-toggle.js off <userId>

# 查看推送状态
node scripts/push-toggle.js status <userId>

支持渠道:telegram / feishu / slack / discord

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/cosmofang-openclaw-skills-daily-quote/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.

cosmofang-openclaw-skills-daily-quote.ocm.jsonjson
{
  "ocm": "1",
  "id": "cosmofang-openclaw-skills-daily-quote",
  "kind": "skill",
  "name": "daily-quote",
  "description": "每日精选名言金句,中英双语精美视觉卡片。Daily inspirational quote with bilingual EN/CN visual card. Trigger on:每日金句、今日金句、名言、鸡汤、励志、daily quote、quote of the day、motivational quote、morning motivation、早安语录。",
  "publisher": "Cosmofang",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "daily-quote",
      "quote-of-the-day",
      "motivational-quote",
      "morning-motivation",
      "inspirational-quote",
      "wisdom",
      "daily-inspiration",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "每日精选名言金句,中英双语精美视觉卡片。Daily inspirational quote with bilingual EN/CN visual card. Trigger on:每日金句、今日金句、名言、鸡汤、励志、daily quote、quote of the day、motivational quote、morning motivation、早安语录。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Cosmofang/openclaw-skills",
      "path": "openclaw/agents/skills/daily-quote/SKILL.md",
      "ref": "c42a860a504b6f2665f70dff755ab916fe02da8b",
      "url": "https://github.com/Cosmofang/openclaw-skills/blob/c42a860a504b6f2665f70dff755ab916fe02da8b/openclaw/agents/skills/daily-quote/SKILL.md",
      "key": "Cosmofang/openclaw-skills/openclaw/agents/skills/daily-quote/SKILL.md"
    }
  },
  "instructions": "# Daily Quote / 每日金句\n\nGenerate a beautiful daily inspirational quote card with bilingual (Chinese + English) presentation.\n\n## Workflow\n\n1. **Get today's date** — Use the current date to seed the quote selection.\n2. **Search for a quote** — Use `web_search` to find an inspiring, thought-provoking quote. Search for quotes related to today's date, or a rotating theme (Monday=courage, Tuesday=wisdom, Wednesday=creativity, Thursday=perseverance, Friday=joy, Saturday=love, Sunday=reflection). Query example: `\"inspirational quote [theme] famous\"`.\n3. **Select and translate** — Pick ONE powerful quot",
  "cost": {
    "context_tokens": 661
  }
}

Fetch it by URL: GET /api/v1/registry/cosmofang-openclaw-skills-daily-quote/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.