← Back to Skills Marketplace
NWO Robotics
by
Ciprian Pater
· GitHub ↗
· v1.0.2
· MIT-0
208
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install nwo-robotics
Description
Control robots and IoT devices via natural language using the NWO Robotics API for robot commands, sensor queries, vision tasks, and task planning.
Usage Guidance
This skill appears coherent with its stated purpose. Before installing: (1) Verify the official NWO API domain and that you obtained API keys from the legitimate provider (the package references nwo.capital and nworobotics.cloud — confirm which is correct). (2) Limit the API key's permissions if possible and use a test account first — the agent can issue real robot commands (including emergency stop), so test in a safe environment. (3) Confirm the repository/homepage ownership if you require provenance (the repo link points to a HuggingFace demo). (4) Review your OpenClaw agent policies for autonomous actions if you want to restrict automatic execution of potentially hazardous robot commands.
Capability Analysis
Type: OpenClaw Skill
Name: nwo-robotics
Version: 1.0.2
The NWO Robotics skill is a legitimate integration for controlling robots and IoT devices via the NWO Robotics API. The code in index.js implements clear intent parsing, basic input sanitization, and authenticated API requests to the documented endpoints at nwo.capital. It follows security best practices for OpenClaw skills by requiring user-provided environment variables for credentials rather than hardcoding them, and its behavior aligns perfectly with the stated purpose in SKILL.md and README.md.
Capability Assessment
Purpose & Capability
The skill name/description (robot & IoT control via NWO API) matches the code and declared env vars (NWO_API_KEY, NWO_USER_ID) and the HTTP endpoints used. Minor note: the README/SKILL.md/homepage mention multiple domains (nworobotics.cloud and nwo.capital) and the repository points to a HuggingFace demo — these domain/repo differences are not dangerous by themselves but warrant verification of the official API host before supplying credentials.
Instruction Scope
SKILL.md instructs the agent to set NWO_API_KEY and NWO_USER_ID and the included index.js uses those env vars and calls only the documented NWO endpoints. The instructions do not ask the agent to read unrelated files or other credentials. The code sanitizes input and limits length, and the skill's behavior (status, move, vision, IoT queries, emergency stop, etc.) aligns with the documented scope.
Install Mechanism
This is an instruction-only skill with a small index.js included; there is no install script or external download. No packages or extract/install operations are present in the bundle, so install risk is low.
Credentials
The skill requires only service-specific credentials (NWO_API_KEY and NWO_USER_ID) and an optional API URL. It requests permission to read env and make HTTP requests, which is proportional for a cloud API integration. There are no unrelated secret/env requirements.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It does not modify other skills or system-wide settings. Autonomous invocation is allowed but that is the platform default; note that giving an agent control of real robots has operational risk and should be carefully managed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nwo-robotics - After installation, invoke the skill by name or use
/nwo-robotics - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated homepage URL to https://nworobotics.cloud
- Updated repository URL to https://huggingface.co/spaces/PUBLICAE/nwo-robotics-api-demo
- No changes to functionality or API usage documented
v1.0.1
- Added homepage and repository links to SKILL.md for improved accessibility.
- Listed NWO Capital as the author in SKILL.md.
- No functional or behavioral changes to the skill itself.
Visit: nworobotics.cloud (Landing page)
v1.0.0
- Initial release of the NWO Robotics OpenClaw skill.
- Enables natural language control of robots and IoT devices via the NWO Robotics API.
- Supports robot navigation, IoT sensor monitoring, vision-language-action tasks, speech and gesture commands, and multi-step task planning.
- API access requires user-provided keys; no embedded credentials.
- Detailed Dashboard with API Keys, API endpoints/documentation, API usage and examples, security measures can be found on: nworobotics.cloud
Metadata
Frequently Asked Questions
What is NWO Robotics?
Control robots and IoT devices via natural language using the NWO Robotics API for robot commands, sensor queries, vision tasks, and task planning. It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install NWO Robotics?
Run "/install nwo-robotics" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NWO Robotics free?
Yes, NWO Robotics is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NWO Robotics support?
NWO Robotics is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NWO Robotics?
It is built and maintained by Ciprian Pater (@redciprianpater); the current version is v1.0.2.
More Skills