← 返回 Skills 市场
jiajiaoy

Daily Idiom

作者 jiajiaoy · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
137
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install daily-idiom
功能描述
Daily Chinese idiom (成语) — origin story, meaning, usage examples, and memory tip. Build Chinese vocabulary and cultural knowledge one 成语 per day.
使用说明 (SKILL.md)

每日成语

每日成语 — 典故故事 · 用法例句 · 测验打卡 · 中文文化输出

何时使用

  • 用户说"成语""今日成语""成语故事"
  • 用户学习中文或想了解中国文化
  • 用户说"idiom""chengyu""learn Chinese"
  • 用户说"成语接龙""猜成语""成语测验"

推送管理

node scripts/push-toggle.js on \x3CuserId>
node scripts/push-toggle.js on \x3CuserId> --morning 08:00 --evening 21: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 does what it says: pick a daily idiom and manage scheduled morning/evening pushes. Before enabling push for real users, consider: (1) the skill will create per-user JSON files under data/users — inspect that directory and contents; (2) it emits special __OPENCLAW_CRON_ADD__/__OPENCLAW_CRON_RM__ messages that the host will use to schedule jobs — verify how your platform interprets those and which agent/session is used to deliver messages; (3) the scripts themselves do not send messages to external services (Telegram/Slack/etc.) — delivery depends on your platform integration; and (4) version metadata mismatches (meta/package/registry) are minor but worth noting. If those behaviors are acceptable in your environment, this skill is appropriate to install.
功能分析
Type: OpenClaw Skill Name: daily-idiom Version: 1.0.3 The skill is a well-structured tool for daily Chinese idiom learning. The scripts (push-toggle.js, morning-push.js, and evening-push.js) manage user preferences and schedule automated prompts using the standard OpenClaw cron registration mechanism. The code includes proactive security measures, such as regex-based input sanitization for user IDs and path traversal protections in the safeUserPath function. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
requires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (daily idiom + scheduled pushes) align with what the code does: choose content for morning/evening pushes and manage per-user push settings. The scripts only read/write per-user JSON and emit scheduler markers; nothing requested is unrelated to the stated purpose.
Instruction Scope
SKILL.md and scripts limit actions to selecting content text and managing push scheduling. The push-toggle script writes user config to data/users and prints special __OPENCLAW_CRON_ADD__/__OPENCLAW_CRON_RM__ lines to register/unregister cron jobs. Reading/writing user JSON is expected, and userId inputs are sanitized. Note: the skill relies on the host platform to actually deliver messages to external channels — the scripts themselves do not call external APIs.
Install Mechanism
No install spec; this is instruction + small node scripts that run on demand. No external downloads or package installs are performed by the skill.
Credentials
The skill declares no required environment variables or credentials. It stores user preferences under ./data/users and enforces sanitized userId inputs. No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false (normal). The skill persists per-user JSON under data/users and emits scheduler registration markers for the host to create cron jobs. This is appropriate for a push service, but persistence means scheduled jobs will be created on the host — review scheduler entries before enabling for many users.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-idiom
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-idiom 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated skill description for clarity, including English summary of features. - No changes to keywords, usage instructions, or push management.
v1.0.2
- Updated package.json with minor changes. - No user-facing features or functionality affected.
v1.0.1
- Updated dependencies in package.json for improved stability. - Minor documentation tweaks in README.md; no user-facing skill changes.
v1.0.0
Initial release of Daily Idiom. - Provides a daily Chinese idiom, including origins, usage, example sentences, and bilingual (EN/CN) explanation. - Includes quizzes and check-in features to reinforce learning. - Optimized for Chinese language and culture learners. - Supports push notifications on Telegram, Feishu, Slack, and Discord. - Easy trigger via multiple keywords related to idioms and learning Chinese.
元数据
Slug daily-idiom
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Daily Idiom 是什么?

Daily Chinese idiom (成语) — origin story, meaning, usage examples, and memory tip. Build Chinese vocabulary and cultural knowledge one 成语 per day. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 Daily Idiom?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-idiom」即可一键安装,无需额外配置。

Daily Idiom 是免费的吗?

是的,Daily Idiom 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Idiom 支持哪些平台?

Daily Idiom 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Idiom?

由 jiajiaoy(@jiajiaoy)开发并维护,当前版本 v1.0.3。

💬 留言讨论