/install daily-quote
Daily Quote / 每日金句
Generate a beautiful daily inspirational quote card with bilingual (Chinese + English) presentation.
Workflow
- Get today's date — Use the current date to seed the quote selection.
- Search for a quote — Use
web_searchto 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". - Select and translate — Pick ONE powerful quote. Provide both English original and Chinese translation. Include the author name and brief context (1 line).
- 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
\x3Cdiv 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 \x3CuserId>
# 自定义时间和渠道
node scripts/push-toggle.js on \x3CuserId> --morning 08:00 --evening 20:00 --channel feishu
# 关闭推送
node scripts/push-toggle.js off \x3CuserId>
# 查看推送状态
node scripts/push-toggle.js status \x3CuserId>
支持渠道:telegram / feishu / slack / discord
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-quote - After installation, invoke the skill by name or use
/daily-quote - Provide required inputs per the skill's parameter spec and get structured output
What is Daily Quote?
Daily curated quote from philosophers, leaders, and thinkers — with author context and why it resonates today. Bilingual EN/CN shareable visual card. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Daily Quote?
Run "/install daily-quote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Quote free?
Yes, Daily Quote is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Quote support?
Daily Quote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Quote?
It is built and maintained by jiajiaoy (@jiajiaoy); the current version is v1.0.1.