← Back to list

browser-research
by kokatsu
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: browser-research description: Research web pages using agent-browser and summarize documentation or articles. Use when investigating URLs, checking page content, or summarizing documents. allowed-tools: Bash(agent-browser:*), Read, Write
Browser Research Skill
Research web pages using agent-browser CLI and summarize content.
Usage
/browser-research <URL> [research topic or question]
Workflow
1. Open the page
agent-browser open "<URL>"
2. Get page structure
agent-browser snapshot --compact
Use --compact to remove empty structural elements for cleaner output.
3. Get detailed content if needed
Get text from specific element:
agent-browser get text "@ref"
Get full page text:
agent-browser eval "document.body.innerText"
4. Handle long pages
Scroll to load more content:
agent-browser scroll down 500
agent-browser snapshot --compact
5. Navigate to linked pages
Click a link:
agent-browser click "@ref"
agent-browser snapshot --compact
Go back:
agent-browser back
6. Close when done
agent-browser close
Output Format
Always respond in Japanese. Summarize findings in the following format:
- 概要 (Overview): Main topic and purpose of the page
- 主要ポイント (Key Points): Important information as bullet points
- 詳細 (Details): Detailed explanations as needed
- 関連リンク (Related Links): Additional resources to reference
Notes
- Close existing session with
agent-browser closebefore opening a new page - For JavaScript-heavy pages, wait before snapshot:
agent-browser wait 2000 - Cannot access pages requiring authentication
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon