Install
$ agentstack add skill-horizonrobotics-oe-skills-hb-analyzer-performance ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
HB Analyzer 模型性能分析
当用户需要在 Horizon Robotics J5/J6 平台上使用 hb_analyzer 工具分析模型性能时,使用此技能。
何时使用
- 用户要求分析模型性能
- 用户想检查模型带宽或延时
- 用户提到 "hb_analyzer" 或性能评测
- 用户需要性能报告或瓶颈分析
- 用户想评估浮点/量化模型
工作流程
按照以下步骤执行性能分析。详细说明请参考 references/ 目录中的文档。
第 1 步:理解需求
参考:references/step1-requirements.md
第 2 步:运行分析
参考:references/step2-run-analysis.md
第 3 步:检查结果
参考:references/step3-check-results.md
第 4 步:解读报告
参考:references/step4-interpret-results.md
> 重要:对于包含 Transformer/Attention 结构的模型,或延时不达标需要深入分析的场景,必须执行 step4 中的进阶分析(§F Block 级深度分析、§G 量化配置精度审计、§H 模型结构与硬件匹配分析),不能仅停留在算子类型聚合(hbm_op_time_by_type)层面。
第 5 步:提供建议
参考:references/step5-recommendations.md
快速参考
支持的模型格式:
- ONNX (.onnx)
- HBIR (.bc)
- HBM (.hbm)
关键输出文件:
hb_analyzer_report.html- 交互式性能报告analysis_summary.json- 详细分析数据hb_analyzer*.log- 执行日志
常见问题:参考 references/troubleshooting.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: HorizonRobotics
- Source: HorizonRobotics/OE-Skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.