whuanlewhuanleCommunityยท2 Agent Skills Included

EasyTouch

Cross-platform desktop control, screenshots, and window automation

Controls mouse, keyboard, windows, clipboard, and screen capture across Windows, Linux, and macOS from one command line. Reads UI element trees so clicks target real buttons instead of guessed pixel coordinates. Eliminates blind automation with wait commands that confirm windows, focus, pixels, and processes before the next step. Runs as a CLI or MCP server so coding assistants can see and operate the desktop directly.
npx skills add whuanle/EasyTouch --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install EasyTouch?โ–ผ

Run `npx skills add whuanle/EasyTouch --all -g -y` in your terminal to install all skills in this suite globally.

What can EasyTouch automate on my desktop?โ–ผ

It handles mouse movement and clicks, keyboard input, window management, clipboard read/write, screenshots, and system info queries on Windows, Linux, and macOS.

How does EasyTouch click the right button reliably?โ–ผ

It reads the window's semantic element tree and clicks elements by ID, name, or control type, so it does not rely on guessing coordinates from screenshots.

Does EasyTouch work with Claude Code and Cursor?โ–ผ

Yes. It runs as an MCP stdio server or CLI, so any MCP-compatible client like Claude Code, Cursor, or VS Code can call its desktop automation commands.

Do I need coding skills to use EasyTouch?โ–ผ

No. Once installed, your coding assistant issues the commands for you based on plain-English requests like taking a screenshot or opening an app.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’