Skills browser-booking-agent

Execute booking/search flows via browser automation with verification artifacts. Use for reservation forms, availability checks, and capture of proof (screenshots/confirmation IDs).

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/austineyapp/browser-booking-agent" ~/.claude/skills/openclaw-skills-browser-booking-agent && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/austineyapp/browser-booking-agent" ~/.openclaw/skills/openclaw-skills-browser-booking-agent && rm -rf "$T"
manifest: skills/austineyapp/browser-booking-agent/SKILL.md
source content

Browser Booking Agent

Workflow

  1. Confirm task scope and required fields.
  2. Navigate and complete booking/search flow.
  3. Capture verification: screenshot + confirmation ID/details.
  4. Return concise status: completed / blocked / needs user input.

Guardrails

  • Never submit payment without explicit user approval.
  • If blocked by captcha/login/2FA, stop and request user action.
  • Preserve evidence of critical steps.

References

  • Read
    references/verification-checklist.md
    .