Loading...
Loading...
AI-powered web research assistant that leverages BrowserAct API to supplement restricted web access by searching the internet for additional information. Designed for OpenClaw and Claude Code.
npx skill4agent add browser-act/skills web-research-assistant| Platform | Status | Installation |
|---|---|---|
| OpenClaw | ✅ Highly Recommended | Copy to |
| Claude Code | ✅ Highly Recommended | Native skill support |
| OpenCode | ✅ Fully Supported | Copy to |
| Cursor | ✅ Fully Supported | Copy to |
BROWSERACT_API_KEY"Please provide your BrowserAct API Key from BrowserAct Console to enable web research capabilities."
| Parameter | Type | Default | Description |
|---|---|---|---|
| string | - | Research topic or question |
| string | Search engine (google, bing, duckduckgo) | |
| number | 10 | Results to retrieve (1-50) |
| string | all | Content filter (all, news, articles, data) |
| string | past_month | Time filter (anytime, past_day/week/month/year) |
# Basic research
python web-research-assistant/scripts/research.py "AI technology trends"
# Deep research with more results
python web-research-assistant/scripts/research.py "competitor analysis" --max-results 20
# Current news research
python web-research-assistant/scripts/research.py "market trends" --content-type news
# Save to file
python web-research-assistant/scripts/research.py "industry data" -o research_report.mdResearch Request → BrowserAct Search → Data Extraction → Validation → Final Reportamazon-competitor-analyzergoogle-maps-search-api-skillgoogle-news-api-skillTEMPLATE_ID_HERE