← 返回 Skills 市场
feversaga

我要退休

作者 feversaga · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install woyaotuixiu
功能描述
此 Skill 用于计算中国用户的退休时间和社保缴费总额。当用户询问"我什么时候能退休"、"计算退休年龄"、"社保要交多少钱"、"退休规划"、"灵活就业社保"等问题时,应使用此 Skill。支持根据最新延迟退休政策(2025年1月1日起实施)计算退休年龄,并根据用户工资、所在城市、就业类型(职工/灵活就业)计算从...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install woyaotuixiu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /woyaotuixiu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
woyaotuixiu 1.0.0 - 首次发布,用于计算中国用户的退休时间和社保缴费总额 - 支持2025年起最新延迟退休政策,自动区分性别、干部/工人身份 - 按照所在城市、工资、就业类型(职工/灵活就业)精确计算从现在到退休的总社保缴费 - 灵活就业可选缴费档次,自动给出分档费用及总额 - 包含住房公积金、公积金缺失提醒与各城市医疗保险比例参考 - 详细对话引导,助力养老与退休规划 支持2025延迟退休政策,计算退休年龄和社保缴费总额,支持职工社保和灵活就业两种模式
元数据
Slug woyaotuixiu
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

我要退休 是什么?

此 Skill 用于计算中国用户的退休时间和社保缴费总额。当用户询问"我什么时候能退休"、"计算退休年龄"、"社保要交多少钱"、"退休规划"、"灵活就业社保"等问题时,应使用此 Skill。支持根据最新延迟退休政策(2025年1月1日起实施)计算退休年龄,并根据用户工资、所在城市、就业类型(职工/灵活就业)计算从... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。

如何安装 我要退休?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install woyaotuixiu」即可一键安装,无需额外配置。

我要退休 是免费的吗?

是的,我要退休 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

我要退休 支持哪些平台?

我要退休 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 我要退休?

由 feversaga(@feversaga)开发并维护,当前版本 v1.0.0。

💬 留言讨论