AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Jpk Ewp

skill-dithiothreitol-jdg-ksiegowy-jpk-ewp · by dithiothreitol

Generuje JPK_EWP — Ewidencję Przychodów ryczałtowca za cały rok (XML). Składasz raz w roku do 30.04 następnego roku, razem z PIT-28. Obowiązkowy od 1.01.2026 dla ryczałtowców rozliczających VAT miesięcznie. Użyj gdy user mówi "wygeneruj JPK_EWP", "ewidencja ryczałtu za 2026", "roczna ewidencja przychodów", "JPK do PIT-28".

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-dithiothreitol-jdg-ksiegowy-jpk-ewp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dithiothreitol-jdg-ksiegowy-jpk-ewp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Jpk Ewp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Generator JPK_EWP (ewidencja ryczałtu, roczna)

Generuje plik JPK_EWP_{rok}.xml na podstawie wszystkich faktur sprzedażowych z rejestru za dany rok.

Wymagane dane

  • year — rok podatkowy (4 cyfry)

Opcjonalnie:

  • ryczalt-rate — stawka ryczałtu jako procent (12, 8.5, 15...). Domyślnie z .env (SELLER_RYCZALT_RATE).

Stawki dozwolone (słownik MF): 17, 15, 14, 12.5, 12, 10, 8.5, 5.5, 3.

Wywołanie

python3 skills/jpk-ewp/scripts/generate_ewp.py --year 2026

Lub z inną stawką:

python3 skills/jpk-ewp/scripts/generate_ewp.py --year 2026 --ryczalt-rate 8.5

Zwraca JSON:

{
  "year": 2026,
  "invoice_count": 48,
  "total_revenue": "245000.00",
  "file_path": "data/jpk/JPK_EWP_2026.xml"
}

Po wygenerowaniu

Pokaż userowi: rok, liczbę faktur, sumę przychodów, ścieżkę pliku (jako klikalny link). Przypomnij: termin = 30.04 następnego roku (razem z PIT-28). Po wygenerowaniu możesz wysłać do MF skillem jpk-submit.

⚠️ Ważne

  • JPKEWP ma inny schemat niż JPKV7M (XML namespace inny, struktura wierszy inna).
  • Pierwsza obligatoryjna wysyłka dla ryczałtowców z VAT: 2026 (do złożenia 30.04.2027).
  • Dla pozostałych ryczałtowców (bez VAT lub z kwartalnym JPK) — od 2027.
  • Implementacja MVP: namespace XSD JPK_EWP(4) jest ustawiony jako placeholder — przed wysyłką na PROD zweryfikuj zgodność ze schematem opublikowanym przez MF (do potwierdzenia po publikacji na gov.pl).

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.