From emta
Interact with Estonian Tax and Customs Board (EMTA) via emta-cli: Smart-ID QR authentication, list and view TSD income/social tax declarations.
npx claudepluginhub stefanoamorelli/estonia-ai-kit --plugin emtaThis skill uses the workspace's default tool permissions.
Interact with the Estonian Tax and Customs Board (EMTA) through the `emta-cli` tool. Authenticate via Smart-ID QR code, list and view TSD (Income and Social Tax Return) declarations.
Interact with LHV Bank via `lhv` CLI: check balances, view transactions, list/switch accounts, make SEPA payments. Uses Smart-ID authentication for Estonian users.
Manages German tax reports for VAT (Umsatzsteuer), income tax prepayments, and Finanzamt submissions via ELSTER. Lists statuses, deadlines, previews filings, and submits on confirmation. Activates on tax queries.
Guides shinkoku CLI setup: installs/upgrades via uv, wizards tax year, taxpayer details, addresses, business info, filing method into config.yaml; initializes DB.
Share bugs, ideas, or general feedback.
Interact with the Estonian Tax and Customs Board (EMTA) through the emta-cli tool. Authenticate via Smart-ID QR code, list and view TSD (Income and Social Tax Return) declarations.
The EMTA CLI uses Smart-ID QR code authentication. Sessions expire after ~30 minutes.
If a command fails with "session expired" or similar, the user needs to re-authenticate:
emta-cli login
Login is interactive. A QR code will be displayed in the terminal. Tell the user to scan it with their Smart-ID app. After scanning, the user will be prompted to select a principal (company or person).
To clear the session:
emta-cli logout
emta-cli tsd list # current year
emta-cli tsd list --year 2025 # specific year
emta-cli tsd show <declaration-id>
Get the declaration ID from tsd list.
login.login again.