Unitree Hermes Colab
/install unitree-hermes-colab
Unitree Hermes Colab
Goal
Create or review a Colab notebook that makes Hermes Agent useful for Unitree work without pretending Colab is a safe robot-control host. The notebook should install or check Hermes, clone selected Unitree repositories, generate read-only artifacts, and show clear pass/fail review gates.
Hard Boundaries
- Do not execute robot-control commands from Colab.
- Do not publish DDS, ROS, motor, sport-mode, or low-level commands.
- Do not SSH, SCP, tunnel, or scan Unitree robot LAN addresses such as
192.168.123.0/24. - Do not claim physical hardware validation unless the user provided external evidence.
- Put risky local-host commands in quoted runbooks for a human to review and run on the correct machine.
- Hermes one-shot execution must be opt-in. It is acceptable to install Hermes and prepare prompts by default.
Build Workflow
- Keep one configuration block near the top of the notebook or runner:
INSTALL_HERMES,RUN_HERMES_AGENT,CLONE_UNITREE_REPOS,PROVIDER,MODEL, and output directory. - Record runtime versions: Python, platform, GPU/CUDA when present, Hermes CLI status, and cloned repo commit SHAs.
- Clone only important Unitree repositories by default:
unitreerobotics/xr_teleoperate,unitree_sdk2_python, andunitree_mujoco. - Write a local
AGENTS.mdsafety file before any optional Hermes run. - Generate these use cases at minimum: simulation runbook, teleoperation preflight checklist, log triage, contribution scouting, and IK evidence review.
- Render user-facing outputs as a report: cards, repository map, flow visualization, review gates, references, and saved artifacts.
- Save
unitree-hermes-report.md,unitree-hermes-review.json,AGENTS.md, and a flow visualization.
Output Standards
- Do not leak meta-instructions like "Notebook organization" into the report. Use user-facing labels such as "Review gates", "Runtime", "Use cases", and "References".
- Keep references limited to important sources: Hermes Agent, Hermes docs, Unitree repositories, and Codex skills/subagents when the artifact includes a Codex skill.
- Include a critical usefulness score. Good default framing: high value for setup review and log triage, low value for live robot control.
- Mark skipped Hermes execution clearly when no provider key is present or
RUN_HERMES_AGENTis false.
Validation
Run the project checks when working in this repo:
python3 -m py_compile src/unitree_colab_ik/hermes_lab.py src/unitree_colab_ik/hermes_cli.py notebooks/run_unitree_hermes_agent_lab.py
python3 -m json.tool notebooks/unitree_hermes_agent_lab.ipynb >/dev/null
python3 -m compileall -q src tests
python3 skill/unitree-hermes-colab/scripts/check_lab_artifacts.py \x3Cpath-to-unitree-hermes-review.json>
Run tests if pytest is available:
python3 -m pytest tests/test_hermes_lab.py
Subagent Review
Use Codex subagents only when the user explicitly asks for parallel/subagent review. Keep them read-heavy. Good split:
- safety reviewer: checks no robot-control execution path exists
- notebook reviewer: checks clean-runtime reproducibility and visible outputs
- contribution reviewer: checks whether the Unitree/Hermes use cases are genuinely useful and small enough to publish
The main agent should wait for summaries and integrate findings. Avoid parallel write-heavy edits unless the user explicitly requests that.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unitree-hermes-colab - 安装完成后,直接呼叫该 Skill 的名称或使用
/unitree-hermes-colab触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Unitree Hermes Colab 是什么?
Build or review a safety-gated Google Colab workflow that installs Hermes Agent and uses it for read-only Unitree Robotics repository analysis, simulation ru... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 Unitree Hermes Colab?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unitree-hermes-colab」即可一键安装,无需额外配置。
Unitree Hermes Colab 是免费的吗?
是的,Unitree Hermes Colab 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Unitree Hermes Colab 支持哪些平台?
Unitree Hermes Colab 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unitree Hermes Colab?
由 Zakhar Pashkin(@zack-dev-cm)开发并维护,当前版本 v0.1.0。