hses-packet-analysis
Installation
SKILL.md
HSES Packet Analysis
Analyze HSES protocol packets and generate a markdown report.
When to Use
- Debugging moto-hses communication issues
- Verifying protocol implementation correctness
- Investigating unexpected robot controller responses
- Generating evidence for troubleshooting reports
Prerequisites
- tshark installed (
sudo apt install tshark) - hses-protocol skill: Protocol specification for interpreting packets
Output Directory
All captured data and reports are saved to an output directory for evidence retention:
Related skills
More from masayuki-kono/agent-skills
implementation-plan
Guide for creating implementation plans. USE WHEN: planning new features, refactoring, or significant code changes.
44rust-code-quality-guide
Code quality guide for Rust. USE WHEN: writing Rust code, reviewing code, or ensuring code quality.
27hses-protocol
HSES (High Speed Ethernet Server) protocol specification for Yaskawa robot controllers. USE WHEN: understanding UDP-based communication protocol, message structure, command formats, or error codes for Yaskawa robots.
17moto-hses-usage
moto-hses Rust crate usage guide. USE WHEN: implementing HSES (High Speed Ethernet Server) communication with Yaskawa robot controllers.
16