{"id":"cdc372ad-3663-4d51-b9d0-d292b2c7e172","shortId":"LyPRJ5","kind":"skill","title":"powerskills-browser","tagline":"Edge browser automation via Chrome DevTools Protocol (CDP). List tabs, navigate, take screenshots, extract page content/HTML, execute JavaScript, click elements, type text, fill forms, scroll. Use when needing to control Edge browser, scrape web content, automate web forms, or ta","description":"# PowerSkills — Browser\n\nEdge browser automation via CDP (Chrome DevTools Protocol).\n\n## Requirements\n\n- Microsoft Edge running with remote debugging:\n  ```powershell\n  Start-Process \"msedge\" -ArgumentList \"--remote-debugging-port=9222\"\n  ```\n- Default port configurable in `config.json` (`edge_debug_port`)\n\n## Actions\n\n```powershell\n.\\powerskills.ps1 browser <action> [--params]\n```\n\n| Action | Params | Description |\n|--------|--------|-------------|\n| `tabs` | | List open browser tabs |\n| `navigate` | `--url URL` | Navigate to URL |\n| `screenshot` | `--out-file path.png [--target-id id]` | Capture page as PNG |\n| `content` | `[--target-id id]` | Get page text content |\n| `html` | `[--target-id id]` | Get full page HTML |\n| `evaluate` | `--expression \"js\"` | Execute JavaScript expression |\n| `click` | `--selector \"#btn\"` | Click element by CSS selector |\n| `type` | `--selector \"#input\" --text \"hello\"` | Type into element |\n| `new-tab` | `--url URL` | Open new tab |\n| `close-tab` | `--target-id id` | Close tab by ID |\n| `scroll` | `--scroll-target top\\|bottom\\|selector` | Scroll page |\n| `fill` | `--fields-json '[{\"selector\":\"#a\",\"value\":\"b\"}]'` | Fill multiple form fields |\n| `wait` | `--seconds N` | Wait N seconds (default: 3) |\n\n## Examples\n\n```powershell\n# List open tabs\n.\\powerskills.ps1 browser tabs\n\n# Navigate and screenshot\n.\\powerskills.ps1 browser navigate --url \"https://example.com\"\n.\\powerskills.ps1 browser screenshot --out-file page.png\n\n# Extract page text\n.\\powerskills.ps1 browser content\n\n# Run JavaScript\n.\\powerskills.ps1 browser evaluate --expression \"document.title\"\n\n# Fill a login form\n.\\powerskills.ps1 browser fill --fields-json '[{\"selector\":\"#user\",\"value\":\"alex\"},{\"selector\":\"#pass\",\"value\":\"secret\",\"submit\":\"#login\"}]'\n```\n\n## Multi-Tab Support\n\nPass `--target-id` (from `tabs` output) to operate on a specific tab. Without it, actions target the first page.\n\n## Fill Fields Format\n\nJSON array of objects with `selector`, `value`, and optional `submit`:\n\n```json\n[\n  {\"selector\": \"#search-input\", \"value\": \"PowerShell automation\"},\n  {\"selector\": \"#filter-type\", \"value\": \"recent\", \"submit\": \"#apply-btn\"}\n]\n```\n\nSupports text inputs, selects, and checkboxes. Last field can include `submit` to click a button.","tags":["browser","powerskills","aloth","agent-skills","ai-agent","ai-tools","automation","browser-automation","cdp","cli","com-automation","desktop-automation"],"capabilities":["skill","source-aloth","skill-browser","topic-agent-skills","topic-ai-agent","topic-ai-tools","topic-automation","topic-browser-automation","topic-cdp","topic-cli","topic-com-automation","topic-desktop-automation","topic-devtools-protocol","topic-edge-browser","topic-json-api"],"categories":["PowerSkills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/aloth/PowerSkills/browser","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add aloth/PowerSkills","source_repo":"https://github.com/aloth/PowerSkills","install_from":"skills.sh"}},"qualityScore":"0.460","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 20 github stars · SKILL.md body (2,263 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T07:01:10.004Z","embedding":null,"createdAt":"2026-04-18T23:06:30.655Z","updatedAt":"2026-04-23T07:01:10.004Z","lastSeenAt":"2026-04-23T07:01:10.004Z","tsv":"'3':199 '9222':71 'action':80,85,275 'alex':249 'appli':309 'apply-btn':308 'argumentlist':66 'array':284 'autom':6,39,48,300 'b':187 'bottom':176 'browser':3,5,35,45,47,83,91,206,212,217,227,232,241 'btn':138,310 'button':325 'captur':108 'cdp':11,50 'checkbox':316 'chrome':8,51 'click':22,136,139,323 'close':161,167 'close-tab':160 'config.json':76 'configur':74 'content':38,112,120,228 'content/html':19 'control':33 'css':142 'debug':60,69,78 'default':72,198 'descript':87 'devtool':9,52 'document.title':235 'edg':4,34,46,56,77 'element':23,140,151 'evalu':130,233 'exampl':200 'example.com':215 'execut':20,133 'express':131,135,234 'extract':17,223 'field':182,191,244,281,318 'fields-json':181,243 'file':102,221 'fill':26,180,188,236,242,280 'filter':303 'filter-typ':302 'first':278 'form':27,41,190,239 'format':282 'full':127 'get':117,126 'hello':148 'html':121,129 'id':106,107,115,116,124,125,165,166,170,263 'includ':320 'input':146,297,313 'javascript':21,134,230 'js':132 'json':183,245,283,293 'last':317 'list':12,89,202 'login':238,255 'microsoft':55 'msedg':65 'multi':257 'multi-tab':256 'multipl':189 'n':194,196 'navig':14,93,96,208,213 'need':31 'new':153,158 'new-tab':152 'object':286 'open':90,157,203 'oper':268 'option':291 'out-fil':100,219 'output':266 'page':18,109,118,128,179,224,279 'page.png':222 'param':84,86 'pass':251,260 'path.png':103 'png':111 'port':70,73,79 'powershel':61,81,201,299 'powerskil':2,44 'powerskills-brows':1 'powerskills.ps1':82,205,211,216,226,231,240 'process':64 'protocol':10,53 'recent':306 'remot':59,68 'remote-debugging-port':67 'requir':54 'run':57,229 'scrape':36 'screenshot':16,99,210,218 'scroll':28,171,173,178 'scroll-target':172 'search':296 'search-input':295 'second':193,197 'secret':253 'select':314 'selector':137,143,145,177,184,246,250,288,294,301 'skill' 'skill-browser' 'source-aloth' 'specif':271 'start':63 'start-process':62 'submit':254,292,307,321 'support':259,311 'ta':43 'tab':13,88,92,154,159,162,168,204,207,258,265,272 'take':15 'target':105,114,123,164,174,262,276 'target-id':104,113,122,163,261 'text':25,119,147,225,312 'top':175 'topic-agent-skills' 'topic-ai-agent' 'topic-ai-tools' 'topic-automation' 'topic-browser-automation' 'topic-cdp' 'topic-cli' 'topic-com-automation' 'topic-desktop-automation' 'topic-devtools-protocol' 'topic-edge-browser' 'topic-json-api' 'type':24,144,149,304 'url':94,95,98,155,156,214 'use':29 'user':247 'valu':186,248,252,289,298,305 'via':7,49 'wait':192,195 'web':37,40 'without':273","prices":[{"id":"5bdee10f-3b93-475f-88af-09ceb304e0c6","listingId":"cdc372ad-3663-4d51-b9d0-d292b2c7e172","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"aloth","category":"PowerSkills","install_from":"skills.sh"},"createdAt":"2026-04-18T23:06:30.655Z"}],"sources":[{"listingId":"cdc372ad-3663-4d51-b9d0-d292b2c7e172","source":"github","sourceId":"aloth/PowerSkills/browser","sourceUrl":"https://github.com/aloth/PowerSkills/tree/main/skills/browser","isPrimary":false,"firstSeenAt":"2026-04-18T23:06:30.655Z","lastSeenAt":"2026-04-23T07:01:10.004Z"}],"details":{"listingId":"cdc372ad-3663-4d51-b9d0-d292b2c7e172","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"aloth","slug":"browser","github":{"repo":"aloth/PowerSkills","stars":20,"topics":["agent-skills","ai-agent","ai-tools","automation","browser-automation","cdp","cli","com-automation","desktop-automation","devtools-protocol","edge-browser","json-api","llm-tools","outlook","powershell","powershell-module","powershell-script","system-info","windows","windows-automation"],"license":"mit","html_url":"https://github.com/aloth/PowerSkills","pushed_at":"2026-03-22T21:40:08Z","description":"PowerShell automation toolkit for AI agents - Outlook, Edge browser, desktop, and system control via structured JSON.","skill_md_sha":"d21ac53fa2328579df3258a00e572e3ed9506c2a","skill_md_path":"skills/browser/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/aloth/PowerSkills/tree/main/skills/browser"},"layout":"multi","source":"github","category":"PowerSkills","frontmatter":{"name":"powerskills-browser","license":"MIT","description":"Edge browser automation via Chrome DevTools Protocol (CDP). List tabs, navigate, take screenshots, extract page content/HTML, execute JavaScript, click elements, type text, fill forms, scroll. Use when needing to control Edge browser, scrape web content, automate web forms, or take browser screenshots on Windows. Requires Edge with --remote-debugging-port=9222."},"skills_sh_url":"https://skills.sh/aloth/PowerSkills/browser"},"updatedAt":"2026-04-23T07:01:10.004Z"}}