dcc-cli-gatewayDefault unified entry for agents and headless CLI hosts (OpenClaw, Hermes, Codex CLI, CI bots, custom agent runtimes) to control live DCC applications throug...
Install via ClawdBot CLI:
clawdbot install loonghao/dcc-cli-gatewayGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
curl -fsSL https://raw.githubusercontent.com/loonghao/vx/main/install.sh | bashCalls external URL not in known-safe list
http://127.0.0.1:9765Uses known external API (expected, informational)
raw.githubusercontent.comAudited May 25, 2026 · audit v1.0
Generated Jul 23, 2026
A CI bot uses dcc-cli-gateway to launch a DCC application in headless mode, open a scene, apply an animation preset, and export frames every night. The CLI gateway discovers the local DCC instance, sends commands via direct MCP, and collects logs without any IDE or MCP connector setup.
A game studio uses an OpenClaw agent to search across several remote DCC instances (Maya, Blender, Houdini) registered as gateway profiles, describe the available tools, and call a Python script that converts FBX to glTF. The agent unifies control via a single CLI, reducing manual artist overhead.
A VFX pipeline agent running on a Linux render node uses dcc-cli-gateway with a remote gateway profile to list instances on a Windows workstation, describe their capabilities (e.g., Nuke, After Effects), and trigger a render task. The CLI REST fallback is used when dcc-mcp-cli is unavailable, ensuring cross-platform reliability.
A custom agent runtime with no native MCP support (e.g., a Python bot on macOS) uses this skill to control a live DCC application like Cinema 4D. The agent calls `search`, `describe`, and `call` via the bundled Python helper, enabling desktop automation for design teams without installing an MCP server.
A legacy automation script on a Linux server integrates with DCC-MCP by setting DCC_MCP_BASE_URL and using the gateway REST endpoints directly. The skill's bundled Python fallback provides `search`, `describe`, and `call` via HTTP, allowing gradual migration from old REST scripts to the CLI without downtime.
Offer a managed service where customers subscribe to a fleet of agents that use dcc-cli-gateway to automate DCC tasks across their studio. The CLI gateway enables remote instance discovery and command execution without per-workstation MCP setup.
Provide the skill and dcc-mcp-cli as open-source under MIT-0, with paid enterprise support for setup, customization, and scaling across large studios. Revenue comes from support contracts and training.
License the gateway integration as a plugin for DCC applications, enabling agents to control proprietary software through CLI. Revenue from per-seat licenses with volume discounts for studios.
💬 Integration Tip
Ensure dcc-mcp-cli is on PATH or use --ensure-cli with consent. For remote instances, register gateway profiles via `dcc-mcp-cli gateway register <url> --name <name>` and use `--gateway <name>` to switch contexts.
Scored Jun 24, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.