← Back to Skills Marketplace
Multi Robot Skill
by
Alan1112223331
· GitHub ↗
· v2.0.0
· MIT-0
177
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install multi-robot-skill
Description
多机器人协同控制 Skill。让 AI Agent 具备感知反馈、动态适配、并行调度多种机器人的能力。支持机械臂、四足机器人等任意 HTTP API 机器人。
Usage Guidance
This skill appears to do what it says, but review and follow these precautions before installing:
- Review and trust robot endpoints you register. The skill will issue HTTP requests to any endpoint you register, which can access your internal network (SSRF-like risk). Only register devices you control or trust.
- Inspect skill.py and the adapter implementations included in the bundle (adapters/ and core/) before running, especially if you plan to auto-generate adapters at runtime.
- Install dependencies (requests) in an isolated environment (virtualenv) since there is no automatic install routine provided.
- If you expect to operate in a sensitive network, run the agent in a network-restricted environment or audit outbound traffic; the skill has full ability to contact the URLs you supply.
- If the agent will be given API docs to parse and asked to generate executable adapter code, ensure generated code is reviewed before being loaded/executed.
If you want me to, I can: (1) scan the remaining omitted files (skill.py, README, docs) for any hidden network endpoints or secrets; (2) list exact functions in skill.py that register adapters and perform network calls; or (3) produce a short checklist to safely test the skill in an isolated lab environment.
Capability Analysis
Type: OpenClaw Skill
Name: multi-robot-skill
Version: 2.0.0
The Multi-Robot Coordination Skill is a well-structured framework designed to allow AI agents to orchestrate tasks across multiple robots (e.g., mechanical arms and quadrupeds) using HTTP APIs. It includes a robust task planner with dependency resolution, a multi-threaded coordinator, and a state manager. The instructions in SKILL.md and OPENCLAW_INTEGRATION.md guide the AI agent to dynamically generate Python adapters for new hardware based on user-provided API documentation, which is a legitimate feature of the OpenClaw ecosystem. No evidence of data exfiltration, malicious execution, or unauthorized persistence was found across the code (skill.py, core/coordinator.py) or the extensive documentation.
Capability Assessment
Purpose & Capability
Name/description (multi-robot coordination) match the included code and examples: adapters for manipulators and quadrupeds, a coordinator, task planner and state manager. No unrelated environment variables or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to parse robot HTTP API docs, generate/register adapters, and create/execute plans. Those instructions are within scope for a robot coordination skill and do not direct the agent to read unrelated system files or exfiltrate data.
Install Mechanism
There is no install spec (declared as instruction-only), but the package includes Python source files and a requirements.txt; SKILL.md metadata lists Python >=3.8 and requests. This is coherent but means installation is manual (no automated trusted install step).
Credentials
The skill does not declare or require any secrets, config paths, or external credentials. Network access is used only to contact robot endpoints provided by the user, which is expected for this functionality.
Persistence & Privilege
The skill does not request always:true or system-wide configuration changes. It runs in-process with normal threading and does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-robot-skill - After installation, invoke the skill by name or use
/multi-robot-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
multi-robot-skill 2.0.0
- 全新架构:实现多机器人协同控制,支持动态适配、并行调度多种基于 HTTP API 的机器人。
- 支持自定义适配器——可按 API 文档快速生成适配代码并注册任意新机器人。
- 提供任务计划、原子任务、并行/顺序/协同编排、执行与结果反馈等完整 API 与范例。
- 覆盖典型机械臂(如 Vansbot)、四足机器人(如 PuppyPi)等内置动作能力参考。
- 增加异常处理与可配置错误重试策略,提升运行健壮性与适应性。
- 完善开发者文档与使用指引,便于用户上手多机器人控制任务。
Metadata
Frequently Asked Questions
What is Multi Robot Skill?
多机器人协同控制 Skill。让 AI Agent 具备感知反馈、动态适配、并行调度多种机器人的能力。支持机械臂、四足机器人等任意 HTTP API 机器人。 It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Multi Robot Skill?
Run "/install multi-robot-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Robot Skill free?
Yes, Multi Robot Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi Robot Skill support?
Multi Robot Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Robot Skill?
It is built and maintained by Alan1112223331 (@alan1112223331); the current version is v2.0.0.
More Skills