返回 Skill 列表
extension
分类: 其它无需 API Key

Remote Windows Agent

部署远程控制代理到 Windows 主机,实现命令执行、文件操作、截图和系统监控,通过 HTTP API。

person作者: 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.