Win Control

# Windows 鼠标键盘控制

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Win Control" with this command: npx skills add scottzhouzhou/win-control

Windows 鼠标键盘控制

功能

通过 PowerShell 脚本控制 Windows 鼠标和键盘操作。

可用命令

鼠标控制

# 点击鼠标
powershell -ExecutionPolicy Bypass -File skills/win-control/scripts/mouse-click.ps1 -X 500 -Y 300 -ClickType Left

键盘控制

# 发送文本
powershell -ExecutionPolicy Bypass -File skills/win-control/scripts/send-keys.ps1 -Text "Hello World"

# 发送快捷键
powershell -ExecutionPolicy Bypass -File skills/win-control/scripts/send-keys.ps1 -Keys "CTRL+C,CTRL+V"

支持的快捷键

  • ENTER, ESC, TAB
  • CTRL+C, CTRL+V, CTRL+A
  • ALT+TAB, WIN
  • F1-F12
  • BACKSPACE, DELETE, HOME, END

⚠️ 安全提示

  • 鼠标键盘控制可能影响当前操作
  • 建议在测试环境先验证
  • 避免在生产环境自动化关键操作

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

run.dev — Local Dev Environment Manager

Local dev environment manager. Process management, automatic HTTPS domains, SSL certificates, reverse proxy, and AI crash diagnosis — single binary, zero con...

Registry SourceRecently Updated
Coding

ifly-image-understanding

iFlytek Image Understanding (图片理解) — analyze and answer questions about images using Spark Vision model. WebSocket API, pure Python stdlib, no pip dependencies.

Registry SourceRecently Updated
Coding

Civic Google

Use gog (Google CLI) without manual OAuth setup — Civic handles token management automatically

Registry SourceRecently Updated
2000Profile unavailable
Coding

Agent Browser.Skip

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured co...

Registry SourceRecently Updated
2000Profile unavailable