← 返回
未分类 Key 中文

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.
使用 NWO Robotics API 通过自然语言控制机器人和 IoT 设备,实现机器人指令、传感器查询、视觉任务及任务规划。
redciprianpater redciprianpater 来源
未分类 clawhub v1.0.2 1 版本 99847.3 Key: 需要
★ 0
Stars
📥 654
下载
💾 0
安装
1
版本
#action#api#automation#cybernetics#edge#iot#latest#learning#perception#robotics#vision

概述

NWO Robotics OpenClaw Skill

Homepage: https://nworobotics.cloud

Repository: https://huggingface.co/spaces/PUBLICAE/nwo-robotics-api-demo

Author: NWO Capital

Control robots and IoT devices through natural language using the NWO Robotics API.

Description

This skill enables OpenClaw agents to interact with the physical world by controlling robots, querying IoT sensors, and executing vision-language-action tasks through the NWO Robotics API platform.

Features

  • 🤖 Robot Control - Send natural language commands to robots
  • 📡 IoT Monitoring - Query sensor data and device status
  • 👁️ Vision Tasks - Object detection, segmentation, tracking
  • 🗣️ Voice & Gesture - Speech and movement control
  • 🧠 Task Planning - Multi-step robot task orchestration
  • 🔒 Secure - User-provided API keys, no embedded credentials

Requirements

Environment Variables

Users must set these environment variables:

VariableDescriptionRequired
---------------------------------
NWO_API_KEYYour NWO Robotics API keyYes
NWO_USER_IDYour NWO Robotics user IDYes
NWO_API_URLAPI base URL (default: https://nwo.capital/webapp)No

Getting API Credentials

  1. Visit https://nwo.capital/webapp/api-key.php
  2. Create an account or log in
  3. Generate an API key
  4. Copy your API key and user ID
  5. Set as environment variables in OpenClaw

Usage

# Set environment variables
export NWO_API_KEY="your_api_key_here"
export NWO_USER_ID="your_user_id_here"

Then in OpenClaw:

User: "Check robot status"
→ Queries all connected robots and returns status

User: "Move robot_001 to position x:10, y:20"
→ Sends navigation command to robot_001

User: "What's the temperature in lab 3?"
→ Queries IoT sensors in lab 3

User: "Scan warehouse for boxes"
→ Initiates vision-based object detection

API Reference

Endpoints Used

  • POST /api-robotics.php - Core robot control
  • POST /api-iot.php - IoT sensor data
  • POST /api-perception.php - Vision tasks
  • POST /api-voice.php - Speech commands
  • POST /api-tasks.php - Task planning
  • POST /api-safety.php - Safety monitoring

Rate Limits

Default limits apply:

  • Free tier: 100,000 calls/month
  • Prototype tier: 500,000 calls/month
  • Production tier: Unlimited

Security

  • ✅ No embedded API keys
  • ✅ Input validation and sanitization
  • ✅ Command allowlist
  • ✅ Rate limiting enforced server-side
  • ✅ No raw API response passthrough

Example Commands

CommandAction
-----------------
"Robot status"List all robot states
"Stop all robots"Emergency stop command
"Temperature check"Query temperature sensors
"Pick up the red box"VLA task execution
"Patrol mode on"Activate patrol behavior

Support

  • Website: https://nwo.capital
  • API Docs: https://nwo.capital/webapp/api-key.php
  • Issues: Report on GitHub

License

MIT-0 - Free to use, modify, and redistribute. No attribution required.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-30 15:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 838 📥 315,262
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,110 📥 831,819
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,474 📥 537,745