dLazy AIdLazy AI

@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

SurfaceWhen to useEntry point
CLIShell pipelines, ad-hoc use, batch jobsdlazy <tool> --help
MCPClaude Code / OpenClaw, Bearer-auth HTTP clientshttps://dlazy.com/mcp
SkillsReusable instructions wrapping CLI commandsOpenClaw / ClawHub

Coverage

  • @dlazy/cli version: 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 list always reflects the live registry.

On this page