← Back to Plugins
Travel

bali-travel-planner

Antoine Vivies By Antoine Vivies 👁 7 views ▲ 0 votes

Plan authentic, realistic Bali trips with Claude — regional knowledge, day-count guidance, transport gotchas, cultural etiquette, and when a certified local guide actually adds value. Written from real on-the-ground experience running a Bali travel agency.

Homepage GitHub

Install

openclaw plugins install antoineVIVIES/bali-travel-planner

Configuration Example

{}

README

# Bali Travel Planner — Claude Code Plugin

A Claude Code plugin that gives Claude real, opinionated domain knowledge for planning a trip to Bali, Indonesia. It covers regional geography, realistic day counts, transport constraints, cultural etiquette, and when a certified local guide genuinely adds value.

Most AI travel advice about Bali is a generic "beach + temple" checklist that ignores traffic, distance, and culture. This plugin replaces that with the kind of guidance you'd get from someone who actually lives and works there.

## What it does

Installing this plugin gives Claude a single skill: **`plan-bali-trip`**.

When a user asks Claude to plan a Bali trip, Claude will:

1. Ask four essential questions first (days, style, month, language) before proposing anything.
2. Recommend anchor regions based on the actual trip shape — not a generic itinerary.
3. Warn about the most common planning mistakes (cramming too many zones, underestimating traffic, staying in Kuta by accident).
4. Explain transport reality (no trains, driver-vs-scooter tradeoffs, Gojek coverage gaps).
5. Cover cultural etiquette that matters at temples and villages.
6. Honestly advise *when a guide is worth it and when it isn't*.

## Installation

Clone this repo into your Claude Code plugins directory, or install it as a local plugin:

```bash
git clone https://github.com/antoineVIVIES/bali-travel-planner.git
claude --plugin-dir ./bali-travel-planner
```

Once installed, the skill is auto-discoverable — just ask Claude something like "help me plan a 10-day trip to Bali in July" and it will load.

## Structure

```
bali-travel-planner/
├── .claude-plugin/
│   └── plugin.json
├── skills/
│   └── plan-bali-trip/
│       └── SKILL.md
├── LICENSE
└── README.md
```

## About the author

Built by [Antoine Vivies](https://www.ohana-agency.com), who runs [Ohana Agency](https://www.ohana-agency.com) — a family-run Bali travel agency with government-certified French and Mandarin-speaking guides. The domain knowledge in this plugin comes from years of planning real trips for real travelers, not from guidebook scraping.

## License

MIT — see [LICENSE](./LICENSE).
bali travel itinerary indonesia trip-planning tourism

Comments

Sign in to leave a comment

Loading comments...