← Back to Skills Marketplace
zack-dev-cm

Unitree Hermes Colab

by Zakhar Pashkin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
36
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unitree-hermes-colab
Description
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...
README (SKILL.md)

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

  1. 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.
  2. Record runtime versions: Python, platform, GPU/CUDA when present, Hermes CLI status, and cloned repo commit SHAs.
  3. Clone only important Unitree repositories by default: unitreerobotics/xr_teleoperate, unitree_sdk2_python, and unitree_mujoco.
  4. Write a local AGENTS.md safety file before any optional Hermes run.
  5. Generate these use cases at minimum: simulation runbook, teleoperation preflight checklist, log triage, contribution scouting, and IK evidence review.
  6. Render user-facing outputs as a report: cards, repository map, flow visualization, review gates, references, and saved artifacts.
  7. 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_AGENT is 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.

Usage Guidance
Install this only if you want Codex help building or reviewing the Unitree Hermes Colab workflow. Review generated notebooks before running them, keep Hermes execution opt-in, and provide model API keys only when you intend to run provider-backed analysis.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is to create or review a Google Colab workflow for read-only Unitree repository analysis, simulation runbooks, log triage, and contribution planning. The artifacts repeatedly prohibit live robot control, robot-network access, DDS/ROS publishing, and unsupported hardware-validation claims.
Instruction Scope
The agent metadata enables implicit invocation, but the skill description gives topical routing terms and the runtime instructions require safety gates, opt-in Hermes execution, and human review for risky local-host commands. This is a scope note, not a material Review concern.
Install Mechanism
Declared requirements are limited to git and Python, with optional OPENAI_API_KEY, OPENROUTER_API_KEY, and NOUS_API_KEY for model-backed Hermes runs. No obfuscated installer, hidden package list, or suspicious dependency behavior was found.
Credentials
Colab setup, selected Unitree repo cloning, report generation, and local artifact checks fit the stated analysis workflow. The helper script only validates review JSON content and searches prompts for unsafe robot/network command patterns.
Persistence & Privilege
Persistence is limited to expected workflow outputs such as AGENTS.md, a markdown report, review JSON, and a flow visualization. No background workers, privilege escalation, broad local indexing, credential harvesting, or exfiltration paths were found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unitree-hermes-colab
  3. After installation, invoke the skill by name or use /unitree-hermes-colab
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial safety-gated Unitree Hermes Colab workflow.
Metadata
Slug unitree-hermes-colab
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.

How do I install Unitree Hermes Colab?

Run "/install unitree-hermes-colab" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Unitree Hermes Colab free?

Yes, Unitree Hermes Colab is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Unitree Hermes Colab support?

Unitree Hermes Colab is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Unitree Hermes Colab?

It is built and maintained by Zakhar Pashkin (@zack-dev-cm); the current version is v0.1.0.

💬 Comments