{ "name": "openclaw-quota-command", "version": "1.0.0", "description": "LLM-free /quota command for Adolf: reads Kimi usage from adolf-llm:8010/usage and replies with a compact readout.", "type": "module", "private": true, "main": "./index.js", "peerDependencies": { "openclaw": ">=2026.3.0" }, "openclaw": { "extensions": ["./index.js"], "compat": { "pluginApi": ">=2026.0.0", "minGatewayVersion": "2026.0.0" } } }