← 返回 Skills 市场
ivangdavila

Chile

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
273
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chile
功能描述
Plan Chile trips with macro-region triage, verified entry rules, long-distance logistics, and practical safety for cities, desert, lakes, and Patagonia.
使用说明 (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
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chile
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chile 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with verified Chile entry rules, macro-region routing, and practical travel logistics from desert to Patagonia.
元数据
Slug chile
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Chile 是什么?

Plan Chile trips with macro-region triage, verified entry rules, long-distance logistics, and practical safety for cities, desert, lakes, and Patagonia. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。

如何安装 Chile?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chile」即可一键安装,无需额外配置。

Chile 是免费的吗?

是的,Chile 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Chile 支持哪些平台?

Chile 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Chile?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论