dLazy AIdLazy AI
MCP

OpenClaw

把 OpenClaw 接到 dLazy 的 MCP 端点。

OpenClaw 可以原生调用 dLazy MCP server。和 Claude Code 不同,它不会加 mcp__<server>__ 前缀,工具就是裸的 cli_namegpt-image-2veo-3.1 …)。

接入清单

  1. 在 OpenClaw 中新增 HTTP MCP server:
    • URL:https://dlazy.com/mcp
    • 认证头:Authorization: Bearer sk-xxxx
  2. 可选 —— 用 ?models=a,b,c 收窄工具集,避免智能体看到太多选项。
  3. 可选 —— ?pid=<projectId> 把生成绑定到指定项目。
  4. 验证 —— 让智能体列出可用工具,应能看到按 cli_name 暴露的 dLazy 工具。

何时优先用 MCP

  • 想让智能体自己读 schema 并决定参数。
  • 同一对话中要用很多工具。
  • 想要跨 MCP 客户端的一致体验。

何时用 Skill

对于希望把智能体钉在固定流程上的可复用任务,看 Skills

On this page