Content & ServicesDeveloper Platform
AI Skill
Use AI Skill to let AI assistants (like GitHub Copilot, Claude, ChatGPT, etc.) directly control your Dot. devices.
What is Dot Skill?
Dot Skill is an open-source tool that allows AI assistants to interact with your Dot. devices through natural language commands. No need to manually write API requests—just tell the AI what you want to do.
Features
- Plug and Play - Control devices through natural language after installation
- Text Push - Display specified text content on the device
- Image Push - Push images to the device for display
- Status Query - Check device battery level, network status, and other information
- Content Switching - Switch to the next content
- Helper Scripts - Python scripts provided for automation
Quick Start
1. Install the Skill
Option 1: Install via npx (Recommended)
npx skills add MindReset/dot_skillOption 2: Manual Install
mkdir -p ~/.agents/skills
ln -sfn /path/to/dot_skill/skills/dot-openapi ~/.agents/skills/dot-openapi3. Configure Environment Variables
export DOT_API_KEY="dot_app_your_api_key"4. Start Using
After installation, you can simply say to your AI assistant:
- "Show 'Meeting starts at 3 PM' on device ABCD1234ABCD"
- "Check my device status"
- "Switch to the next content"
Related Links
Did this solve your problem?
Join our community