← 返回 Skills 市场
153
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install daily-quote
功能描述
Daily curated quote from philosophers, leaders, and thinkers — with author context and why it resonates today. Bilingual EN/CN shareable visual card.
使用说明 (SKILL.md)
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
安全使用建议
This skill appears coherent and safe: it generates bilingual quote cards and includes small Node scripts to enable scheduled pushes. Before installing, note: (1) scheduled pushes create cron entries via the platform (you should confirm how those cron entries are authorized and what channels are integrated — e.g., Telegram/Slack/Feishu/Discord may require platform-side channel tokens that are not requested by the skill), (2) user identifiers and push preferences are saved under data/users in the skill directory — review that storage if it may contain PII, and (3) the agent will use web_search at runtime to fetch quote text (be aware of copyright/source attribution). If you plan to enable push scheduling, verify the platform's scheduler behavior and channel integrations. Otherwise there are no unexplained credential requests or external installers.
功能分析
Type: OpenClaw Skill
Name: daily-quote
Version: 1.0.1
The skill is a well-structured tool for generating bilingual inspirational quote cards and managing scheduled notifications. The management scripts (push-toggle.js, morning-push.js, evening-push.js) include appropriate security measures such as path traversal protection and input sanitization for user IDs and time formats. The use of platform-specific strings like __OPENCLAW_CRON_ADD__ is consistent with the intended functionality of scheduling daily tasks, and no evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description (daily bilingual quote card + optional push scheduling) align with the provided files: SKILL.md describes generating an HTML card and the scripts implement push scheduling and prompt generation. The Node scripts do not request unrelated capabilities or credentials.
Instruction Scope
SKILL.md instructs the agent to web_search for quotes and save an HTML to /mnt/user-data/outputs — this is directly related to the stated purpose. The scripts output localized prompts and handle scheduling; they do not read system-wide secrets or unrelated files. No vague 'gather any context' instructions that would grant excessive discretion.
Install Mechanism
No install spec; code is shipped with the skill. There are only small Node scripts (no downloads from external URLs or archive extraction). Runtime metadata asks for node >=18 which matches the JS scripts.
Credentials
The skill requests no environment variables, no external tokens, and the scripts operate on a local data/users directory. There are no credentials requested that are unrelated to the feature.
Persistence & Privilege
always is false and the skill is user-invocable. The push-toggle writes per-user JSON under data/users and emits scheduler markers (__OPENCLAW_CRON_ADD__/__OPENCLAW_CRON_RM__) to register cron jobs with the platform — this is expected for push functionality but means the skill can cause recurring agent sessions to run at scheduled times. It does not modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-quote - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-quote触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated the description to highlight author context and the quote's relevance for today.
- Added README.md for improved documentation.
- No functional changes to workflow or outputs.
v1.0.0
- Initial release of the "daily-quote" skill.
- Delivers a daily inspirational quote card in both Chinese and English, with rotating themes and elegant visual design.
- Each quote card features unique backgrounds, typography, bilingual display, and subtle animations.
- Automatically generates and saves a single-file HTML visual card for each day's quote.
- Includes push notification management with support for Telegram, Feishu, Slack, and Discord.
元数据
常见问题
Daily Quote 是什么?
Daily curated quote from philosophers, leaders, and thinkers — with author context and why it resonates today. Bilingual EN/CN shareable visual card. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Daily Quote?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-quote」即可一键安装,无需额外配置。
Daily Quote 是免费的吗?
是的,Daily Quote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Quote 支持哪些平台?
Daily Quote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Quote?
由 jiajiaoy(@jiajiaoy)开发并维护,当前版本 v1.0.1。
推荐 Skills