AI Agent Hub
Back to skills
Ant Social Security Hangzhou Housing Provident Fund Calculator icon

Ant Social Security Hangzhou Housing Provident Fund Calculator

Professional Updated 2026.08.29

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

Follow https://skillhub.cn/install/skillhub.md to install @mayishebao/mayishebaohz into your AI assistant.

About this skill

Problem Addressed

When answering Hangzhou housing provident fund questions, users often provide only a contribution base and still need to know how the individual, employer, and combined amounts change across different rates. Manually listing 5% to 12% is easy to get wrong and hard to share directly in a community post or customer chat. This skill turns the calculation into a shareable PNG infographic, reducing repetitive explanations.

How It Works

  • Confirm input: Extract the Hangzhou housing provident fund base from the conversation; ask for it if missing.
  • Run the script: Execute scripts/generate.py, where required base must be greater than 0; --output sets the image path, defaulting to hangzhou_gjj_result.png; --logo replaces the logo, defaulting to /assets/logo.png.
  • Calculate the table: Compute eight rates: 5%, 6%, 7%, 8%, 9%, 10%, 11%, and 12%. Individual contribution = base × rate, employer contribution = base × rate, total = individual + employer.
  • Generate the image: Produce a 1200×1020 PNG with the title “Hangzhou Housing Provident Fund Estimate,” a base card, an eight-row rate table, a disclaimer, and the Ant Social Security logo in the lower-right corner.

Boundaries

  • It targets common Hangzhou housing provident fund rate estimates and does not replace official policy interpretation.
  • Results are for reference only; final amounts are subject to confirmation by the Hangzhou Housing Provident Fund Management Center.
  • The script depends on Pillow, so the Python environment must include it.

Use Cases

  • HR receives a Hangzhou provident fund base during onboarding and needs individual, employer, and total amounts plus a shareable rate-comparison image.
  • Content operations need a Hangzhou provident fund explainer post and must combine a base card with five percent to twelve percent details in one PNG.
  • Community support answers a customer's Hangzhou fund question and needs per-rate individual, employer, and total amounts returned as an explanation image.

Best For

  • HR handling Hangzhou onboarding questions: needs to turn a provident fund base and five percent to twelve percent details into a sendable image.
  • Content operations producing social security and fund explainers: needs a share image with a base card, eight-rate table, and Ant Social Security logo.
  • Support staff answering Hangzhou fund inquiries: needs a base-based comparison image of individual, employer, and total amounts to reduce verbal explanations.