OpenClaw Setup

Draft setup notes for the first OpenClaw-specific Kinetic workflow path.

Overview

This is a placeholder for the OpenClaw setup path. Replace the TODOs with the exact install, configuration, and verification steps once the integration details are fixed.

Goals

  • Define what OpenClaw receives from Kinetic.
  • Document any required local service, token, or device setup.
  • Show how to trigger the OpenClaw workflow from a screenshot.
  • Provide a clear success signal for verification.

Configuration

Add the required environment variables or app settings here.

# TODO: replace with the real OpenClaw configuration.
OPENCLAW_ENDPOINT=
OPENCLAW_TOKEN=

Run the workflow

  1. Start the Kinetic service.
  2. Confirm the OpenClaw target is reachable.
  3. Capture or select a screenshot that should trigger the OpenClaw path.
  4. Run the Kinetic action.
  5. Confirm OpenClaw receives the expected payload.

Verification checklist

  • Kinetic can reach the OpenClaw endpoint.
  • The payload contains the expected screenshot context.
  • Errors are visible in logs or UI state.
  • The final OpenClaw action is observable by the tester.