OpenClaw Automates Restaurant Bookings with OpenTable Skill

An OpenClaw user has automated their restaurant booking process by creating a custom skill for the OpenTable reservation platform. The setup involves logging OpenClaw into a personal OpenTable account and configuring it to read dining preferences from a markdown file.
How It Works
The user followed these specific steps based on the source:
- Logged OpenClaw into their personal OpenTable account.
- Created a custom "OpenTable booking skill" within OpenClaw.
- Configured OpenClaw to read preferences from a file named
food.mdto understand what types of restaurants to book. - The agent now automatically searches for and books restaurants based on those preferences.
Practical Results
The user reports that OpenClaw has successfully booked multiple restaurants, specifically mentioning Bocconcino, OITA, and Trishna. The automation has booked their Saturday night dates through April 11th, eliminating what was previously a weekly manual task of finding restaurants for weekend dates.
This type of automation is particularly useful for developers who want to delegate repetitive personal tasks to their AI coding agents. The approach demonstrates how custom skills can extend OpenClaw's capabilities beyond coding tasks into practical life automation.
The user is now considering what other booking tasks could be automated using similar skill-based approaches.
📖 Read the full source: r/openclaw
👀 See Also

User Creates HTML Converter for Claude Chat Exports Using Claude Itself
A non-coder used Claude to build a converter that transforms Claude's native JSON chat exports into readable HTML with color-coded messages, collapsible conversations, and organization by date and time.

Recovering Deleted Apple Music Playlists with Claude Cowork
A user recovered 75 playlists and 8,185 tracks after accidentally deleting their entire Apple Music library. Claude Cowork parsed Apple's data export files, wrote Python scripts for analysis, generated AppleScripts for restoration, and built custom HTML tools to handle missing tracks.

Developer Builds and Ships Mobile Game Using Claude Code
A developer used Claude Code to build and ship a full mobile game called Blaster Balls, a physics-based puzzle game for Android. The AI handled core gameplay systems, project structure, UI overlays, and feature iteration while the developer focused on game feel, mechanics, and monetization.

Connecting OpenClaw to a Rotary Phone via SIP and Speech APIs
A developer connected a Benotek rotary phone to OpenClaw using a Grandstream HT801 v2 ATA, Twilio SIP, Deepgram for speech-to-text, and ElevenLabs for text-to-speech, with audio streaming via WebSocket and ngrok.