Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects an OpenClaw agent to the ScanWow iOS app via an HTTP webhook. When you scan a document in ScanWow, the OCR-extracted text is posted to your webhook server and saved to your agent's workspace. Requires a publicly accessible endpoint.
Scans arrive in your agent's workspace the moment you save in the app, without manual copy-paste or file transfers.
When to use it
- Scanning printed invoices directly into an expense-tracking agent
- Capturing whiteboard notes after a meeting
- Digitizing physical mail for archiving
- Extracting text from business cards on the go
- Sending scanned contracts to an agent for review
Example Workflow
Here's how your AI assistant might use this skill in practice.
User scans a printed invoice with ScanWow on their iPhone
- 1ScanWow sends a POST request with OCR-extracted text to the configured webhook URL
- 2Webhook server validates the Bearer token in the Authorization header
- 3Server parses the JSON payload and extracts the text field
- 4Extracted text is written to a .md file named after the scan's UUID
Invoice text saved as scan_{uuid}.md in the agent's workspace, ready for processing
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.