jdg-status

jdg-status is a skill for Claude Code from dithiothreitol/jdg-ksiegowy. It costs 147 tokens per session (684 once invoked), scanned A, original, MIT.

A local dashboard for the current accounting status of a Polish sole trader. It reads a SQLite database to show tax deadlines, unpaid or overdue invoices, and monthly sales, costs, and estimated tax and ZUS.

In plain words
What is it for?
Use it to check what is due, which invoices are late or unpaid, upcoming VAT, JPK, ryczałt, and ZUS dates, and the current month’s accounting summary.
Why use it?
It gathers scattered payment obligations into one dated view and highlights overdue or urgent items first. It works from stored records without accessing the internet.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 skills/jdg-status/scripts/status.py.

Good fit Use it to check what is due, which invoices are late or unpaid, upcoming VAT, JPK, ryczałt, and ZUS dates, and the current month’s accounting summary.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/dithiothreitol/jdg-ksiegowy
agentmods
npx agentmods add skills/dithiothreitol/jdg-ksiegowy/jdg-status

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jdg-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/dithiothreitol/jdg-ksiegowy/jdg-status/github.svg)](https://agentmods.dev/skills/dithiothreitol/jdg-ksiegowy/jdg-status)
Your own site
<a href="https://agentmods.dev/skills/dithiothreitol/jdg-ksiegowy/jdg-status"><img src="https://agentmods.dev/badge/skills/dithiothreitol/jdg-ksiegowy/jdg-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jdg-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/dithiothreitol/jdg-ksiegowy/jdg-status"><img src="https://agentmods.dev/badge/skills/dithiothreitol/jdg-ksiegowy/jdg-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 684 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00147 $0.00684
Opus 5 $0.00073 $0.00342
Sonnet 5 $0.00029 $0.00137
Haiku 4.5 $0.00015 $0.00068

Measured 11d ago against content hash 6b5f2d8838a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jdg-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/jdg-status/SKILL.md · 60 lines

What it actually says

Dashboard JDG

Kompletny snapshot stanu rozliczeń — bez dotykania sieci (wszystko z SQLite).

Wywołanie

# Format JSON (do dalszego przetwarzania)
python3 skills/jdg-status/scripts/status.py

# Format czytelny w terminalu
python3 skills/jdg-status/scripts/status.py --format table

# Z konkretną datą odniesienia (do symulacji / testów)
python3 skills/jdg-status/scripts/status.py --date 2026-05-18

Co pokazuje

Terminy (posortowane po dacie):

  • Ryczałt za poprzedni miesiąc (20-ty)
  • ZUS zdrowotne (20-ty)
  • VAT + JPK_V7M (25-ty)
  • Niezapłacone faktury kontrahentów (7 dni przed terminem)

Poziomy (level):

  • overdue — po terminie (faktura albo podatek!)
  • urgent — dziś lub jutro
  • warn — w ciągu tygodnia
  • info — >7 dni

Faktury:

  • Zaległe (po terminie, niezapłacone)
  • Niezapłacone (jeszcze przed terminem)

Podsumowanie bieżącego miesiąca:

  • Sprzedaż netto + VAT
  • Koszty netto + VAT naliczony
  • Estymowany ryczałt (12% × sprzedaż poprzedniego miesiąca)
  • Estymowany ZUS zdrowotne (z progu wg tax/zus.py)

Po wywołaniu

Pokaż userowi TYLKO overdue i urgent na górze (najważniejsze). Dla warn pokaż listę, ale mniej wyraźnie. info — pomiń chyba że user wprost prosi o pełną listę.

Dla typowego flow "co mam zrobić": skup się na 2-3 najpilniejszych akcjach. Jeśli overdue nie ma → zrób userowi pochwałę :)

Automatyzacja (cron)

Ten skill jest idealny dla cron job — codziennie rano sprawdza status i wysyła email / notyfikację przy overdue lub urgent. Zobacz CRON.md.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 60 lines · 147 tokens per session scan A 6b5f2d8838a2

Subscribe to this mod's changes

jdg-status is a skill published in the GitHub repository dithiothreitol/jdg-ksiegowy (5 stars, last pushed 1mo ago), licensed MIT. It adds 147 tokens to every session and 684 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

tax-calculator

Calculate tax implications of trades and generate tax reports.

Signal-Execution-Labs/forex-trading-ai-agent · 13 tokens

jangbu-import

A data-import workflow for turning bank files, card records, spreadsheets, receipts, tax invoices, and statement PDFs into a standard set of 13 transaction fields. OCR, or optical character recognition, is used to read information from document images and PDFs.

kimlawtech/korean-jangbu-for · 97 tokens

jangbu-connect

A setup guide for connecting Korean tax, bank, card, and social-insurance data through CODEF, an external API service. It explains how users obtain their own CODEF credentials and store them locally.

kimlawtech/korean-jangbu-for · 98 tokens

jangbu-tax

A financial-reporting tool that summarizes categorized transactions into a profit-and-loss statement and a simplified balance sheet. A profit-and-loss statement covers income and expenses over a period; a balance sheet shows assets, liabilities, and equity at a date.

kimlawtech/korean-jangbu-for · 82 tokens

accountant-expert

Expert-level accounting, tax, financial reporting, and accounting systems. Use when the user mentions accounting, tax, financial reporting, GAAP, or IFRS, or when the task involves Accounting Principles, Financial Statements, Tax & Compliance, or Accounting Systems.

personamanagmentlayer/pcl · 56 tokens

jaz-recipes

Use this skill when modeling complex multi-step accounting transactions — anything that spans multiple periods, involves changing amounts, or requires linked entries. Covers 16 IFRS-compliant recipes (prepaid amortization, deferred revenue, loans, IFRS 16 leases, hire purchase, fixed deposits, asset disposal, FX…

teamtinvio/jaz-ai · 120 tokens