← Back to Skills Marketplace
foxseller

morning-brief

by foxseller · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
223
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wakeup-niuma
Description
每天早上8点自动推送当前日期、周数、节假日倒计时及本周、本月、本年时间进度百分比简报。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wakeup-niuma
  3. After installation, invoke the skill by name or use /wakeup-niuma
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of 晨间简报 (morning-brief): - 每天早上 8 点自动推送简报,包括日期、周数、星期。 - 显示距离周末和各大法定节假日(春节、清明、劳动节、端午、中秋、国庆、元旦)还有几天。 - 展示本周、本月、本年时间进度百分比。 - 支持自动定时触发,无需手动操作。
Metadata
Slug wakeup-niuma
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is morning-brief?

每天早上8点自动推送当前日期、周数、节假日倒计时及本周、本月、本年时间进度百分比简报。 It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install morning-brief?

Run "/install wakeup-niuma" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is morning-brief free?

Yes, morning-brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does morning-brief support?

morning-brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created morning-brief?

It is built and maintained by foxseller (@foxseller); the current version is v1.0.0.

💬 Comments