Overview
- Skill Key
- acfff/retire-age
- Author
- acfff
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/acfff/retire-age
- Latest Commit SHA
- 99e5c4a73737d3c6fb102e26996d4eb1f56ea96b
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 retirement_age 技能。 若已安装,则直接安装 retirement_age 技能。
# Retirement Age Calculator
根据中国渐进式延迟退休政策,计算用户的退休时间和退休年龄。
## 使用示例
```bash
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 年出生为过渡期)
## 输出示例
```json
{
"retirement_time": "2031年10月",
"retirement_age": "61岁5个月"
}
```
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.