年龄计算器

slug: cn-age-calculator name: 年龄计算器 version: "1.0.0" author: 千策

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "年龄计算器" with this command: npx skills add freedompixels/cn-age-calculator

slug: cn-age-calculator name: 年龄计算器 version: "1.0.0" author: 千策

年龄计算器

年龄计算器。精确计算年龄、生日倒计时、星座生肖。

功能

  • 精确年龄:年/月/日精确计算
  • 生日倒计时:距离下次生日还有多少天
  • 星座判定:12星座自动识别
  • 生肖判定:12生肖自动识别
  • 多格式输入:YYYY-MM-DD / YYYY年MM月DD日 / MM-DD

安装要求

  • Python 3.6+
  • 无外部依赖

使用方法

# 计算全部信息
python3 scripts/age_calculator.py "1990-05-15"

# 指定计算类型
python3 scripts/age_calculator.py "1990-05-15" --action age
python3 scripts/age_calculator.py "1990-05-15" --action countdown
python3 scripts/age_calculator.py "1990-05-15" --action zodiac

示例

输入:1990-05-15 输出:

年龄: 35岁11个月12天
星座: 金牛座
生肖: 马
距离下次生日: 23天

分类

生活工具

关键词

年龄, 生日, 星座, 生肖, 倒计时, age, birthday, zodiac

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

GitHub Trending Skill

每日 GitHub Trending 热榜推送,支持日榜和月度汇总

Registry SourceRecently Updated
Coding

Proworkflow

ProWorkflow integration. Manage Clients, Staffs, Quotes, Templates, Messages, Groups. Use when the user wants to interact with ProWorkflow data.

Registry SourceRecently Updated
Coding

retarus-sms4a

Send SMS jobs and check SMS delivery status through the Retarus SMS for Applications REST API. Use when Codex or OpenClaw needs to create SMS jobs, inspect p...

Registry SourceRecently Updated
Coding

Remote Chrome CDP

Control Chrome/Chromium via CDP (Chrome DevTools Protocol) — open tabs, navigate URLs, take screenshots, execute JS. Supports local and remote machines via S...

Registry SourceRecently Updated