Capture a full-page screenshot of any URL.
MicrolinkOnce your agent is connected, it calls this tool by name.
web_screenshot { "url": "…" }| url | string · required — The URL to screenshot |
Run it with your account. You only pay for the call.
curl -X POST https://skillrune.com/api/run \
-H "Authorization: Bearer skillrune_sk_..." \
-d '{"tool":"web.screenshot","input":{"url":""}}'// Fill the input and hit Run.