← Back to Skills Marketplace
倒计时工具
by
freedompixels
· GitHub ↗
· v1.1.0
· MIT-0
109
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install cn-countdown
Description
中文倒数日/纪念日计算器。记录重要日子,自动计算距离今天还有多少天,或已过去多少天。 支持生日、纪念日、考试倒计时、农历转换、情感标签、彩色输出。 当用户说"倒计时"、"纪念日"、"还有多少天"、"生日倒计时"、"距离XX还有多久"时触发。
README (SKILL.md)
📅 CN Countdown — 中文倒数日/纪念日计算器
记录重要日子,计算距离今天还有多少天,或已经过去了多少天。
核心功能
| 功能 | 说明 |
|---|---|
| 添加日子 | 添加任意重要日期,支持名称、标签 |
| 倒计时 | 显示距离目标日期还有多少天 |
| 已过天数 | 显示从某天起已经过去了多久 |
| 农历支持 | 自动识别农历生日并计算 |
| 列表展示 | 彩色表格,一目了然 |
| 编辑/删除 | 管理已记录的日子 |
使用方式
# 查看所有记录的日子(默认按倒计时排序)
python3 scripts/countdown.py --list
# 添加一个日子(默认算倒计时)
python3 scripts/countdown.py --add "春节" --date "2026-02-17" --tag "节日"
# 添加生日(自动标注年龄)
python3 scripts/countdown.py --add "妈妈的生日" --date "1965-05-20" --tag "生日"
# 添加纪念日(从那天起过了多久)
python3 scripts/countdown.py --add "在一起纪念日" --date "2020-09-01" --tag "纪念日"
# 添加考试倒计时
python3 scripts/countdown.py --add "高考" --date "2026-06-07" --tag "考试"
# 查看已过天数(从某天到现在)
python3 scripts/countdown.py --since "2020-01-01"
# 查看距离某天(从今天到目标)
python3 scripts/countdown.py --to "2026-07-01"
# 删除一条记录
python3 scripts/countdown.py --delete "春节"
# 编辑日子
python3 scripts/countdown.py --edit "春节" --new-date "2026-02-16"
数据存储
数据保存在 ~/.qclaw/workspace/countdown.json,纯本地,无账户,无云端。
标签说明
生日— 显示年龄和今年生日倒计时纪念日— 显示在一起/结婚等已过天数考试— 突出显示紧迫感节日— 农历/传统节日目标— 个人目标达成日其他— 自定义
Usage Guidance
This skill appears to do exactly what it says: a local countdown/anniversary CLI that stores events in ~/.qclaw/workspace/countdown.json. Before installing or running: 1) Ensure you have python3 available (examples use python3) — the registry metadata omits this dependency. 2) Review the included scripts yourself (or run in a sandbox) because the package source and homepage are unknown. 3) Note that event data is stored unencrypted in your home directory; do not save sensitive secrets there. 4) If you enable autonomous invocation for an agent, restrict the agent's filesystem permissions so it cannot read unrelated files. 5) If you need stronger privacy, move the data file to an encrypted location or adjust the script to use encryption/backups.
Capability Analysis
Type: OpenClaw Skill
Name: cn-countdown
Version: 1.1.0
The skill is a straightforward local utility for tracking countdowns and anniversaries. It manages data in a local JSON file (~/.qclaw/workspace/countdown.json) and performs date calculations using standard Python libraries without any network access, external dependencies, or suspicious execution patterns. The code in scripts/countdown.py is well-structured and aligns perfectly with the functionality described in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (Chinese countdown/anniversary tool) match the included script and SKILL.md. The skill requires no external services or credentials and writes only to a local JSON under ~/.qclaw/workspace/countdown.json. Minor inconsistency: SKILL.md and the code assume running via python3, but required binaries in the registry metadata list none.
Instruction Scope
Runtime instructions only tell the agent (or user) to run the included script with standard CLI flags. The SKILL.md and script operate on local data and do not instruct the agent to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install specification — instruction-only with an included Python script. Nothing is downloaded or written by an external installer; the script is local and executed directly.
Credentials
The skill requests no environment variables or credentials. All storage is local (~/ .qclaw/workspace/countdown.json). No unnecessary secrets or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does create and update its own local data file but does not modify other skills or system settings. Autonomous invocation is allowed by default but is not a special privilege here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-countdown - After installation, invoke the skill by name or use
/cn-countdown - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 修复SKILL.md格式
v1.0.1
添加中文标题
v1.0.0
Initial release of cn-countdown: 中文倒数日/纪念日计算器
- 支持添加、管理和删除重要日子,含名称与标签。
- 自动计算倒计时或已过天数,支持农历转换。
- 列表彩色展示所有日期,支持标签如生日、纪念日、考试等。
- 提供命令行添加、查询、编辑和删除功能。
- 数据本地存储,无需账户,保护隐私。
Metadata
Frequently Asked Questions
What is 倒计时工具?
中文倒数日/纪念日计算器。记录重要日子,自动计算距离今天还有多少天,或已过去多少天。 支持生日、纪念日、考试倒计时、农历转换、情感标签、彩色输出。 当用户说"倒计时"、"纪念日"、"还有多少天"、"生日倒计时"、"距离XX还有多久"时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install 倒计时工具?
Run "/install cn-countdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 倒计时工具 free?
Yes, 倒计时工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 倒计时工具 support?
倒计时工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 倒计时工具?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.0.
More Skills