voiceuse-computer-control
Installation
SKILL.md
VoiceUse Computer Control
Loop
- Call
voiceuse_observe_screenbefore acting. - Decide the smallest safe next action.
- Use
voiceuse_click,voiceuse_type_text,voiceuse_press_key,voiceuse_wait,voiceuse_open_app, orvoiceuse_focus_window. - Call
voiceuse_observe_screenagain to verify. - Continue until the user-visible result is complete.
Rules
- Prefer
voiceuse_press_keyandvoiceuse_type_textwhen they are more reliable than clicking. - Use
voiceuse_list_windowswhen app focus is unclear. - Do not use shell commands for desktop control. This plugin intentionally does not expose a shell tool.
- Stop and report the blocker if the task requires credentials, destructive confirmation, hidden UI, or ambiguous controls.
- Treat every action as operating on the user's real desktop.