snapapi-openclaw
v1.1.0
Published
OpenClaw plugin for SnapAPI — gives every agent screenshot, analyze, metadata, pdf, render, and batch tools
Maintainers
Readme
snapapi-openclaw
OpenClaw plugin for SnapAPI — gives every agent in your OpenClaw workspace web intelligence superpowers.
Tools registered
| Tool | Description |
|------|-------------|
| snapapi_screenshot | Capture any URL as PNG/JPEG/WebP |
| snapapi_metadata | Extract title, OG tags, links, headings |
| snapapi_analyze | Structured page analysis (CTA, tech stack, forms) |
| snapapi_render | Render raw HTML to an image |
| snapapi_batch | Process multiple URLs in parallel |
| snapapi_usage | Check your API quota |
Install
openclaw plugins install snapapi-openclawConfigure
openclaw plugins config snapapi
# Prompts for: apiKey (get one free at https://snapapi.tech)Or set in openclaw.json:
{
"plugins": {
"snapapi": {
"apiKey": "snap_your_key_here"
}
}
}Usage (in an agent prompt)
Use snapapi_screenshot to capture https://example.com and describe the page layout.Use snapapi_analyze on https://competitor.com to extract their primary CTA and tech stack.Use snapapi_batch to analyze ["https://a.com", "https://b.com", "https://c.com"] and compare their page types.Free tier
100 requests/month free — no credit card. Get your key at snapapi.tech.
