From voluum-cli-assistant
Install and configure voluum-cli on Linux/macOS, with Windows support via WSL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/voluum-cli-assistant:voluum-setup-installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`voluum-cli` is community-supported software released under the MIT License. It is not an official Voluum product and is not endorsed or supported by Voluum. It uses publicly documented Voluum APIs.
voluum-cli is community-supported software released under the MIT License. It is not an official Voluum product and is not endorsed or supported by Voluum. It uses publicly documented Voluum APIs.
gitbun --version)https://api.voluum.comgit clone https://github.com/markab21/voluum-cli.git
cd voluum-cli
bun install
bun run build
Optional global CLI link:
bun link
voluum --help
Without linking:
node dist/index.js --help
Login using Voluum access credentials:
voluum auth login --accessKeyId '<ACCESS_KEY_ID>' --accessKey '<ACCESS_KEY>'
Or use environment variables:
export VOLUUM_BASE_URL="https://api.voluum.com"
export VOLUUM_TOKEN="<SESSION_TOKEN>"
Token storage path:
~/.voluum-cli/config.jsonvoluum --help
voluum reports --help
voluum offers --help
voluum reports query --path /report --query from=2026-02-17T00:00:00Z,to=2026-02-18T00:00:00Z,groupBy=campaign,limit=5 --pretty
bun: command not found: install Bun and restart shell.voluum: command not found: rerun bun link or use node dist/index.js.No auth token found: run voluum auth login or set VOLUUM_TOKEN.npx claudepluginhub markab21/voluum-cli --plugin voluum-cli-assistantInstalls Vercel CLI, authenticates via interactive login or token, links local projects, verifies API access, and pulls env vars for Vercel setup.
Configures Instantly.ai API v2 authentication: generates scoped keys, sets .env vars via bash, and creates TypeScript REST client wrapper.
Guides bitdrift bd CLI operations and live account data analysis for workflows, charts, sessions, issues, keys, connectors, and app health debugging.