Command line interface for Wilma (Finnish school system), built for parents and AI agents.
npm install @wilm-ai/wilma-cliCommand line interface for Wilma (Finnish school system), built for parents and AI agents.
bash
npm i -g @wilm-ai/wilma-cli
or
pnpm add -g @wilm-ai/wilma-cli
`Run
`bash
wilma
or
wilmai
`Non-interactive (agent-friendly)
`bash
wilma kids list --json
wilma news list --all --json
wilma messages list --folder inbox --all --json
`Config
Local config is stored in ~/.config/wilmai/config.json (or $XDG_CONFIG_HOME/wilmai/config.json).
Use wilma config clear to remove it. Override with WILMAI_CONFIG_PATH.Notes
- Credentials are stored with lightweight obfuscation for convenience.
- For multi-child accounts, you can pass --student or --all`.