Tds Calculator

Calculate TDS (Tax Deducted at Source) for a payment under a given Income Tax Act section. Use this when the user asks about TDS, tax deduction on payments to contractors, professionals, rent, or salary.

vivekxai Updated

File contents

TDS Calculator

Calculates TDS deducted at source for common sections: 194C (contractors), 194J (professional/technical fees), 194I (rent), and 192 (salary, approximated as a flat rate for this demo).

Arguments

Pass an input object with:

  • payment_amount (number, required) — the gross payment amount in INR before TDS deduction.
  • section (string, required) — the Income Tax Act TDS section, e.g. "194C", "194J", "194I", "192".

Example

echo '{"payment_amount": 100000, "section": "194J"}' | python script.py

vivekxai/agent-skills/tree/main/backend/skills/tds-calculator commit 8fbbb5c34c

Frequently asked questions

npx skillmds@latest add vivekxai/tds-calculator