An OpenClaw plugin to control DG-Lab Coyote V3 electro-stimulation devices through WebSocket and AI-driven emotion triggers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-plugin-dg-lab-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-plugin-dg-lab-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The openclaw-plugin-dg-lab is a specialized extension for the OpenClaw ecosystem that bridges the gap between digital AI agents and DG-Lab Coyote V3 hardware. This tool enables developers to integrate physical, tactile feedback into agent workflows by leveraging WebSocket communication. As a key part of the Openclaw Skills ecosystem, it allows AI models to directly influence hardware stimulation levels and pulse patterns based on conversation context or specific tool calls.
Designed with safety as a priority, the plugin implements strict hardware and software limits, including automatic cooling periods and intensity caps. It shares the OpenClaw Gateway process, ensuring low-latency performance without the need for additional external services, making it a robust solution for developers creating immersive or research-oriented AI experiences.
Install the plugin using the recommended one-click bash script:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/FengYing1314/openclaw-plugin-dg-lab/main/install.sh)"
Alternatively, install via NPM for Openclaw Skills management:
openclaw plugins install openclaw-plugin-dg-lab
Update your ~/.openclaw/openclaw.json to include your public IP and preferred safety limits:
{
"plugins": {
"entries": {
"openclaw-plugin-dg-lab": {
"enabled": true,
"config": {
"serverIp": "YOUR_SERVER_IP",
"port": 18888,
"limitIntensity": 40
}
}
}
}
}
Ensure TCP port 18888 is open in your firewall and restart the gateway.
The plugin manages configuration and custom pulse data within the OpenClaw workspace.
| Attribute | Type | Description |
|---|---|---|
| serverIp | String | Public IP or domain used for QR code generation |
| limitIntensity | Number | Software safety cap for stimulation intensity (0-200) |
| pulseData | Array | Hexadecimal strings representing frequency and intensity segments |
| data/ | Directory | Storage for .pulses, .json5, and .json waveform libraries |
Loading
A professional AI prompt engineer designed to transform brief text into standardized, visual knowledge card prompts.

A personalized guidance platform that generates structured learning roadmaps for professionals and students entering the quantum technology sector.

Agpair is a command-line control surface that allows AI agents to delegate execution tasks to Antigravity while maintaining strict oversight and health monitoring.

A comprehensive automation tool to check, summarize, and update outdated packages across multiple package managers including npm, pip, and brew.

A comprehensive development toolkit for building, configuring, and optimizing high-performance WeChat Mini Programs.

A comprehensive study guide and navigation hub designed to help developers pass the Anthropic Claude Certified Architect (CCA) certification.








































