ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

otto-travel-local

OpenClaw plugin for Otto Travel — search, compare, and book flights and hotels via Otto's MCP endpoint.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cd-otto/otto-travel-local
Or

Otto Travel Local

OpenClaw plugin for Otto Travel — search, compare, and book flights and hotels via Otto's MCP endpoint.

Install

openclaw plugins install ./openclaw-otto-travel

Configuration

In your openclaw.json:

{
  "plugins": {
    "entries": {
      "openclaw-otto-travel": {
        "config": {
          "serverUrl": "https://api.ottotheagent.com/mcp"
        }
      }
    }
  }
}

Tools

Tools are discovered dynamically from the MCP server:

  • search_flights / book_flight
  • search_hotels / book_hotel
  • get_bookings
  • Preference and loyalty program management

Security

Uses OAuth 2.1; tokens stored securely at ~/.openclaw/.otto-tokens.json.

Metadata

Author@cd-otto
Stars4017
Views1
Updated2026-04-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cd-otto-otto-travel-local": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.