← 返回 Skills 市场
wsteve

zsquadbot

作者 Wsteve · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
262
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zsquadbot
功能描述
Develop and control quadruped robots with motor commands, sensor fusion, gait generation, diagnostics, and communication protocols for platforms like Unitree...
安全使用建议
This package appears coherent for quadruped development, but review and take precautions before running: 1) Safety first — motor_control.py and related scripts send raw commands over serial and can move real actuators; test in the simulator (sim_state/sim_control) before connecting to hardware and have an emergency stop in place. 2) Dependency check — the code expects pyserial and standard Python libs; install dependencies in a controlled virtualenv. 3) File and module mismatches — SKILL.md examples reference a top-level 'quadruped' import and some listed helper scripts that aren't present; you may need to adjust imports or run scripts with PYTHONPATH set to the skill folder. 4) Run tests in an isolated environment (or without physical devices connected) to verify behavior first. 5) If you plan to use it on a commercial platform (Unitree/ANYmal), confirm compatibility and safety limits; do not assume the code enforces hardware safety limits. If you want, I can point out specific code lines that warrant close review (e.g., serial packet formats, struct packing/unpacking, places that write files), or produce a short checklist to sandbox and smoke-test the skill safely.
功能分析
Type: OpenClaw Skill Name: zsquadbot Version: 1.0.0 The skill bundle is a comprehensive toolkit for quadruped robot development, including gait generation, serial communication for hardware control (motors/IMU), and a virtual simulation environment. While 'simple_test.py' uses a risky 'exec()' call to load local scripts and 'test_all.sh' contains a hardcoded local user path (/Users/liuxing/), these are classified as non-malicious development flaws or lack of portability. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included files: gait generator, motor control, IMU reader, simulator, and exporters. The code operates on serial ports and sim state which is expected for a robot control toolbox. There are no unrelated credentials, network endpoints, or cloud SDKs requested.
Instruction Scope
SKILL.md shows step-by-step examples that are limited to simulator and direct hardware control via serial (e.g., /dev/ttyUSB0, /dev/ttyUSB1). That scope is appropriate for the stated purpose, but examples will talk to serial devices and write motion files to the working directory. Also note some minor inaccuracies in docs vs files (e.g., SKILL.md examples import a top-level 'quadruped' module which isn't present as a package module; some listed helper scripts are placeholders). Running motor-control examples on live hardware can physically move motors — a safety risk.
Install Mechanism
This is an instruction-only skill with bundled source files and no install spec or remote downloads. No external binary installers or archive downloads are present, which minimizes supply-chain risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code reads and writes local files (motion exports) and accesses serial devices — appropriate for robotics but not requesting excessive system secrets.
Persistence & Privilege
Skill is not always-enabled; it does not request permanent agent presence or modify other skill/system configs. It only contains scripts and runtime examples that run when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zsquadbot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zsquadbot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the quadruped robot development skill. - Provides motor control, sensor data processing, locomotion pattern generation, and system diagnostics for quadruped robots (e.g., Unitree Go1, ANYmal, and custom robots). - Supports simulation and virtual robot control for safe prototyping and testing. - Includes scripts for motor/IMU/encoder handling, gait generation, and motion exporting. - Offers extensive usage examples and best practices for motion control, safety, and troubleshooting. - Reference documentation covers protocols, data formats, and kinematics.
元数据
Slug zsquadbot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

zsquadbot 是什么?

Develop and control quadruped robots with motor commands, sensor fusion, gait generation, diagnostics, and communication protocols for platforms like Unitree... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。

如何安装 zsquadbot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zsquadbot」即可一键安装,无需额外配置。

zsquadbot 是免费的吗?

是的,zsquadbot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zsquadbot 支持哪些平台?

zsquadbot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zsquadbot?

由 Wsteve(@wsteve)开发并维护,当前版本 v1.0.0。

💬 留言讨论