# Zus Dra

> Generator DRA ZUS (KEDU v5.05) — miesięczna deklaracja rozliczeniowa dla JDG. Oblicza składki zdrowotne wg przychodu rocznego (ryczałt) i tworzy XML do importu przez PUE ZUS. Użyj gdy user pyta "ZUS DRA", "składka zdrowotna ZUS", "deklaracja ZUS", "KEDU", "rozliczenie ZUS", "ile ZUS".

- **Type:** Skill
- **Install:** `agentstack add skill-dithiothreitol-jdg-ksiegowy-zus-dra`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dithiothreitol](https://agentstack.voostack.com/s/dithiothreitol)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dithiothreitol](https://github.com/dithiothreitol)
- **Source:** https://github.com/dithiothreitol/jdg-ksiegowy/tree/main/.claude/skills/zus-dra

## Install

```sh
agentstack add skill-dithiothreitol-jdg-ksiegowy-zus-dra
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ZUS DRA (KEDU v5.05)

Generuje XML KEDU z miesięczną DRA do ręcznego importu przez PUE ZUS.

**Uwaga:** PUE ZUS nie oferuje publicznego REST API. Skill generuje XML — użytkownik importuje go ręcznie: PUE → Dokumenty i wiadomości → Import KEDU.

## Wywołanie

```bash
# DRA za marzec 2026, przychód 2024 = 120k PLN (próg II zdrowotnej)
python3 skills/zus-dra/scripts/generate.py \
    --month 3 --year 2026 \
    --annual-prior-income 120000

# Z doliczeniem składek społecznych (pełne ZUS, nie preferencyjny)
python3 skills/zus-dra/scripts/generate.py \
    --month 3 --year 2026 \
    --annual-prior-income 250000 \
    --include-social

# Własna ścieżka output
python3 skills/zus-dra/scripts/generate.py \
    --month 3 --year 2026 --annual-prior-income 60000 \
    --output /tmp/DRA_mar2026.xml
```

## Progi zdrowotne (ryczałt 2026)

Oblicza `jdg_ksiegowy.tax.zus.get_zus_tier(annual_prior_income)`:
| Próg | Przychód rok poprz. | Składka zdrowotna/mies. |
|------|--------------------|-------------------------|
| I    | ≤ 60 000 PLN       | ~ 360 PLN               |
| II   | 60 001 – 300 000   | ~ 600 PLN               |
| III  | > 300 000 PLN      | ~ 1080 PLN              |

## Termin

DRA za miesiąc M składa się do **20-tego miesiąca M+1** (czyli DRA za marzec → do 20 kwietnia).

## Wysyłka

1. Zaloguj na [PUE ZUS](https://www.zus.pl/portal/logowanie.npi)
2. Menu **Dokumenty i wiadomości** → **Import KEDU**
3. Wskaż wygenerowany XML → potwierdź podpisem kwalifikowanym/ePUAP/PUE

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dithiothreitol](https://github.com/dithiothreitol)
- **Source:** [dithiothreitol/jdg-ksiegowy](https://github.com/dithiothreitol/jdg-ksiegowy)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-dithiothreitol-jdg-ksiegowy-zus-dra
- Seller: https://agentstack.voostack.com/s/dithiothreitol
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
