Cn Holiday Reminder
v1.1.0中国法定节假日查询与主动提醒 + 恋爱助手。内置节假日和调休数据,支持查询任意日期是否上班、 下一个假期、全年日历,并可通过 cron 自动提醒。恋爱助手模块支持纪念日倒计时(精确到秒)、 生日提醒、自定义纪念日、浪漫节日提醒(情人节/白色情人节/女神节/520/七夕/圣诞等)。 Use when: 用户说"明天...
⭐ 0· 123·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts and SKILL.md: holiday.py implements holiday queries/alerts and love.py implements anniversary/birthday reminders and storage. Required resources (none) are proportionate to the stated purpose.
Instruction Scope
Instructions ask the agent to read/write ~/agent-memory/love.json, run the two local Python scripts, and (optionally) set up a cron job that will cause scheduled announcements. This is expected for a reminder skill, but it does grant the agent the ability to store and reuse private personal data and to send scheduled notifications; users should be aware of that scope.
Install Mechanism
No install spec; skill is instruction + two local Python scripts. No remote downloads or package installs are invoked in SKILL.md or the visible code.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to access secrets or external services. It does write to a user-local path (~/agent-memory/love.json), which is appropriate for storing reminders but is sensitive in content.
Persistence & Privilege
always is false. The skill expects to persist user data to ~/agent-memory/love.json and suggests a cron-based scheduled announcement (delivery: channel 'feishu'). Autonomous invocation is allowed (platform default). Review scheduling and delivery targets to avoid unwanted automatic notifications.
Assessment
This skill appears to do what it claims: local holiday queries plus a 'love assistant' that saves anniversaries and birthdays in ~/agent-memory/love.json and can send scheduled reminders. Before installing, consider: (1) Privacy — the skill stores personal data (partner name/birthdates) on disk; if others have access to your account or machine, protect that file. (2) Scheduled notifications — the SKILL.md includes a cron payload that will announce to a channel (feishu); confirm the delivery channel and platform credentials are correct and that you want automated messages. (3) Review and run the included scripts manually first to verify behavior and timezone handling. (4) If you do not want persistent storage, do not allow the agent to write ~/agent-memory/love.json or disable scheduling. Overall the components are coherent and there are no obvious hidden network calls or secret-exfiltration behaviors in the provided code.Like a lobster shell, security has layers — review code before you run it.
latestvk972re4z3ah5g00n42tkpf8x5h832avt
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
