← Back to Skills Marketplace
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install woyaotuixiu
Description
此 Skill 用于计算中国用户的退休时间和社保缴费总额。当用户询问"我什么时候能退休"、"计算退休年龄"、"社保要交多少钱"、"退休规划"、"灵活就业社保"等问题时,应使用此 Skill。支持根据最新延迟退休政策(2025年1月1日起实施)计算退休年龄,并根据用户工资、所在城市、就业类型(职工/灵活就业)计算从...
Usage Guidance
This Skill appears to do exactly what it says: run the included Python script locally to compute retirement date and estimated social insurance payments. Before installing or using it: (1) recognize you will provide personal data (birth date, gender, monthly salary, city) — treat that as PII and avoid sending extremely sensitive identifiers; (2) the Skill contains hard-coded 2024 city base values and policy logic—results are approximate and depend on up-to-date local rules, so verify with official sources; (3) the package has no network calls or credential requests in the provided files, but if you plan to run it inside an automated agent, review the script (scripts/calculate_retirement.py) yourself to confirm no modifications; (4) minor code/logic issues (date rounding and some small job_type labeling logic) are implementation quirks, not security issues — expect occasional edge-case inaccuracies. If you need stronger privacy guarantees, run the script locally on your own machine rather than in a remote/hosted agent environment.
Capability Analysis
Type: OpenClaw Skill
Name: woyaotuixiu
Version: 1.0.0
The skill is a legitimate retirement and social security calculator based on 2025 Chinese policy updates. The Python script (scripts/calculate_retirement.py) performs local mathematical calculations using standard libraries and contains no evidence of data exfiltration, network requests, or malicious execution. The instructions in SKILL.md are well-structured for the AI agent to collect necessary user parameters (birth date, salary, city) without any prompt-injection risks or unauthorized access attempts.
Capability Assessment
Purpose & Capability
Name/description (retirement and social insurance calculator) align with included files: SKILL.md, references/retirement_policy.md, and scripts/calculate_retirement.py. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions direct the agent to run the bundled Python script with user-provided PII (birth date, gender, salary, city, employment type). This is expected for the stated function, but the skill collects personally-identifying financial data — the SKILL.md does not instruct any external transmission, and the script appears to perform only local computation and JSON output. Users should be aware they will need to supply personal data.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded or written by an automated installer; the lowest-risk model for skills.
Credentials
The skill requires no environment variables, credentials, or config paths. All inputs are provided at runtime as arguments; requested data (birthdate, salary, city) is proportional to the functionality.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined with broad privileges or credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install woyaotuixiu - After installation, invoke the skill by name or use
/woyaotuixiu - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
woyaotuixiu 1.0.0
- 首次发布,用于计算中国用户的退休时间和社保缴费总额
- 支持2025年起最新延迟退休政策,自动区分性别、干部/工人身份
- 按照所在城市、工资、就业类型(职工/灵活就业)精确计算从现在到退休的总社保缴费
- 灵活就业可选缴费档次,自动给出分档费用及总额
- 包含住房公积金、公积金缺失提醒与各城市医疗保险比例参考
- 详细对话引导,助力养老与退休规划
支持2025延迟退休政策,计算退休年龄和社保缴费总额,支持职工社保和灵活就业两种模式
Metadata
Frequently Asked Questions
What is 我要退休?
此 Skill 用于计算中国用户的退休时间和社保缴费总额。当用户询问"我什么时候能退休"、"计算退休年龄"、"社保要交多少钱"、"退休规划"、"灵活就业社保"等问题时,应使用此 Skill。支持根据最新延迟退休政策(2025年1月1日起实施)计算退休年龄,并根据用户工资、所在城市、就业类型(职工/灵活就业)计算从... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.
How do I install 我要退休?
Run "/install woyaotuixiu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 我要退休 free?
Yes, 我要退休 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 我要退休 support?
我要退休 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 我要退休?
It is built and maintained by feversaga (@feversaga); the current version is v1.0.0.
More Skills