← 返回 Skills 市场
223
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wakeup-niuma
功能描述
每天早上8点自动推送当前日期、周数、节假日倒计时及本周、本月、本年时间进度百分比简报。
安全使用建议
This skill appears to do what it claims and uses only dayjs and axios plus a small local cache. Before installing, consider: (1) verify or replace the holiday JSON URL — the SKILL.md cites a GitHub repo but the code fetches from shuyz.com; if you prefer, change the URL to the official raw.githubusercontent.com path or bundle the data to avoid remote fetches; (2) confirm your platform's scheduler will capture the script output and deliver the push as you expect (the script only logs to stdout); (3) review the cached holidays_YEAR.json after first run to ensure it contains expected data; and (4) run the script locally (npm install; node main.js) to inspect output and behavior. If you need higher assurance, ask the maintainer for the original upstream repo or a signed release.
功能分析
Type: OpenClaw Skill
Name: wakeup-niuma
Version: 1.0.0
The morning-brief skill is a standard utility that provides date, holiday countdowns, and time progress notifications. It fetches holiday data from a public mirror (shuyz.com) and caches it locally in main.js. The code is transparent, uses well-known libraries (axios, dayjs), and lacks any indicators of malicious behavior, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: the code computes date, week, progress percentages, weekend days and holiday countdowns. Dependencies (axios, dayjs) and a small cache file are reasonable for this functionality.
Instruction Scope
SKILL.md describes a cron trigger and npm install; the provided skill.json/main.js implement a cron-triggered node action that prints the brief to stdout. The runtime does read/write a local cache (holidays_YEAR.json) and fetch remote holiday data, both of which are coherent with the stated purpose.
Install Mechanism
There is no platform install spec (instruction-only), which is low risk. The code performs an HTTP GET to https://www.shuyz.com/githubfiles/china-holiday-calender/master/holidayAPI.json to retrieve holiday data — this is a third-party mirror rather than the GitHub raw URL mentioned in SKILL.md. Fetching external JSON is expected here but using a non-obvious host is worth noting.
Credentials
The skill requests no environment variables, no credentials, and does not access unrelated configuration paths. Its filesystem access is limited to creating/reading a local cache file in the skill directory.
Persistence & Privilege
always is false and the skill does not modify other skills or global configs. It writes a small cache file under its own directory only, which is proportionate to its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wakeup-niuma - 安装完成后,直接呼叫该 Skill 的名称或使用
/wakeup-niuma触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of 晨间简报 (morning-brief):
- 每天早上 8 点自动推送简报,包括日期、周数、星期。
- 显示距离周末和各大法定节假日(春节、清明、劳动节、端午、中秋、国庆、元旦)还有几天。
- 展示本周、本月、本年时间进度百分比。
- 支持自动定时触发,无需手动操作。
元数据
常见问题
morning-brief 是什么?
每天早上8点自动推送当前日期、周数、节假日倒计时及本周、本月、本年时间进度百分比简报。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。
如何安装 morning-brief?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wakeup-niuma」即可一键安装,无需额外配置。
morning-brief 是免费的吗?
是的,morning-brief 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
morning-brief 支持哪些平台?
morning-brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 morning-brief?
由 foxseller(@foxseller)开发并维护,当前版本 v1.0.0。
推荐 Skills