web-search-scraper-api-skill

v1.0.0

This skill helps users automatically extract complete Markdown content from any website via the BrowserAct Web Search Scraper API. The Agent should proactive...

0· 105·0 current·0 all-time
bybrowser-act@browseract-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask to extract Markdown from webpages via the BrowserAct Web Search Scraper API; the skill only requires python and BROWSERACT_API_KEY and calls api.browseract.com — this is proportional and expected.
Instruction Scope
SKILL.md instructs the agent to run the included Python script with a target_url and to request the BROWSERACT_API_KEY from the user if missing. The instructions do not direct reading unrelated files, scanning system state, or posting data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The included script uses the 'requests' library but the skill does not declare or install Python dependencies — an operator may need to pip-install requests before running.
Credentials
Only BROWSERACT_API_KEY is required and is necessary to authenticate to the BrowserAct API. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always:false and normal model invocation are used. The skill does not request persistent system-level changes or modify other skills' configs.
Assessment
This skill appears coherent: it will send the target URL and your provided BROWSERACT_API_KEY to BrowserAct's api.browseract.com and print the returned markdown. Before installing, confirm you trust BrowserAct and understand any costs or privacy implications of sending page content and your API key to that service. Ensure the execution environment has Python and the 'requests' package (pip install requests) before running. Do not share your API key with untrusted agents or parties; the script will print the full API response (which may include metadata), so avoid sending highly sensitive URLs or data through it. Also verify that scraping the target site is allowed by the site's terms of service and robots rules.

Like a lobster shell, security has layers — review code before you run it.

latestvk978rbdw40x67gf4j6zw1qwncx838bpd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌐 Clawdis
Binspython
EnvBROWSERACT_API_KEY

Comments