← 返回 Skills 市场
248
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install retire-age
功能描述
根据用户的职位信息、性别、出生年月计算该用户的退休时间
安全使用建议
This skill runs a local Python script included in the package to compute retirement dates and does not request credentials or perform network activity. Before installing, note that SKILL.md expects a 'uv' runner (installed via Homebrew); if you prefer not to install that package you can run the script directly with python3 (e.g., python3 scripts/calculate_age.py --birth-year ...). If you will install the 'uv' brew formula, confirm the formula's origin (Homebrew/core or a trusted tap) to ensure you are not installing an unexpected package. Otherwise, the skill appears coherent and low-risk.
功能分析
Type: OpenClaw Skill
Name: retire-age
Version: 1.0.0
The skill bundle is a legitimate utility for calculating retirement ages based on the 2024 Chinese policy. The Python script (scripts/calculate_age.py) performs mathematical calculations using standard libraries and includes proper input validation, while the SKILL.md file contains standard installation and usage instructions without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the included Python script and example usage. The only minor oddity is that the skill requires the 'uv' binary to run the script (SKILL.md uses 'uv run'), whereas the payload is a simple Python script that could be executed with python3 directly. This is somewhat unnecessary but not malicious.
Instruction Scope
SKILL.md instructs running the local script with command-line arguments. The script only reads the provided arguments, validates them, computes results, and prints JSON. It does not read other files, environment variables, or make network calls.
Install Mechanism
Install spec is a Homebrew formula for 'uv' which is a standard package manager. No downloads from arbitrary URLs or archive extraction are present. The install is proportional to the stated requirement (the runner binary).
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not access environment secrets. Credential access appears proportionate (none required).
Persistence & Privilege
Skill is not always-enabled, does not request elevated or persistent privileges, and does not modify other skills or system-wide configurations. Autonomous invocation is allowed by default but is normal for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install retire-age - 安装完成后,直接呼叫该 Skill 的名称或使用
/retire-age触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Retirement age calculator skill, based on China’s new gradual retirement policy:
- Calculates retirement time and age according to user’s role, gender, and birth date.
- Supports positions: 男性, 女职工, 女干部.
- Adapts to 2024 gradual retirement rules and transition years.
- Command-line script interface with clear parameter descriptions.
- Returns result in precise year/month and age/month format.
元数据
常见问题
retire_age 是什么?
根据用户的职位信息、性别、出生年月计算该用户的退休时间. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。
如何安装 retire_age?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install retire-age」即可一键安装,无需额外配置。
retire_age 是免费的吗?
是的,retire_age 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
retire_age 支持哪些平台?
retire_age 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 retire_age?
由 ACFFF(@acfff)开发并维护,当前版本 v1.0.0。
推荐 Skills