Skip to main content
HorizonRobotics
GitHub 创作者资料

HorizonRobotics

按仓库查看 5 个 GitHub 仓库中的 68 个已收集 skills。

已收集 skills
68
仓库
5
更新
2026年8月14日
仓库浏览

仓库与代表性 skills

board-detection
网络与计算机系统管理员

板卡硬件平台检测 Skill。当任务涉及板端运行、板端推理、远端 HBM、性能压测或 BPU 实测,且 .horizon/.env.board 不存在或不完整时触发。自动完成板卡 IP 获取、SSH 架构探测、平台信息写入。

2026年6月30日
horizon-router
软件开发工程师

OpenExplorer 工具链入口 Skill,处理 PTQ/QAT 量化编译、板端部署、性能精度评估等请求,并将任务路由到对应的 Horizon 子 Skill。

2026年6月30日
skills
软件开发工程师

HBDK4模型编译工具的使用指南索引,按任务场景组织

2026年6月26日
j6-hbdk-compile
软件开发工程师

通用模型编译 skill。基于 YAML 配置文件驱动,支持 ONNX 和 BC 模型格式。支持从 PTQ config 自动提取输入预处理参数。工作流:生成配置 -> 默认必须经用户确认 -> 再执行编译与报告。Use when the user mentions 模型编译、compile、导出 hbm、生成上板产物、pyramid 输入、resizer 输入。

2026年6月26日
j6-hmct-cosine-similarity-tuning
软件开发工程师

HMCT PTQ 精度调优工作流。自动按 INT8→INT16→dual-int16→FP16 逐级验证上限, 结合节点敏感度分析渐进回退,找到满足 Cosine Similarity 阈值(默认 >=0.99)的 最小混精度 quant_config,产出达标配置与调优报告。 触发关键词:HMCT 精度调优、PTQ 调优、量化精度、cosine similarity 不达标、混合精度。

2026年6月26日
hmct-workflow
软件开发工程师

HMCT 模型转换与精度调优总入口。根据用户意图自动路由: (1) 提供了校准数据 → 调用 reference/run_build.py build 执行完整量化构建; (2) 未提供校准数据 → 调用 reference/run_build.py check 使用随机数据快速验证转换流程; (3) 用户希望进行精度调优 → 转交 j6-hmct-cosine-similarity-tuning SKILL 执行多阶段调优; (4) 用户希望进行单项精度 debug 分析(节点灵敏度、数据分布、累积误差等)→…

2026年6月26日
oe-llm-package-detection
软件开发工程师

OE-LLM 包环境检测 Skill。当任务涉及 LLM 量化、LLM 压缩、LLM 编译、板端 LLM 推理等 LLM 工具链操作,且 .horizon/.env.oe-llm-package 不存在时触发。自动完成 OE-LLM 包路径定位、版本采集、本地环境匹配检查、GPU Docker 判定,并将结果写入 .env 文件。

2026年6月26日
oe-llm-package-install
软件开发工程师

OE-LLM 包本地安装 Skill。在 oe-llm-package-detection 完成后触发,询问用户是否本地安装。若用户同意,则检测本地 Python / CUDA / PyTorch 版本,匹配 OE-LLM 包内 whl,创建 venv 全量安装,更新 .env 为 EXECUTION_MODE=local。

2026年6月26日
已展示 8 / 37 个已收集 Skill。
benchmark-holomotion-latency
软件开发工程师

Benchmark HoloMotion inference with deployment-equivalent artifacts, runtime state, preprocessing, I/O, and hardware. Use for latency, throughput, cache, refinement, export, quantization, target-runtime, or framework-versus-deployment comparisons.

2026年8月14日
deploy-offline-motion
软件开发工程师

Deploy and troubleshoot a HoloMotion policy for offline real-robot motion tracking. Use for deployment preflight, no-action validation, model or motion substitution, controller startup, and offline robot-runtime diagnosis.

2026年8月14日
isaaclab-source-lookup
软件开发工程师

Look up Isaac Lab APIs and implementations in the source tree associated with the project's active training environment. Use for source-level questions about Isaac Lab packages without importing simulator modules.

2026年8月14日
run-live-teleoperation
软件开发工程师

Set up, run, validate, or troubleshoot a supported HoloMotion live-teleoperation pipeline. Use for source readiness, reference processing, streaming, timing, visualization, policy integration, controller transitions, and real-robot teleoperation problems.

2026年8月14日
train-motion-policy
软件开发工程师

Train, fine-tune, resume, evaluate, and export a HoloMotion motion policy. Use for dataset selection, configuration preflight, checkpoint lineage, distributed training, evaluation coverage, export parity, and preparation for simulation or deployment.

2026年8月14日
diagnose-holomotion
软件开发工程师

Diagnose HoloMotion errors across environment setup, motion conversion, retargeting, training, evaluation, export, simulation, offline deployment, and live teleoperation. Use when a command fails, hangs, produces invalid motion or policy output, differs…

2026年7月20日
holomotion-train-interpreter
软件开发工程师

Run HoloMotion Python scripts or inspect packages with the project training environment. Use for training, evaluation, motion conversion, project Python commands, dependency checks, or any task that must use the environment selected by train.env.

2026年7月20日
prepare-motion-data
软件开发工程师

Convert a supported or custom human-motion source into HoloSMPL and HoloRetarget data for HoloMotion training. Use when users bring their own BVH, SMPL/SMPL-X, device export, video-derived motion, or another motion format and need conversion, validation,…

2026年7月20日
已展示 8 / 9 个已收集 Skill。
room-creator
软件开发工程师

Generate indoor rooms (single room or house) and export URDF/USD by wrapping embodied_gen/scripts/room_gen/gen_room.py. Use when users ask to create rooms with seed control, choose room type and complexity, run generation/export stages, or run reproducible…

2026年7月9日
asset-converter
软件开发工程师

Convert EmbodiedGen URDF assets to simulator-specific formats (USD/MJCF/URDF) using embodied_gen.data.asset_converter APIs. Use this skill whenever users ask to export assets for IsaacSim, MuJoCo, Genesis, IsaacGym, PyBullet, or SAPIEN, batch-convert URDF…

2026年7月3日
asset-creator
软件开发工程师

Create 3D assets with EmbodiedGen using img3d-cli, text3d-cli, and texture-cli. Use this skill whenever users ask to generate assets from images/text, texture existing meshes, run retry/seed controlled generation, or choose the proper asset-generation CLI…

2026年7月3日
asset-process
机械工程师

Scale and rotate complete URDF-based 3D assets, including OBJ, GLB, collision meshes, Gaussian splats, and height metadata. Use this skill whenever a user asks to resize, rotate, reorient, or otherwise transform an EmbodiedGen asset while keeping its related…

2026年7月3日
asset-retrieval
软件开发工程师

Retrieve existing EmbodiedGen assets from a configurable dataset index CSV by natural-language descriptions and return matching `.urdf` paths. Use when users describe an asset they want, ask to find one or several existing URDF assets, or need a fast lookup…

2026年7月3日
background-creator
软件开发工程师

Generate background 3D scenes with EmbodiedGen using scene3d-cli. Use this skill whenever users ask to create room/indoor background scenes from text prompts, pre-generate backgrounds for layout-cli, or control scene3d generation quality/runtime with retry,…

2026年7月3日
layout-creator
软件开发工程师

Generate interactive 3D layouts from task descriptions with EmbodiedGen using layout-cli. Use this skill whenever users ask to build task-driven 3D scenes, batch-generate layouts from task files, tune layout generation retries/seeds, or produce…

2026年7月3日
sim-runner
软件开发工程师

Run SAPIEN-based simulation rendering from EmbodiedGen layout outputs using sim-cli. Use this skill whenever users ask to load a generated layout.json into simulation, render interactive scene videos, control camera/render settings, or enable robot grasp…

2026年7月3日
已展示 8 / 9 个已收集 Skill。
codereview-family
软件质量保证分析师与测试员

Structured code review family for explicit heavy review requests and architecture-sensitive review/evaluation requests. Route to PR/MR review, local changeset review, or architecture review based on the review target and intent. Do not use for routine…

2026年8月12日
code-reviewer
软件质量保证分析师与测试员

Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter.

2026年8月12日
feature-dev
软件开发工程师

Guided feature development with codebase understanding and architecture focus. Use when implementing a non-trivial feature that benefits from structured discovery, exploration, architecture comparison, implementation, and review.

2026年8月12日
architecture-review
软件质量保证分析师与测试员

Review local code, diffs, modules, directories, or design changes for consequential architecture issues when the user explicitly asks for architecture review, when an upstream review routes architecture-sensitive scope here, or when the current…

2026年7月15日
changeset-codereview
软件质量保证分析师与测试员

Review a commit, branch diff, staged diff, working tree diff, patch, or file set for validated high-signal bugs and scoped guidance violations in a local changeset review.

2026年7月15日
prmr-codereview
软件质量保证分析师与测试员

Review a GitHub PR or GitLab MR when the task is a PR/MR review or comment flow. Use this skill for PR/MR-specific transport, metadata, and comment workflows.

2026年7月15日
code-architect
软件开发工程师

Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create or modify, component designs, data flows, and build sequences.

2026年3月23日
code-explorer
软件开发工程师

Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.

2026年3月23日
arm-skill
电子工程师(非计算机)

Skill for triggering predefined robot arm actions through the official OpenClaw control interfaces. **Use this skill when:** - The user explicitly requests an arm action - The task requires a predefined arm skill such as wave, grasp, or reset - The user asks…

2026年7月17日
rel-move-skill
电子工程师(非计算机)

Skill for relative robot movement commands through the documented OpenClaw interfaces. **Use this skill when:** - The user asks the robot to move forward, backward, left, or right relatively - The task requires a short relative adjustment instead of…

2026年7月17日
robot-service
电子工程师(非计算机)

Canonical skill for OpenClaw robot service interfaces, covering robot_bridge on each robot and multi_robot_ctl on the control center. **Use this skill when:** - The user wants to trigger robot actions through HTTP services - The user asks about robot_bridge…

2026年7月17日
sem-nav-skill
电子工程师(非计算机)

Skill for semantic navigation requests using floor, room, and object level targets. **Use this skill when:** - The user asks the robot to go to a room, landmark, or object - The task refers to semantic targets instead of waypoint IDs - The user asks about…

2026年7月17日
workflow
电子工程师(非计算机)

High-level workflow skill for long-horizon task decomposition, dependency management, monitoring, and replanning in OpenClaw / HoloAgent robot systems. **Use this skill when:** - The user gives a multi-step task - The task spans navigation, manipulation,…

2026年7月17日
已展示 5 / 5 个仓库
已展示全部仓库