byod-hardware-orchestrator
Installation
SKILL.md
BYOD Environment Orchestrator
This skill enables bionicbot to break out of the cloud sandbox and execute commands directly on the user's local machine (PC/Mac) using the Bring Your Own Device (BYOD) protocol.
Core Mechanics (99% Logic)
- Pairing Initiation: Invoke
start_device_pairingto generate a unique pairing code and installation string. - Local Agent Link: Instructions for the user to run the generated
curlornpxcommand on their target machine. - Command Execution Tunnel: Once linked, bionicbot uses a secure tunnel to send terminal commands, move the cursor, or interact with local file systems.
- App Interaction Logic: Logic for detecting locally installed apps (VS Code, Excel, Chrome) and controlling them via CLI or automation scripts.
- Security Handshake: Every high-privilege local command requires a confirmation handshake with the paired device.
Examples
- "Connect to my MacBook and run a local security scan on the 'Downloads' folder."
- "Open my local VS Code and refactor the files in the 'src' directory."