A Claude Code skill that gives your AI coding assistant full knowledge of the Appliku CLI and Python SDK — so it can deploy apps, manage domains, check logs, and configure your infrastructure without you having to look anything up.
npx skills add appliku/skill -g -a claude-codeThe -g flag installs it globally (available in all projects). The -a claude-code flag targets Claude Code specifically.
Once installed, Claude Code will know how to:
- Authenticate — token-based and browser device-flow login,
APPLIKU_TOKENfor CI - Apps — list, deploy, fetch logs (async advanced logs and direct service logs)
- Deployments — list, get latest, stream deployment logs
- Domains — create, delete, check DNS propagation
- Datastores — list, start, stop, restart, delete
- Volumes — list, delete
- Cron jobs — list, delete
- Clusters & Servers — list, inspect
- Invites — list, delete
- Migrations — list, stream logs
- SSH keys — list, add, delete
- Python SDK — full
Applikuclient API includingcreate,update, config vars, error handling
- uv — used to install the
applikupackage - Python 3.10+
Install the CLI:
uv tool install appliku
appliku login