ikuzo
Manage maps, spots, and travel plans on Ikuzo (ikuzo.app) — a location-based exploration app. Use when creating/editing maps, adding/searching spots, planning trips with day-by-day itineraries, finding nearby places, or managing travel logistics. Triggers on map management, spot tracking, trip planning, location discovery, and "where should I go" questions.
Why use this skill?
Integrate Ikuzo with OpenClaw to automate travel planning, map management, and spot discovery. Build itineraries and find nearby places easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jordymeow/ikuzoWhat This Skill Does
The ikuzo skill integrates OpenClaw with Ikuzo.app, a powerful location-based exploration platform. This skill empowers your AI agent to act as a personal travel planner and map curator. By interfacing with the Ikuzo JSON-RPC 2.0 API, the agent can programmatically manage your maps, discover new spots, build comprehensive day-by-day itineraries, and retrieve location-specific travel data. Whether you are looking to organize a bucket list of destinations or manage logistics for an upcoming trip, this skill provides the necessary hooks to manipulate map data, filter spots by status, type, or geographic proximity, and structure travel steps into coherent plans.
Installation
To integrate this skill into your OpenClaw environment, use the command-line interface as follows:
clawhub install openclaw/skills/skills/jordymeow/ikuzo
Once installed, ensure your authentication token is correctly configured in your user settings or environment variables to allow the agent to authorize requests against the Ikuzo API.
Use Cases
- Travel Itinerary Building: Automatically assemble trip plans by adding destination spots into daily sequential steps.
- Location Discovery: Find hidden gems nearby using geocoding data and radius-based searching.
- Map Management: Create organized maps for different interest categories (e.g., 'Best Coffee in Tokyo' or 'Hidden Architecture') and maintain spot lists.
- Seasonal Planning: Use time-based filters to find spots that align with specific travel dates or seasonal moments.
- Logistical Organization: Retrieve specific spot details or check current list statuses to prioritize what to visit next.
Example Prompts
- "I'm heading to Kyoto next month. Can you find all the spots I've marked as 'To Visit' within 5km of my hotel and put them into a new 3-day itinerary?"
- "Look at my 'Favorite Cafes' map and tell me which ones are closest to my current coordinates."
- "Create a new map called 'Summer 2026 Trip' and add a new day step titled 'Arrival' to it."
Tips & Limitations
- Efficiency: Always use the
fieldsparameter inspots_listcalls to reduce the payload size and save tokens. - Reliability: Before performing complex operations, call the
schematool to ensure you are using valid types, statuses, and periods for your specific Ikuzo account configuration. - Data Management: Remember that
spots_deleteis soft-deletable, allowing for recovery if an accidental removal occurs. - Range Constraints:
spots_nearbyhas a maximum radius of 500km; for broader regional discovery, utilizespots_boxfor bounding-box queries.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jordymeow-ikuzo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api