{ "name": "ksef-accountant-en", "version": "1.0.0", "description": "National e-Invoice System (KSeF) accounting assistant — domain knowledge, architectural patterns and code examples. Does not contain executable code.", "license": "MIT", "homepage": "https://github.com/alexwoo-awso/skills", "source": "https://github.com/alexwoo-awso/skills/tree/main/ksef-accountant-en", "type": "instruction-only", "has_executable_code": false, "has_install_script": false, "has_binaries": false, "has_runtime_dependencies": false, "security": { "disable-model-invocation": true, "disableModelInvocation": true, "allow-model-invocation": false, "allowModelInvocation": false, "requires-user-action": true, "instruction-only": true, "credential-handling": "user-managed-only", "credential-storage": "none", "credential-transmission": "none" }, "env": { "KSEF_TOKEN": { "description": "KSeF API token for session authentication. Provided by the user — the skill does not generate, store or transmit tokens.", "required": false, "secret": true, "scope": "session-auth" }, "KSEF_ENCRYPTION_KEY": { "description": "Fernet encryption key for secure token storage. Usage is optional — an example of a security pattern.", "required": false, "secret": true, "scope": "encryption" }, "KSEF_BASE_URL": { "description": "KSeF API base URL. Defaults to https://ksef-demo.mf.gov.pl (DEMO). Production requires explicit user consent.", "required": false, "secret": false, "default": "https://ksef-demo.mf.gov.pl", "scope": "api-endpoint" } }, "constraints": { "no-autonomous-execution": true, "requires-explicit-user-consent": true, "demo-first": true, "production-requires-user-approval": true, "never-store-credentials": true, "never-transmit-credentials": true, "never-generate-credentials": true } }