linux-system-controllerLinux系统控制能力包;当用户需要控制桌面窗口、管理进程、调整音量亮度、管理电源网络、与串口设备通信、控制智能家居设备、进行鼠标键盘自动化、截图OCR或视觉识别时使用
Install via ClawdBot CLI:
clawdbot install wangjiaocheng/linux-system-controllerGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Contains telemetry, tracking, or analytics calls not mentioned in documentation
pixel(Calls external URL not in known-safe list
http://192.168.1.100:8123AI Analysis
The skill's documentation references an external IoT API endpoint (`http://192.168.1.100:8123`) which is a local network address, but its inclusion in a generic skill definition suggests potential for arbitrary external calls. Combined with undocumented telemetry (`pixel()`) and the ability to execute system commands, it creates a risk of unauthorized data transmission or command execution if the skill's implementation deviates from its stated purpose.
Audited Apr 16, 2026 · audit v1.0
Generated May 11, 2026
Automate repetitive tasks on Linux desktop such as opening applications, resizing windows, taking screenshots, and OCR. A user can instruct the agent to 'take a screenshot of the active window' or 'type the quarterly report text into the editor'.
Control smart home devices (lights, thermostats) through Home Assistant REST API. The agent can list entities, turn devices on/off, or adjust settings based on voice commands like 'turn off the living room light'.
Communicate with Arduino, ESP32, or other serial devices for firmware testing and sensor data reading. Developers can use commands like 'send LED_ON to /dev/ttyUSB0' or 'monitor serial port for 30 seconds'.
Manage processes, adjust hardware settings (volume, brightness, power), and control network interfaces. System administrators can use 'kill process firefox', 'set volume 30%', or 'shutdown system' with safety confirmations.
Automate GUI testing by simulating mouse clicks, keyboard input, and visual element detection. QA engineers can command 'find the submit button on screen and click it' or 'scroll down and capture region OCR'.
Offer the agent as a monthly subscription service for power users who want to automate their Linux desktop and IoT devices. Revenue comes from monthly or annual fees.
License the agent to companies for managing fleets of Linux workstations (developers, QA, support). Revenue from per-seat licenses and premium support contracts.
Integrate the agent into CI/CD pipelines for GUI-based testing, serial device flashing, and hardware-in-the-loop testing. Revenue from integration services and API usage fees.
💬 Integration Tip
Ensure xdotool, wmctrl, tesseract-ocr, and alsa-utils are pre-installed on the target Linux system. For IoT controller, the user needs to provide Home Assistant URL and token, which can be stored in environment variables for convenience.
Scored May 11, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.