Back to skills
extension
Category: OtherNo API key required

Remote Windows Agent

Deploy remote control agents to Windows machines for exec, file ops, screenshots, and system monitoring via HTTP API.

personAuthor: valkster70hubclawhub

Remote Windows Agent

Deploy agents to Windows machines for remote control via HTTP API.

Quick Start

  1. Copy agent.py and assets/INSTALL.bat to a network share
  2. Run INSTALL.bat as administrator on target Windows machine
  3. Agent auto-starts on port 8080

Features

  • Remote command execution
  • File read/write/delete/list
  • Screenshots
  • Process list
  • System info (CPU, memory, disks)
  • Config file support
  • Auto-update
  • Logging

API

| Endpoint | Description | |----------|-------------| | GET /health | Status check | | POST /exec | Run commands | | POST /file/read | Read files | | POST /file/write | Write files | | POST /file/delete | Delete files | | POST /file/list | List directories | | GET /info | System info | | GET /processes | Running processes | | POST /screenshot | Capture screen |

Files

  • agent.py - The HTTP agent (Flask server)
  • assets/INSTALL.bat - One-click installer
  • README.md - Documentation

Install

Browse to network share, right-click INSTALL.bat (from the assets/ folder) → Run as administrator.