AI Agent Hub
Back to skills
Ant Social Security Tianjin Calculator icon

Ant Social Security Tianjin Calculator

Professional Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Install @mayishebao/mayishebaotj into your AI assistant using https://skillhub.cn/install/skillhub.md.

About this skill

Problem Addressed

When a user supplies a Tianjin social security base, such as “Tianjin base 8000, calculate it”, manual calculation requires checking the base range, five-insurance rates, employee and employer splits, and floating work-injury rates. This skill turns that process into structured input, fixed calculation rules, and rendered output, reducing repeated table lookup and arithmetic.

How It Works

  • Input parsing: extracts a numeric base from the message and supports thousands separators such as 10,000; asks for the base if missing.
  • Calculation script: runs a managed Python module, loads references/rates.json when available, falls back to embedded constants, and clamps the base to [5124, 25620].
  • Result output: produces a JSON breakdown for pension, medical including maternity, unemployment, and work-injury insurance, including monthly employee, employer, and total amounts.
  • Infographic generation: installs matplotlib / pillow into a managed venv, registers Chinese fonts, renders a branded PNG, and presents the file.

Scope and Caveats

The skill is scoped to Tianjin enterprise employees and five-insurance estimation. Rates are based on Tianjin 2025 published standards, with the referenced effective date of October 1, 2025. Work-injury insurance uses floating industry risk rates, so actual values can vary by industry category; the estimate is for planning and verification, not a substitute for official HR, medical, tax, or employer determinations.

Use Cases

  • HR receives Tianjin employee filing bases and needs quick five-insurance employee and employer monthly costs.
  • Payroll specialists prepare a Tianjin five-insurance budget and contribution split using an 8000 yuan base.
  • Finance staff review Tianjin employer and employee social security splits and work-injury insurance rates.
  • Employees joining a Tianjin company need an estimate of personal monthly five-insurance costs.

Best For

  • HR: convert Tianjin employee social security bases into employee and employer monthly contribution details.
  • Payroll specialists: build Tianjin five-insurance contribution budgets and allocation notes.
  • Finance staff: verify employer and employee ratios and floating work-injury insurance rates.
  • New employees in Tianjin: estimate personal monthly five-insurance contributions.