LaunchKit · 2026
Back to Skills

scanwow-sync

Sync your OpenClaw agent with the ScanWow iOS app.

0
330 downloads
by @brandons7

Setup & Installation

openclaw skills install @brandons7/scanwow-sync

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install scanwow-sync

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.

INPUT

User scans a printed invoice with ScanWow on their iPhone

AGENT
  1. 1ScanWow sends a POST request with OCR-extracted text to the configured webhook URL
  2. 2Webhook server validates the Bearer token in the Authorization header
  3. 3Server parses the JSON payload and extracts the text field
  4. 4Extracted text is written to a .md file named after the scan's UUID
OUTPUT

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.

ScanWow app installed on an iOS devicePublicly accessible URL for the webhook server (via ngrok, Cloudflare Tunnel, or a public host)