Toolverse
All skills

win-mouse-native

by openclaw

Native Windows mouse control (move, click, drag) via user32.dll. Use when the user asks you to move the mouse, click, drag, or automate pointer actions on Windows.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Native Windows mouse control (move, click, drag) via user32.dll. Use when the user asks you to move the mouse, click, drag, or automate pointer actions on Windows.

How to use

  1. Pobierz pliki win-mouse.cmd.txt i scripts/win-mouse.ps1.txt z repozytorium.

  2. Zmień nazwy plików: zapisz win-mouse.cmd.txt jako win-mouse.cmd i scripts/win-mouse.ps1.txt jako scripts/win-mouse.ps1 w odpowiednich katalogach.

  3. Aby przesunąć mysz względnie (o określoną liczbę pikseli), użyj komendy win-mouse move <dx> <dy>, gdzie <dx> to przesunięcie w poziomie, a <dy> w pionie.

  4. Aby przenieść mysz na konkretne współrzędne ekranu, użyj win-mouse abs <x> <y> z bezwzględnymi współrzędnymi.

  5. Aby wykonać klik, użyj win-mouse click left|right|middle w zależności od przycisku. Dla bardziej zaawansowanej kontroli możesz użyć win-mouse down i win-mouse up aby wcisnąć i zwolnić przycisk osobno.

  6. Agent automatycznie wyświetli wynik każdej operacji w formacie JSON. Jeśli użytkownik nie podał konkretnych współrzędnych, agent zapyta o nie przed wykonaniem akcji.

Related skills

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214