Xiaoyaoclaw Commander banner
dtsola dtsola

Xiaoyaoclaw Commander

AI community

Description

OpenClaw Cross-tool commander: Drive OpenClaw with Claude Code, Codex, OpenCode, Trae, DSH etc. — command the gateway, its agents and channels, from any Agent Skills tool. Use when you want other AI tools to make OpenClaw work. OpenClaw跨工具指挥官:用 Claude Code / Codex / OpenCode / Trae / DSH 等工具驱动 OpenClaw 干活——从任意支持 Agent Skills 的工具指挥网关、agent 和通道。

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenClaw Cross-Tool Commander 🎛️

🇨🇳 中文 | 🌐 English

OpenClaw Cross-Tool Commander — drive XiaoyaoClaw/OpenClaw gateway from any Agent Skills tool (Claude Code/Codex/OpenCode/Trae/DSH) via openclaw CLI

让任意支持 Agent Skills 的工具指挥小遥Claw / OpenClaw 多 agent 系统。 Cross-tool command layer — drive your XiaoyaoClaw/OpenClaw gateway from Claude Code, Codex, OpenCode, Trae, DSH and any Agent Skills tool.

![license](https://img.shields.io/badge/license-MIT-green) [![ClawHub downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fclawhub.ai%2Fapi%2Fv1%2Fskills%2Fxiaoyaoclaw-commander&query=skill.stats.downloads&label=ClawHub%20downloads&color=blue)](https://clawhub.ai/dtsola/skills/xiaoyaoclaw-commander)

为什么需要它

Claude Code、Codex、OpenCode、Trae、DSH 等智能体工具能帮你写代码、跑任务,而你的 OpenClaw / 小遥Claw 里住着一群 agent(天桐、小光、小智……)和多条通道(飞书、Telegram……)。**想让外部智能体直接指挥 OpenClaw**,会遇到:

  • 找不到命令:openclaw 不在 PATH(桌面版内嵌在应用目录),直接敲报 not found
  • 看不到真实 agent:环境变量缺失,agents list 只剩 main,7 个 agent 全隐身
  • 任务跑错人:不指定 --agent 时按默认 agent 兜底,任务可能发错对象
  • 路径写死:换了安装位置/平台,写死的路径就失效

这个 skill 提供**标准化的指挥通道**:动态探测 + 环境变量补齐 + 强制显式 agent + 跨工具通用——任何支持 Agent Skills 的工具都能一键指挥 OpenClaw / 小遥Claw。

特性

  • 🔍 动态探测:Windows / macOS / Linux 多级探测 openclaw 可执行文件(小遥桌面版 → PATH → 原版桌面版 → 本地前缀),不写死路径
  • 🧩 环境变量自动补齐:桌面版安装场景自动推导 OPENCLAW_STATE_DIR / OPENCLAW_CONFIG_PATH,让外部工具看到全部真实 agent
  • 🎯 强制显式 agent--agent 必须指定——用户没说让谁干时先问,禁止默认兜底
  • 🌐 agent 名称动态映射:中文/英文/emoji 名称 ↔ id 以 agents list 的 Identity 字段为权威,匹配不到就问,不猜
  • 🧰 跨工具通用:兼容任何支持 Agent Skills 标准的工具(Claude Code / Codex / OpenCode / Trae / DSH 等),命令完全通用
  • 🔌 版本无关:旧版 openclaw(v2026.3.x)无 mcp/migrate 子命令也能用,以 --help 实际输出为准
  • 🛡️ 不存凭据:技能内不存任何 token/密钥,Gateway 凭据由环境继承

安装

# 从 GitHub 手动安装
git clone https://github.com/dtsola/xiaoyaoclaw-comman