duvo-cli
Installation
SKILL.md
Duvo CLI
duvo is the official command-line interface for the Duvo
public API. It is published to npm as @duvoai/cli:
a single binary with resource-grouped subcommands (duvo agents …,
duvo runs …, duvo cases …, …) and a low-level duvo api <method> <path>
escape hatch for endpoints that don't yet have a dedicated command.
Use the CLI when the user wants to automate or script Duvo. The
web UI at https://app.duvo.ai is the right answer when they want to
click around interactively; duvo is the right answer the moment they
ask for a shell snippet, a cron job, a CI step, or "how do I do X
without opening the browser?". Both surfaces talk to the same public
API — there is no functional gap to bridge by reaching for curl.