Install
$ agentstack add skill-dithiothreitol-jdg-ksiegowy-jpk-ewp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: dithiothreitol
- Source: dithiothreitol/jdg-ksiegowy
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.