Screenshot
clawhub2 platformsScreen Capture Very Easy
3.7
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
1.2K
clawhub install screenshotQuickly capture website screenshots using Screenshotone service with dynamic page rendering support
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install screenshotone # Then just tell Claude: "use Screenshotone to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install screenshotone
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
membrane from the terminal:npm install -g @membranehq/cli
membrane login --tenant
membrane login complete <code>. membrane search screenshotone --elementType=connector --json
Take the connector ID from output.items[0].element?.id, then:
membrane connect --connectorId=CONNECTOR_ID --json
The user completes authentication in the browser. The output contains the new connection id. membrane connection list --json
If a ScreenshotOne connection exists, note its connectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json
This will return action objects with id and inputSchema in it, so you will know how to run it.npx @membranehq/cli@latest action list --intent=QUERY --connectionId=CONNECTION_ID --json to discover available actions.membrane action run --connectionId=CONNECTION_ID ACTION_ID --json
membrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"
membrane request CONNECTION_ID /path/to/endpoint
-X, --method | HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| -H, --header | Add a request header (repeatable), e.g. -H "Accept: application/json" |
| -d, --data | Request body (string) |
| --json | Shorthand to send a JSON body and set Content-Type: application/json |
| --rawData | Send the body as-is without any processing |
| --query | Query-string parameter (repeatable), e.g. --query "limit=10" |
| --pathParam | Path parameter (repeatable), e.g. --pathParam "id=123" |membrane action list --intent=QUERY (replace QUERY with your intent) to find existing actions before writing custom API calls. Pre-built actions handle pagination, field mapping, and edge cases that raw API calls miss.clawhub screenshotone --url https://clawhub.ai --viewport 1920x1080 --format png --output website-screenshot.pngCapture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
clawhub install screenshot