agent-browser
使用代理瀏覽器自動化網頁任務
Également disponible depuis: inference-sh-9,inferen-sh,inference-shell,toolshell,inference-sh-8,inferencesh,skillssh,inference-sh-0,supercent-io,tul-sh,vercel-labs
手動瀏覽工作流程緩慢且容易出錯。此技能可自動化導航、表單填寫和資料擷取,讓團隊能夠一致地重複執行網頁任務。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "agent-browser". Open a page and list element refs for the login form.
Résultat attendu:
Returned a session id and refs for email, password, and submit button.
Utilisation de "agent-browser". Record a session while navigating to the pricing page.
Résultat attendu:
- Video file returned on close
- Screenshot captured at the pricing section
Audit de sécurité
Risque moyenStatic findings mostly reflect documentation examples and shell templates for the infsh CLI. No evidence of malicious intent was found, but the skill documents cookie extraction and session storage access, which can expose sensitive data if misused.
Problèmes à risque moyen (2)
Problèmes à risque faible (3)
Facteurs de risque
⚙️ Commandes externes (500)
📁 Accès au système de fichiers (18)
🌐 Accès réseau (62)
Motifs détectés
Score de qualité
Ce que vous pouvez construire
QA 回歸測試執行
QA 工程師在各個環境中自動化表單提交並擷取螢幕截圖。
資料收集
資料分析師使用可重複的流程從網頁中擷取結構化資訊。
支援重現問題
客戶支援團隊重現使用者問題並錄製影片以便上報。
Essayez ces prompts
Open https://example.com and return element refs for the main content area and the primary action button.
Open https://example.com/login, fill the email and password fields, submit the form, then resnapshot.
Navigate to https://example.com/settings, take a full page screenshot, then close and return the video.
Open https://example.com using proxy http://proxy.example.com:8080, run JavaScript to count h2 tags, and report the count.
Bonnes pratiques
- 使用環境變數存放憑證,避免硬編碼密碼
- 在導航後重新擷取快照,然後再重複使用元素引用
- 關閉工作階段以釋放資源並完成錄製
Éviter
- 在導航後重複使用過時的引用
- 在提示詞或腳本中嵌入密碼
- 在未驗證來源的情況下執行 curl 安裝命令