acfff/retire-age/SKILL.md
根据用户的职位信息、性别、出生年月计算该用户的退休时间
npx skillsauth add openclaw/skills retirement_ageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
根据中国渐进式延迟退休政策,计算用户的退休时间和退休年龄。
uv run {baseDir}/scripts/calculate_age.py \
--birth-year 1970 \
--birth-month 5 \
--role "男性"
| 参数 | 说明 |
|------|------|
| --birth-year | 出生年份(如 1970) |
| --birth-month | 出生月份(1-12) |
| --role | 职位类型:男性、女职工、女干部 |
根据 2024 年 9 月发布的渐进式延迟退休政策:
{
"retirement_time": "2031年10月",
"retirement_age": "61岁5个月"
}
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。