steuer
v0.2.0German freelancer tax filing for Claude Code. Fetch transactions from your bank, classify with AI, calculate EÜR, file via ELSTER.
By kaiompLicense: MIT1 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install steuer@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/flykit-cc/flykitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/steuer/.
Plugin files
├── .claude-plugin/plugin.json├── skills/calculate-euer/SKILL.md├── skills/elster-guide/SKILL.md└── skills/parse-statements/SKILL.md
Included Skills3
Calculate the EÜR (Einnahmen-Überschuss-Rechnung) from verdict-classified transactions — convert USD to EUR via ECB rates and total by verdict code. Refuses to run while any group is unresolved. Triggered by /steuer:calculate-euer or when the user asks to compute their EÜR / Gewinn.
Interactive step-by-step guide for filling in German ELSTER tax forms. Triggered by /steuer:elster-guide or when the user asks for help filing their tax return in ELSTER. The user shows you each form page (screenshot or pasted text) and you tell them exactly what to enter.
Parse bank transactions, net pre-auth/reversals per merchant, and classify each group via the verdict map. Triggered when the user runs /steuer:parse-statements or asks to categorize their transactions for German tax filing.
Plugin manifests1
{
"name": "steuer",
"version": "0.2.0",
"description": "German freelancer tax filing for Claude Code. Fetch transactions from your bank, classify with AI, calculate EÜR, file via ELSTER.",
"author": {
"name": "kaiomp"
},
"homepage": "https://flykit.cc/plugins/steuer",
"repository": "https://github.com/flykit-cc/flykit",
"license": "MIT",
"keywords": [
"tax",
"germany",
"freelancer",
"euer",
"elster"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[steuer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/steuer)