ksef-accountant-en
National e-Invoice System (KSeF) accounting assistant in English. Use when working with KSeF 2.0 API, FA(3) invoices, Polish VAT compliance, e-invoice processing, payment matching, VAT registers (JPK_V7), corrective invoices, split payment mechanism (MPP) or Polish accounting workflows. Provides domain knowledge for invoice issuance, purchase processing, expense classification, fraud detection and cash flow forecasting in the KSeF ecosystem.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexwoo-awso/ksef-accountant-enKSeF Accounting Agent
Specialized knowledge for operating the National e-Invoice System (KSeF) in the KSeF 2.0 environment with the FA(3) structure. Supports accounting tasks related to electronic invoicing in Poland.
Security Model
This skill is instruction-only — it consists of Markdown files containing domain knowledge, architectural patterns and code examples. It does not contain any executable code, binaries, installation scripts or runtime dependencies.
Skill-side guarantees:
disableModelInvocation: true/disable-model-invocation: true— declared in both the frontmatter metadata (both formats: camelCase and kebab-case) and in the dedicated manifestskill.json. The skill should not be invoked autonomously by the model.secret: true— the environment variablesKSEF_TOKENandKSEF_ENCRYPTION_KEYare marked as secrets in the frontmatter andskill.json, signaling to the platform that they must be isolated and must not be logged or displayed.- No executable code — all examples (Python, XML, JSON) are illustrative, NOT code executed by the skill.
- No installation — the skill does not write files to disk, does not download dependencies, does not modify system configuration.
- Dedicated manifest
skill.json— a machine-readable file with security metadata, environment variable declarations and constraints. If the platform does not parse the SKILL.md frontmatter correctly, it should read metadata fromskill.json.
NOTE — registry metadata verification before installation:
Security flags are declared in two sources: the SKILL.md frontmatter and skill.json. Nevertheless, the hosting platform may not read or enforce these flags. Before installation you MUST perform the following steps:
- Check registry metadata — after adding the skill to the platform, open the registry metadata view displayed by the platform. Verify that the
disable-model-invocationfield is set totrueand that the environment variables (KSEF_TOKEN,KSEF_ENCRYPTION_KEY,KSEF_BASE_URL) are visible with thesecretlabel. If the platform showsnot set,falseor does not display these fields — the flags are NOT enforced. - If registry metadata does not match frontmatter/skill.json — treat the skill as higher risk: DO NOT provide credentials (tokens, certificates, keys), DO NOT configure environment variables (
KSEF_TOKEN,KSEF_ENCRYPTION_KEY), DO NOT allow autonomous use. - Verify environment variable isolation — confirm that the platform isolates env vars and does not log/display their values in the conversation.
- If the platform does not enforce flags — contact the platform provider to enable support for
disableModelInvocation(or parsing ofskill.json) or do not install the skill with access to any credentials.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexwoo-awso-ksef-accountant-en": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Vbnet Coder En
Skill by alexwoo-awso
test-runner
Write and run tests across languages and frameworks.
humanizer-pl
Usuwa ślady pisania AI z polskiego tekstu. Używaj przy edycji lub przeglądaniu tekstu, aby brzmiał bardziej naturalnie i po ludzku. Oparte na przewodniku Wikipedii „Signs of AI writing" oraz wzorcach specyficznych dla polszczyzny. Wykrywa i naprawia: napuszanie znaczenia, język promocyjny, powierzchowne analizy z imiesłowami, niejasne przypisania, nadużycie myślników, regułę trzech, słownictwo AI, negatywne paralelizmy i nadmierne frazy łączące.
ksef-accountant-pl
Asystent ksiegowy Krajowego Systemu e-Faktur (KSeF) w jezyku polskim. Uzyj przy pracy z KSeF 2.0 API, fakturami FA(3), zgodnoscia z polskim VAT, przetwarzaniem e-faktur, dopasowywaniem platnosci, rejestrami VAT (JPK_V7), fakturami korygujacymi, mechanizmem podzielonej platnosci (MPP) lub polskimi przeplywami ksiegowymi. Dostarcza wiedze domenowa do wystawiania faktur, przetwarzania zakupow, klasyfikacji kosztow, wykrywania fraudu i prognozowania cash flow w ekosystemie KSeF.