记录重要日子,计算距离今天还有多少天,或已经过去了多少天。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill cn-countdown --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cn Countdown?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-cn-countdown)More formats (shields.io, HTML) on the badges page.
---
slug: cn-countdown
name: 倒计时工具
version: "1.0.0"
author: 千策
---
# 📅 CN Countdown — 中文倒数日/纪念日计算器
记录重要日子,计算距离今天还有多少天,或已经过去了多少天。
## 核心功能
| 功能 | 说明 |
|------|------|
| 添加日子 | 添加任意重要日期,支持名称、标签 |
| 倒计时 | 显示距离目标日期还有多少天 |
| 已过天数 | 显示从某天起已经过去了多久 |
| 农历支持 | 自动识别农历生日并计算 |
| 列表展示 | 彩色表格,一目了然 |
| 编辑/删除 | 管理已记录的日子 |
## 使用方式
```bash
# 查看所有记录的日子(默认按倒计时排序)
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`,纯本地,无账户,无云端。
## 标签说明
- `生日` — 显示年龄和今年生日倒计时
- `纪念日` — 显示在一起/结婚等已过天数
- `考试` — 突出显示紧迫感
- `节日` — 农历/传统节日
- `目标` — 个人目标达成日
- `其他` — 自定义
---
**出品:** AISoBrand|爱索品牌 — AI搜索优化工具
**官网:** https://aisobrand.com
**免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"