Install
openclaw skills install unitree-hermes-colabBuild or review a safety-gated Google Colab workflow that installs Hermes Agent and uses it for read-only Unitree Robotics repository analysis, simulation runbooks, log triage, and contribution planning. Use for Unitree, Hermes Agent, Colab, robot-safety, or Codex-skill tasks; do not use for live robot control.
openclaw skills install unitree-hermes-colabCreate 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.
192.168.123.0/24.INSTALL_HERMES, RUN_HERMES_AGENT, CLONE_UNITREE_REPOS, PROVIDER,
MODEL, and output directory.unitreerobotics/xr_teleoperate, unitree_sdk2_python, and
unitree_mujoco.AGENTS.md safety file before any optional Hermes run.unitree-hermes-report.md, unitree-hermes-review.json, AGENTS.md,
and a flow visualization.RUN_HERMES_AGENT is false.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 <path-to-unitree-hermes-review.json>
Run tests if pytest is available:
python3 -m pytest tests/test_hermes_lab.py
Use Codex subagents only when the user explicitly asks for parallel/subagent review. Keep them read-heavy. Good split:
The main agent should wait for summaries and integrate findings. Avoid parallel write-heavy edits unless the user explicitly requests that.