apps/process-explorer/SKILL.md
# Process Explorer Monitor and control all running agents, windows, and browser tabs in real-time. ## Capabilities - **Agents tab**: Lists all agents (monitor, app, ephemeral, session) with busy/idle status. Can interrupt running agents. - **Windows tab**: Lists all open windows with renderer type, size, and lock status. Can close windows. - **Browsers tab**: Lists all open browser tabs with URL and title. Can close tabs. - Dashboard cards show summary counts and act as tab selectors. - Auto-
npx skillsauth add sorryhyun/yaar apps/process-explorerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Monitor and control all running agents, windows, and browser tabs in real-time.
State keys:
stats — overview with agent stats, window count, browser countagents — array of { id, type, busy? }windows — array of { id, title, renderer, size, locked, appId? }browsers — array of { id, url, title }Commands:
refresh — force refresh all datainterruptAgent({ agentId }) — interrupt a running agentcloseWindow({ windowId }) — close a windowcloseBrowser({ browserId }) — close a browser tabdevelopment
# Word Lite A compiled TypeScript application. ## Launch Open this app in an iframe window: ``` invoke('yaar://windows/word-lite', { action: "create", title: "Word Lite", renderer: "iframe", content: "yaar://apps/word-lite" }) ```
development
# Video Viewer Lite A compiled TypeScript application. ## Launch Open this app in an iframe window: ``` create({ uri: "video-viewer-lite", title: "Video Viewer Lite", renderer: "iframe", content: "yaar://apps/video-viewer-lite" }) ```
development
# Video Editor Lite A compiled TypeScript application. ## Launch Open this app in an iframe window: ``` invoke('yaar://windows/video-editor-lite', { action: "create", title: "Video Editor Lite", renderer: "iframe", content: "yaar://apps/video-editor-lite" }) ```
tools
# 특이점이 온다 (thesingularity-reader) DCinside "특이점이 온다" 마이너 갤러리 리더. 게시물 목록, 본문, 댓글을 읽고 로그인 후 댓글 작성까지 지원한다. ## Launch ``` invoke('yaar://windows/thesingularity-reader', { action: "create", title: "특이점이 온다", renderer: "iframe", content: "yaar://apps/thesingularity-reader" }) ``` ## Architecture decisions ### Why browser automation (yaar-web) for fetching DCinside serves dynamic, JavaScript-rendered pages with aggressive bot protection (Cloudflare, cookie gating). A simple HTTP fetch ret