Back to list
01000001-01001110

osctrl-desktop-automation

by 01000001-01001110

Windows Desktop Automation CLI for AI Coding Agents

0🍴 0📅 Jan 15, 2026

SKILL.md


name: osctrl-desktop-automation description: Use when automating desktop interactions via OSCTRL CLI - mouse, keyboard, screen capture, window management. ALWAYS get context before mouse operations.

OSCTRL Desktop Automation Skill

When to Use

  • Automating mouse clicks, movements, drags
  • Typing text or pressing keys programmatically
  • Managing windows (focus, move, resize, minimize/maximize)
  • Taking screenshots for verification
  • Reading/writing clipboard
  • Launching or listing processes

Critical Rule

ALWAYS call osctrl context before any mouse operation. Never click blindly.

Quick Reference

CommandPurpose
osctrl contextGet screen size, mouse position, active window
osctrl mouse move <x> <y>Move cursor
osctrl mouse clickLeft click
osctrl keyboard type <text>Type text
osctrl keyboard hotkey <keys...>Key combination (ctrl c, alt f4)
osctrl screen capture --output <path>Screenshot
osctrl window focus <title>Focus window

Workflow

1. osctrl context              # Get state
2. Validate coordinates        # Within screen bounds
3. osctrl window focus <app>   # Ensure correct window
4. osctrl mouse move <x> <y>   # Position cursor
5. osctrl mouse click          # Execute action
6. osctrl screen capture       # Verify result

See Also

Full instructions available in docs/ai-instructions/ for:

  • Claude Code (CLAUDE.md)
  • Cursor (.cursorrules)
  • OpenAI Codex
  • Gemini CLI

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon