年龄计算器

v1.0.0

计算精确年龄、生日倒计时及星座生肖,支持多日期格式,纯本地处理,无需联网。

0· 34·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-age-calculator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "年龄计算器" (freedompixels/cn-age-calculator) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-age-calculator
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 cn-age-calculator

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-age-calculator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (age, countdown, zodiac, zodiac signs) match the provided Python script. The script performs only date parsing and local calculations; it does not request credentials, binaries, or other unrelated capabilities.
Instruction Scope
SKILL.md describes local use and multiple date formats which the script attempts to support. One small inconsistency: on parse failure the script prints an error asking for YYYY-MM-DD only, even though parse_date supports several formats; this is a user-facing messaging mismatch rather than unexpected access to other data. The script does not read other files, env vars, or network endpoints.
Install Mechanism
No install spec; the skill is instruction-only with an included Python script. This is low-risk since nothing is downloaded or installed automatically.
Credentials
No environment variables, credentials, or config paths are requested or used. The script runs purely with standard library imports, so requested privileges are proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system-wide settings. It has no persistent or privileged behavior beyond being an invocable tool.
Assessment
This skill appears coherent and local-only — it doesn't access the network or request secrets. Before installing/using: 1) Note there is a bug in the age calculation code path that adjusts days from the previous month: when the reference date is in January the code computes a month value of 13 and may raise an exception. You may see a crash on dates near month boundaries (e.g., early January). 2) The parse failure message suggests YYYY-MM-DD only even though multiple formats are supported; expect that UX mismatch. 3) The Chinese zodiac mapping and edge-case date handling appear reasonable but you should test with representative dates you care about. If you need production reliability, consider fixing the month-length calculation bug (use calendar.monthrange or handle month wrap correctly) and adding unit tests. Otherwise the skill is low-risk and consistent with its description.

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

latestvk97fh5r5p02d2h3s0vjfnctkmh85nxmy
34downloads
0stars
1versions
Updated 16h ago
v1.0.0
MIT-0

cn-age-calculator

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

功能

  • 精确年龄计算(年/月/日)
  • 生日倒计时
  • 星座判定
  • 生肖判定
  • 支持多种日期格式输入
  • 纯本地处理,无需API

安装要求

  • Python 3.6+
  • 无外部依赖

使用方法

千策,帮我算年龄:1990年5月15日
千策,距离生日还有多少天:5月15日
千策,1990年5月15日是什么星座

参数

  • birthday: 生日日期(YYYY-MM-DD / YYYY年MM月DD日 / MM-DD等)
  • action: 计算类型 (age/countdown/zodiac/all),默认all

示例

输入:

千策,帮我算年龄:1990年5月15日

输出:

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

分类

生活

关键词

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

Comments

Loading comments...