@dlazy/cli
Run dLazy AI tools from the terminal, JS/TS code, or any MCP-compatible client.
@dlazy/cli exposes one tool runner through two surfaces — CLI and MCP — that share the same ToolResult envelope, so output from one can flow into another with no glue code.
60-second Start
npm install -g @dlazy/cli
dlazy login
dlazy gpt-image-2 --prompt "a cyberpunk cat in neon rain"Pick a Surface
| Surface | When to use | Entry point |
|---|---|---|
| CLI | Shell pipelines, ad-hoc use, batch jobs | dlazy <tool> --help |
| MCP | Claude Code / OpenClaw, Bearer-auth HTTP clients | https://dlazy.com/mcp |
| Skills | Reusable instructions wrapping CLI commands | OpenClaw / ClawHub |
Read Next
Coverage
@dlazy/cliversion:1.2.1- Image: 20 · Video: 20 · Audio: 15 · Text: 4 · Tools: 3
Tool list is loaded from a server-side manifest and cached for 24 h under
~/.dlazy/manifest-<locale>.json;dlazy tools listalways reflects the live registry.