askill
hardware-skills

hardware-skillsSafety --Repository

Turn M5Stick, Waveshare UGV robots, and IoT devices into A2A-compliant agents.

0 stars
1.2k downloads
Updated 1/31/2026

Package Files

Loading files...
SKILL.md

Hardware Skills

Connect physical hardware to the agent ecosystem. Turn sensors, robots, and IoT devices into A2A-compliant agents that other agents can discover and control.

Supported Devices

DeviceTypeCapabilities
M5StickC Plus 2IoT/SensorIMU, display, LED, audio, WiFi scan
Waveshare WAVE ROVERRobotMotors, camera, pan-tilt, ultrasonic
Waveshare UGV BeastRobotMotors, camera, pan-tilt, arm control
Jetson Orin NanoComputeAI vision, strategy, agent hosting

Installation

git clone https://github.com/QUSD-ai/hardware-skills
cd hardware-skills
bun install

Usage

M5Stick Agent

import { createM5StickAgent } from '@qusd/hardware-skills/m5stick';

const agent = createM5StickAgent({
  m5stickUrl: 'http://192.168.0.146',
  port: 8000,
});

UGV Robot Agent

import { createUGVAgent } from '@qusd/hardware-skills/waveshare';

const agent = createUGVAgent({
  ugvUrl: 'http://192.168.1.100:5000',
  port: 3010,
});

Why Hardware + A2A?

  • Discoverability — Other agents find your robot via /.well-known/agent.json
  • Interoperability — Standard JSON-RPC protocol
  • Payments — Charge for robot services via X402
  • Multi-agent — Vision agent + Nav agent + Arm agent = coordinated robot

Links

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version0.1.0
Updated1/31/2026
PublisherQUSD-ai

Tags

apici-cdgithub