Gabriel Operator CLI — scaffold personas and install authoring skills.
# From GitHub (works immediately)
npx github:Gabriel-Operator/gabriel-cli --help
npx github:Gabriel-Operator/gabriel-cli scaffold persona
# From npm (after @gabriel-operator/cli is published)
npx @gabriel-operator/cli --help
npm i -g @gabriel-operator/cligabriel scaffold persona
# or
npx @gabriel-operator/cli scaffold persona --name "InventoryBot"Without GABRIEL_API_KEY, the CLI prints next steps to create a persona and mint a key.
With a key:
export GABRIEL_API_KEY=gabi_<your-key>
export GABRIEL_BASE_URL=https://gabrieloperator.com # optional
gabriel scaffold personaThe CLI verifies the key via GET /api/gateway/resources, lists existing digital twins when present, and prints a harness install prompt for coding agents.
gabriel skills installRuns:
npx skills add Gabriel-Operator/gabriel-workflow-builder- Short skills alias: https://github.com/Gabriel-Operator/gabriel-workflow-builder
- Full coding-agent plugin: https://github.com/Gabriel-Operator/gabriel-operator-coding-agent-plugin
- Gateway docs: https://gabrieloperator.com/docs/gateway