National Day countdown

v1.0.1

Calculate and display the number of days remaining until China's National Day on October 1st, returning today's date and a readable message.

0· 103·0 current·0 all-time
bySHUO@gysmax

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gysmax/national-day-countdown.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "National Day countdown" (gysmax/national-day-countdown) from ClawHub.
Skill page: https://clawhub.ai/gysmax/national-day-countdown
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install national-day-countdown

ClawHub CLI

Package manager switcher

npx clawhub@latest install national-day-countdown
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description (days until China's National Day) match the SKILL.md instructions. The skill declares no binaries, env vars, or files beyond its single instruction file — all proportional to the stated purpose.
Instruction Scope
SKILL.md only instructs computing today's date, target date (Oct 1), and returning a readable message, with a rule to roll to next year if the date has passed. It does not ask to read files, access external endpoints, or collect unrelated data. One minor note: the skill assumes access to the current date/time (system clock), which is expected for a countdown task.
Install Mechanism
No install spec and no code files — instruction-only skills are lowest-risk since nothing is written to disk or downloaded.
Credentials
No environment variables, credentials, or config paths are requested. Nothing in the SKILL.md accesses any secrets or unrelated environment data.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or system-level configuration changes. Autonomous invocation is allowed by platform default but is not combined with other elevated privileges.
Assessment
This skill appears harmless and does only what it says: compute days until Oct 1. Before installing, consider whether you need timezone or locale-specific behavior (the skill will rely on the agent/system clock), and test edge cases around Oct 1 and leap years if precise behavior matters. Because it is instruction-only and requests no credentials, there is no obvious privacy or credential risk.

Like a lobster shell, security has layers — review code before you run it.

latestvk971bvfep2x33xsp4zhc28p7t983scccnewvk971bvfep2x33xsp4zhc28p7t983sccc
103downloads
0stars
1versions
Updated 1mo ago
v1.0.1
MIT-0

Days to National Day Skill

Description

Calculate how many days remain until China's National Day (October 1st).

When to use

Use this skill when:

  • The user asks how many days remain until National Day
  • The user asks about countdown to October 1st
  • The user asks for time remaining before a specific holiday (National Day)

When NOT to use

  • When user asks about other holidays (e.g. Spring Festival, Christmas)
  • When user asks for historical dates or past calculations

Input

No input is required.

Output

Returns:

  • today's date
  • target National Day date
  • number of days remaining
  • a human-readable message

Examples

Example 1

User: 还有多少天到国庆节? Assistant: (calls this skill)

Example 2

User: How many days until October 1st? Assistant: (calls this skill)

Notes

  • If the current date is after October 1st, calculate for next year's National Day
  • Always return a non-negative integer

Comments

Loading comments...