What problem does it solve?
This skill enables an agent to control local applications, open URLs in the browser, and query currently running processes, reducing manual context switching and improving workflow efficiency.
Core Features & Use Cases
- Launch Applications: Start software by name across Windows, macOS, and Linux with user approval when launching sensitive programs.
- Open URLs: Open web addresses in the default browser to quickly access resources.
- List & Focus: Enumerate running applications with PIDs and bring a chosen window to the foreground to streamline task switching.
- Use Case: You want to open your code editor, navigate to a website, and verify which programs are currently active, all via natural language commands.
Quick Start
Say “open app” with a name to launch a program, or ask to list or focus apps. For example:
- Launch an app: python scripts/app_control.py launch "Notepad"
- Open URL: python scripts/app_control.py url "https://example.com"
- List apps: python scripts/app_control.py list
- Focus an app: python scripts/app_control.py focus "Chrome"