Overview
- Skill Key
- binbin/im-social-insurance-backpay
- Author
- binbin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/binbin/im-social-insurance-backpay
- Latest Commit SHA
- 976e2816f1f19e9a065baed3c31a986d0ecc6575
内蒙古养老保险补缴计算工具。用于计算内蒙古地区养老保险补缴金额,包括本金、利息(按月复利计息)、滞纳金等明细。 **触发关键词**:社保补缴、社保补费、补缴、补费、养老保险补缴、社保欠费计算 **使用场景**: 1. 计算历史欠缴养老保险的补缴金额 2. 估算补缴本金、利息、滞纳金明细 3. 对比不同缴费档次(60%/80%/100%/150%/200%/300%)的补缴金额 4. 计算无滞纳金情况下的补缴金额 **输入参数**: - 补缴起止年月(必填) - 缴费档次比例(可选,默认60%,支持--all计算全部档次) - 补缴时间(可选,默认当前时间) - 自定义月缴费基数(可选,设置后忽略档次比例和社平工资) **输出结果**: - 个人本金、单位本金 - 个人利息、单位利息(按月复利计算) - 个人滞纳金、单位滞纳金 - 有滞纳金和无滞纳金分别汇总 - 支持六档对比:60%、80%、100%、150%、200%、300%
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 im-social-insurance-backpay 技能。 若已安装,则直接安装 im-social-insurance-backpay 技能。
# 内蒙古养老保险补缴计算
## 功能概述
本工具用于计算内蒙古地区养老保险补缴金额,支持:
- 按历年社平工资计算缴费基数
- 按月复利计算利息(从缴费当月开始计息)
- 按日万分之五计算滞纳金
- 支持60%/80%/100%/150%/200%/300%六档缴费比例
- 分别汇总有滞纳金和无滞纳金金额
## 计算规则
### 1. 缴费基数
按当年内蒙古社平工资 × 缴费档次比例(60%/80%/100%/150%/200%/300%)
### 2. 缴费比例
- **个人缴费**(进入个人账户,逐步提高):
- 1996–1997 年:3%
- 1998–1999 年:4%
- 2000 年:5%
- 2001–2002 年:6%
- 2003–2004 年:7%
- 2005 年至今:8%
- **单位缴费**(随政策调整):
- 1996–1997 年:20%
- 1998–1999 年:26%
- 2000 年:25%
- 2001–2002 年:24%
- 2003–2004 年:23%
- 2005–2017 年:20%
- 2018 年 5–12 月:19%(阶段性下调)
- 2019 年 1–4 月:19%
- 2019 年 5 月起:16%(国家统一调整)
- 2021 年至今:16%
### 3. 利息计算
- 每月缴费从当月开始按月复利计息
- 利率按历年社保记账利率
- 计算公式:`终值 = 本金 × (1 + 月利率)^月数`
### 4. 滞纳金计算
- 费率:按日万分之五(0.05%)
- 起算:欠缴次月1日
- 截止:补缴时间
## 使用方法
### 命令行调用
**单档次计算**:
```bash
python scripts/calculate_backpay.py 2004 4 2011 3 --rate 0.6 --target 2026 3
```
**多档次对比计算**:
```bash
python scripts/calculate_backpay.py 2004 4 2011 3 --all --target 2026 3
```
**自定义缴费基数**:
```bash
# 指定月缴费基数为 5000 元(忽略社平工资和档次)
python scripts/calculate_backpay.py 2004 4 2011 3 --monthly-base 5000
```
**全部可选参数**:
- `--rate`:缴费档次比例(默认 0.6,即 60%)
- `--all`:计算全部六档对比
- `--target YEAR MONTH`:补缴时间(默认系统当前年月)
- `--monthly-base`:自定义月缴费基数(元),设置后忽略 --rate 和社平工资
### Python调用
```python
from scripts.calculate_backpay import calculate_backpay
result = calculate_backpay(
start_year=2004,
start_month=4,
end_year=2011,
end_month=3,
base_rate=0.6,
target_year=2026,
target_month=3,
custom_monthly_base=None, # 自定义月缴费基数(可选)
)
print(result['summary'])
```
## 参考...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.