Back to Registry View Author Profile
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-localOr
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_flightsearch_hotels/book_hotelget_bookings- Preference and loyalty program management
Security
Uses OAuth 2.1; tokens stored securely at ~/.openclaw/.otto-tokens.json.
Metadata
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.