원클릭으로
app-launcher
Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | app-launcher |
| description | Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications. |
| version | 1.0.0 |
| tags | ["applications","desktop","device","browser"] |
| triggers | ["open app","launch application","start program","open browser","open url","running apps","list processes"] |
| entrypoints | {"launch":{"script":"scripts/app_control.py launch","description":"Launch an application by name"},"url":{"script":"scripts/app_control.py url","description":"Open a URL in the default browser"},"list":{"script":"scripts/app_control.py list","description":"List running applications"},"focus":{"script":"scripts/app_control.py focus","description":"Bring an application to the foreground"}} |
| required_permissions | ["execute","application_control"] |
| license | MIT |
| compatibility | AG3NT 1.x |
| metadata | {"author":"ag3nt-team","category":"device-integration","node_capability":"application_control"} |
This skill provides application control on the local system. It can launch applications, open URLs, and manage running processes.
Launching applications requires user approval. The agent will pause and ask for confirmation before:
Launch an application by name.
python scripts/app_control.py launch "notepad"
python scripts/app_control.py launch "Visual Studio Code"
python scripts/app_control.py launch "chrome"
Common app names:
Open a URL in the default browser.
python scripts/app_control.py url "https://example.com"
python scripts/app_control.py url "https://github.com"
Show currently running applications (not all processes).
python scripts/app_control.py list
python scripts/app_control.py list --all # Include background processes
Bring an application window to the foreground.
python scripts/app_control.py focus "notepad"
python scripts/app_control.py focus "chrome"
| Operation | Windows | macOS | Linux |
|---|---|---|---|
| Launch | ✅ start | ✅ open -a | ✅ Various |
| Open URL | ✅ webbrowser | ✅ webbrowser | ✅ webbrowser |
| List apps | ✅ tasklist | ✅ ps | ✅ ps |
| Focus | ⚠️ Limited | ✅ AppleScript | ⚠️ Limited |
Capture images from device camera. Currently a placeholder - camera support depends on device capabilities.
Generate a daily briefing summary for the user
Structured multi-step reasoning tool for complex problem solving with branching, hypothesis testing, and evidence tracking.
A minimal example skill that demonstrates the AG3NT SKILL.md format and contract.
Open files with default applications, reveal files in explorer/finder, and search for files on the system. Requires approval for operations outside workspace.
Periodic system check for proactive updates and reminders