← Back to Skills Marketplace
ivangdavila

Chile

by Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
273
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install chile
Description
Plan Chile trips with macro-region triage, verified entry rules, long-distance logistics, and practical safety for cities, desert, lakes, and Patagonia.
README (SKILL.md)

Setup

If ~/chile/ doesn't exist or is empty, read setup.md and start naturally.

When to Use

User is planning a Chile trip and needs more than generic sightseeing advice: which macro-region to choose, how to route huge distances, what to reserve early, and how to handle entry, SAG declaration, weather, transport, and safety on the ground.

Architecture

Memory lives in ~/chile/. See memory-template.md for structure.

~/chile/
└── memory.md     # Trip context and evolving constraints

Quick Reference

Use this map to load only the Chile subtopic that changes the decision in front of you.

Topic File
Entry and Compliance
Entry pathway, tourist stay, Rapa Nui rules entry-and-documents.md
SAG declaration, customs, restricted items customs-and-biosecurity.md
Planning Backbone
Macro-regions and route logic regions.md
Sample itineraries (5-21 days) itineraries.md
Domestic flights, buses, airport moves transport-domestic.md
Self-drive and road-trip reality road-trips-and-driving.md
National parks, reservations, permits national-parks.md
Climate and seasonality weather-and-seasonality.md
Budget, cards, cash, and tipping budget-and-payments.md
Apps, eSIM, and connectivity telecoms-and-apps.md
Major Regions and Bases
Santiago and central base strategy santiago.md
Valparaiso and Vina del Mar strategy valparaiso-and-vina.md
San Pedro de Atacama and the north atacama.md
Puerto Varas, Chiloe, and the lake district lake-district-and-chiloe.md
Puerto Natales, Punta Arenas, and Torres patagonia-and-torres-del-paine.md
Aysen and Carretera Austral carretera-austral-and-aysen.md
Rapa Nui entry and visit design rapa-nui.md
Lifestyle and Execution
Food, markets, seafood, and wine food-and-wine.md
Nightlife and evening strategy nightlife.md
Traveling with children family-travel.md
Accessibility planning accessibility.md
Safety and Verification
Emergencies, protests, earthquakes, alerts safety-and-emergencies.md
Official source map sources.md

Core Rules

1. Route by Latitude, Not by FOMO

Chile is long, transfer-heavy, and season-sensitive. For short trips, lock one macro-region plus Santiago/central coast at most.

2. Solve Entry and SAG First

Before building routes, confirm the traveler's entry pathway in entry-and-documents.md and declaration obligations in customs-and-biosecurity.md. Chile is strict about undeclared animal and plant products.

3. Treat Atacama Altitude and Patagonia Weather as Trip-Shaping

Use atacama.md, patagonia-and-torres-del-paine.md, and weather-and-seasonality.md before promising ambitious days. Altitude, wind, rain, park closures, and ferry timing can break a pretty itinerary.

4. Always Offer Two Logistics Models

For each plan provide:

  • A faster flight-heavy version
  • A slower bus/road-heavy version

Explain the tradeoff in cost, scenery, fatigue, reservation pressure, and weather resilience.

5. Price the Full Chain, Not the Headline Fare

Budget using complete Chile trip math: domestic flights, Calama/Puerto Natales transfers, park tickets, refugios or tours, baggage, tolls, and card-vs-cash friction in smaller towns.

6. Flag Incompatible Combos Early

Call out mistakes before the user books:

  • Atacama plus Torres del Paine in a short trip
  • Carretera Austral in bad season without slack
  • Rapa Nui planned without the extra entry requirements
  • Dense city stays in Valparaiso hill areas without mobility review

7. Deliver Operational Plans

Output should include:

  • Best base or base pair
  • Day-by-day flow with transfer windows
  • Reservation deadlines and risk points
  • Weather and altitude notes
  • Backup plan for delays, strikes, or closures

Common Traps

  • Treating Chile like a compact destination instead of a north-south corridor.
  • Trying to do Atacama, lakes, and Patagonia in one short trip.
  • Ignoring Calama, Puerto Natales, and ferry transfer overhead.
  • Arriving to San Pedro and doing the highest-altitude day immediately.
  • Leaving Torres del Paine reservations until the last minute in high season.
  • Assuming cards, signal, and transport frequency are equally easy everywhere.

Security & Privacy

Data that stays local: Trip preferences in ~/chile/

This skill does NOT: Access files outside ~/chile/ or make network requests.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • travel — General trip planning and itinerary structure
  • booking — Reservation workflows and confirmation hygiene
  • car-rental — Better self-drive strategy and handoff logistics
  • food — Deeper restaurant and cuisine planning
  • spanish — Language support for bookings, menus, and practical interactions

Feedback

  • If useful: clawhub star chile
  • Stay updated: clawhub sync
Usage Guidance
This skill appears coherent and low-risk: it only reads/writes a local ~/chile/ folder and uses bundled markdown guidance. Before installing, consider: 1) Are you comfortable the agent will create and store trip preferences in ~/chile/? Delete that folder to remove stored memory. 2) Confirm the platform's permission model — ensure the skill cannot access other filesystem locations. 3) The skill claims no network access, but the included sources.md contains links (including a staging URL). If you rely on live rules (entry/visa), double-check official government sites when booking. If those points are acceptable, the skill is fine to install.
Capability Analysis
Type: OpenClaw Skill Name: chile Version: 1.0.0 The 'Chile' skill bundle is a comprehensive travel planning tool that provides structured information on logistics, entry requirements, and regional travel within Chile. It follows standard OpenClaw patterns by using a local directory (~/chile/) for state persistence and contains no executable code, obfuscation, or instructions for data exfiltration. All external links in sources.md point to legitimate Chilean government and official tourism websites (e.g., chile.travel, serviciomigraciones.cl, sag.gob.cl).
Capability Assessment
Purpose & Capability
The skill's name and description (Chile trip planning) align with its contents: a set of markdown guides and a local memory file. The only requested resource is a config path (~/chile/) which is reasonable for storing trip context.
Instruction Scope
All runtime instructions are document-based and limited to reading/writing the declared ~/chile/ memory file and using the bundled markdown files. The skill instructs creating ~/chile/ and silently reading ~/chile/memory.md for returning users — this is expected for a memory-backed planner but has privacy implications (local storage of trip data). The skill also includes a sources.md with many URLs; the skill does not instruct making network requests, but some links point to a staging host (stg.chile.travel) — verify source freshness if that matters.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code execution beyond creating/reading a local folder. This is low-risk from an install/execution standpoint.
Credentials
The skill requests no environment variables, credentials, or external service tokens. The single declared resource (~/chile/) is proportional to its stated purpose of storing per-trip memory.
Persistence & Privilege
The skill stores persistent state in its own folder (~/chile/) which is normal for a memory-backed helper. It is not always-enabled and does not request elevated privileges. However, it will read and update files in that folder (including reading memory.md 'silently'), so users should be aware of persistent local data created by the skill and how to remove it if desired.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chile
  3. After installation, invoke the skill by name or use /chile
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with verified Chile entry rules, macro-region routing, and practical travel logistics from desert to Patagonia.
Metadata
Slug chile
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Chile?

Plan Chile trips with macro-region triage, verified entry rules, long-distance logistics, and practical safety for cities, desert, lakes, and Patagonia. It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.

How do I install Chile?

Run "/install chile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Chile free?

Yes, Chile is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Chile support?

Chile is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Chile?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments