← Back to Skills Marketplace
acfff

retire_age

by ACFFF · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
248
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install retire-age
Description
根据用户的职位信息、性别、出生年月计算该用户的退休时间
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install retire-age
  3. After installation, invoke the skill by name or use /retire-age
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug retire-age
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is retire_age?

根据用户的职位信息、性别、出生年月计算该用户的退休时间. It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.

How do I install retire_age?

Run "/install retire-age" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is retire_age free?

Yes, retire_age is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does retire_age support?

retire_age is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created retire_age?

It is built and maintained by ACFFF (@acfff); the current version is v1.0.0.

💬 Comments