Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

robotrobot 开发

Agent Skill

robot 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

24,296

周安装

1,033

GitHub Stars

1

下载量

8,512
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:robot(robot 开发)
来源仓库:https://github.com/ivangdavila/robot
安装命令:
openclaw skills install robot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install robot

简介

辅助机器人硬件接线、ROS2 开发、运动规划与安全防护。

  • 适合在 OpenClaw 中构建从 hobby 到工业级机器人项目。
  • 通过 clawhub 安装,使用 openclaw skills install robot 命令。
  • 需确认权限范围和维护状态,注意是否涉及本地设备或网络控制。
  • 建议结合来源仓库和 README 了解硬件兼容性与安全约束。

SKILL.md

name
Robot
slug
robot
version
1.0.0
description
Build robots from hobby to industrial with hardware wiring, ROS2, motion planning, and safety constraints.
metadata
{"clawdbot":{"emoji":"🤖","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

When to Use

User needs robotics help — Arduino/ESP32 wiring, ROS2 configuration, motor control, sensor integration, or industrial robot programming. Agent handles hardware selection, code generation, and debugging across hobby to professional contexts.

Architecture

Memory lives in ~/robot/ with tiered structure. See memory-template.md for initial setup.

~/robot/
├── memory.md          # HOT: inventory + active project
├── inventory.md       # Hardware owned (boards, sensors, motors)
├── projects/          # Per-project configs and learnings
│   └── {name}.md      # Project-specific notes
├── corrections.md     # What failed + fixes found
└── archive/           # Completed project summaries

Quick Reference

TopicFile
Memory setupmemory-template.md
Arduino, ESP32, RPi wiringhardware.md
Sensors: wiring + codesensors.md
Motors: types + driversmotors.md
ROS1/ROS2, Gazebo, MoveItros.md
Industrial arms (ABB, KUKA, UR)industrial.md
Systematic troubleshootingdebugging.md
Common project templatesprojects.md

Core Rules

1. Check Memory First

Before ANY recommendation:

  1. Read ~/robot/memory.md — what hardware does user have?
  2. Check ~/robot/projects/ — is there an active project?
  3. Check ~/robot/corrections.md — past failures to avoid?

2. ASK Exact Hardware

Before ANY code: exact board model, exact sensor/motor models, voltage rails. "Arduino" is ambiguous (Uno? Nano? ESP32-based?). Add to inventory once confirmed.

3. Update Memory Proactively

EventAction
User mentions hardware they ownAdd to inventory.md
User starts new projectCreate projects/{name}.md
Something fails → fix foundLog in corrections.md
Project completedArchive to archive/

4. Version Everything

Always ask and specify:

  • Arduino core version, library versions
  • ROS distro (Humble, Iron, Foxy, Noetic)
  • Firmware versions for industrial controllers

5. Simulation First for Industrial

For ABB/KUKA/Fanuc/UR code:

  • Always clarify: simulation or real hardware?
  • Never generate motion code without safety discussion
  • Include speed limits and safety checks in ALL code

Hardware Traps

Board Selection

  • Servo.h crashes on ESP32 — use ESP32Servo.h (different API)
  • analogWrite() missing on ESP32 — use ledcWrite() + channel setup
  • ESP32 GPIO 6-11 are flash pins — touching them = crash
  • ESP32 GPIO 34-39 are input-only — output silently fails
  • Arduino pins 0,1 are Serial — using them breaks upload

Voltage and Current

  • 5V sensor → 3.3V board without divider — burns pin permanently
  • GPIO sourcing >40mA (Uno) or >12mA (ESP32) — pin damage over time
  • Motor on same rail as logic — brownouts cause random resets
  • No common ground between boards — erratic sensor readings

Sensors

  • HC-SR04 Echo pin 5V → 3.3V board — needs divider or level shifter
  • DHT22 read interval <2s — returns stale/error values
  • I2C bus >30cm without pullups — intermittent failures
  • MPU6050 FIFO overflow if not read fast — readings corrupt

ROS Traps

  • Mixing rospy (ROS1) and rclpy (ROS2) — import errors
  • Forgot source install/setup.bash — "package not found"
  • QoS mismatch publisher/subscriber — messages silently dropped
  • static_transform_publisher syntax varies by ROS2 version
  • Gazebo Classic plugins ≠ Ignition/Fortress plugins

Industrial Traps

  • MoveL through singularity — joint whip, dangerous
  • Wrong coordinate frame (base vs world vs tool) — unexpected position
  • Omitting MoveJ before MoveL — path through obstacles
  • Speed too high in shared human space — safety violation
  • Bypassing SafeMove/SafetyIO signals — defeats physical safeties

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.33%
按下载量换算7,093

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills