blur-autoclicker-automation

Automate Windows mouse clicks and keyboard actions with configurable CPS timing.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill blur-autoclicker-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blur-autoclicker-automation
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/blur-autoclicker-automation
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill blur-autoclicker-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid manual clicking by providing accurate, high-speed automated mouse clicks and keyboard automation on Windows with controllable timing.

Core Features & Use Cases

  • Precise CPS control (up to 500 CPS): Tune click rate and timing to match a target workload rather than relying on rough intervals.
  • Keyboard automation + hotkeys: Trigger start/stop behavior reliably using configurable keyboard actions and global shortcuts.
  • Position clicking and safety limits: Click at specific coordinates and stop using click or time limits to prevent runaway automation.
  • Performance-minded implementation: Uses a TypeScript frontend with a Rust (Tauri) backend designed for low memory usage.

Quick Start

Ask the assistant: “How do I set up Blur AutoClicker development and configure it to run position clicking with keyboard automation for my Windows workflow?”

Frequently Asked Questions about blur-autoclicker-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Windows auto-clicker development with Tauri and TypeScript?

Windows auto-clicker development with Tauri uses a TypeScript frontend and Rust backend to invoke commands for configuring clicks-per-second, duty-cycle control, and keyboard hotkeys. You build from source and configure timing parameters through Tauri command invocation.

Can I control clicks-per-second timing for automated mouse clicking?

Automated mouse clicking supports precise clicks-per-second control up to 500 CPS. You tune the click rate and duty-cycle timing to match a specific target workload rather than relying on rough interval estimates for your automation tasks.

Does keyboard automation support global hotkeys for starting and stopping?

Keyboard automation supports configurable global hotkeys for reliable start and stop triggers. You map specific keyboard actions to control the automated clicking behavior without interrupting your active Windows workflow or foreground applications.

How do I click at specific coordinates and prevent runaway automation?

Position clicking targets specific screen coordinates and uses configurable stopping limits to prevent runaway automation. You set click count thresholds and maximum time limits to automatically halt the clicking sequence safely during unattended operation.

What are the limitations of using Rust and Tauri for Windows auto-clicking?

Windows auto-clicking with Rust and Tauri is designed for low memory usage and high CPS accuracy, but requires building from source for troubleshooting. It is specifically tailored for Windows development, testing, and configuration scenarios.