askill
vn-payroll

vn-payrollSafety 95Repository

Calculates Net Income, Personal Income Tax (PIT), and Social Insurance (BHXH) based on Vietnam's progressive tax brackets.

1 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

Skill: Vietnam Payroll & Tax Calculator (2025 Rules)

Description: Calculates Net Income, Personal Income Tax (PIT), and Social Insurance (BHXH) based on Vietnam's progressive tax brackets.

Tools:

calc_pit.py: The main calculation engine.

Usage: To calculate a salary breakdown, run the python script with the following arguments:

python calc_pit.py --gross <AMOUNT> --dependents <COUNT> --region <1|2|3|4>

Arguments: --gross: The gross monthly salary in VND (e.g., 80000000). --dependents: Number of qualified dependents (children, elderly parents). Default is 0. --region: Minimum wage region (1 is Hanoi/HCM/Nha Trang). Default is 1.

Example Task: "Calculate net salary for 50 million VND with 1 baby." -> Command: run_skill_script(skill_name="vn-payroll", script_name="calc_pit.py", arguments="--gross 50000000 --dependents 1")

Output Format: The script outputs a formatted text block. Present this directly to the user.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

77/100Analyzed 2/18/2026

Well-structured skill for Vietnam payroll calculations with clear usage examples and command-line interface. Located in dedicated skills folder. Provides good actionability through structured steps. Main gap is missing actual 2025 tax bracket reference content - the skill relies on an external script without documenting the calculation logic. Safe, reusable, and clear. No tags for discoverability."

95
82
72
60
78

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherarisng

Tags

No tags yet.