Back to Registry
View Author Profile
Official Verified
retirement_age
根据用户的职位信息、性别、出生年月计算该用户的退休时间
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/acfff/retire-ageOr
Retirement Age Calculator
根据中国渐进式延迟退休政策,计算用户的退休时间和退休年龄。
使用示例
uv run {baseDir}/scripts/calculate_age.py \
--birth-year 1970 \
--birth-month 5 \
--role "男性"
参数说明
| 参数 | 说明 |
|---|---|
--birth-year | 出生年份(如 1970) |
--birth-month | 出生月份(1-12) |
--role | 职位类型:男性、女职工、女干部 |
退休政策说明
根据 2024 年 9 月发布的渐进式延迟退休政策:
- 男性:从 60 岁逐步延迟到 63 岁(1965-1976 年出生为过渡期)
- 女职工:从 50 岁逐步延迟到 55 岁(1975-1984 年出生为过渡期)
- 女干部:从 55 岁逐步延迟到 58 岁(1970-1981 年出生为过渡期)
输出示例
{
"retirement_time": "2031年10月",
"retirement_age": "61岁5个月"
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-acfff-retire-age": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.