← 返回 Skills 市场
ivangdavila

Colombia

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
271
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install colombia
功能描述
Plan Colombia trips with region-specific routing, verified entry rules, weather-aware logistics, and practical tourist safety.
使用说明 (SKILL.md)

Setup

If ~/colombia/ does not exist or is empty, read setup.md and start naturally.

When to Use

User is planning a Colombia trip and needs practical guidance beyond generic advice: entry requirements, region choice, route design, altitude and climate fit, transport tradeoffs, and on-the-ground execution.

Architecture

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

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

Quick Reference

Topic File
Entry and Border
Visa, Check-Mig, stay limits, health docs entry-and-documents.md
Customs, cash declarations, island and border notes customs-and-border.md
Planning Backbone
Regions and route strategy regions.md
Sample itineraries (7-21 days) itineraries.md
Accommodation strategy accommodation.md
Budget and cost planning budget-and-costs.md
Payments, cards, and cash norms tipping-and-payments.md
Transport
Flights, buses, boats, and urban systems transport-domestic.md
Driving and road trips road-trips-and-driving.md
Nature and Parks
Parks, permits, closures, and jungle planning national-parks.md
Major Regions and Cities
Bogota playbook bogota.md
Medellin and Antioquia playbook medellin-and-antioquia.md
Cartagena and Caribbean coast playbook cartagena-and-caribbean.md
Coffee Region playbook coffee-region.md
Cali and Pacific playbook cali-and-pacific.md
Santander and eastern Andes playbook santander-and-eastern-andes.md
Colonial cities and Boyaca playbook colonial-cities-and-boyaca.md
Amazon and Llanos playbook amazon-and-llanos.md
San Andres and Providencia playbook san-andres-and-providencia.md
Lifestyle and Execution
Food by region and style food-guide.md
Nightlife strategy by city type nightlife.md
Traveling with children family-travel.md
Accessibility strategy accessibility.md
Safety and Conditions
Emergencies, protests, health, and scams safety-and-emergencies.md
Climate, rain cycles, altitude, and surf windows weather-and-seasonality.md
Tools
Connectivity and useful apps telecoms-and-apps.md
Research sources map sources.md

Core Rules

1. Route by Geography and Altitude, Not by Hype

Anchor around one macro-region per week. Colombia looks compact on the map, but mountain transfers, flight reliability, and altitude shifts shape trip quality more than attraction count.

2. Clear Entry and Health Risk Before Itinerary Work

Use entry-and-documents.md first: visa-free vs visa-needed, Check-Mig timing, stay length, onward proof, and yellow-fever exposure if Amazon, Llanos, jungle Caribbean, or certain parks are in scope.

3. Choose Transport by Terrain

Always offer at least two route models when relevant:

  • Flight-heavy for cross-country jumps or island/Amazon segments
  • Bus or road-heavy for one region where scenery and stop control matter

4. Make Every Plan Microclimate-Aware

Use weather-and-seasonality.md and national-parks.md before locking outdoor days. Bogota cold, Caribbean heat, Pacific rain, Andean landslides, and Amazon river conditions can break a naive plan.

5. Price the Real Colombia Trip

Budget with actual trip math: airport transfers, baggage, cash-only moments, tolls, island and jungle logistics, park or boat surcharges, and higher costs in holiday peaks.

6. Flag Tourist Traps Proactively

Call out common mistakes before users commit:

  • Bogota, Medellin, and Cartagena in 4-5 rushed days
  • Long overnight road legs in rainy mountain corridors
  • Beach-first plans with no heat or humidity tolerance
  • Amazon or island planning without vaccine and weather checks

7. Deliver Actionable Plans

Output should include:

  • Base city strategy
  • Day-by-day flow with realistic transfer windows
  • Booking deadlines for flights, boats, parks, or islands
  • Backup plan for rain, landslides, or protests
  • Safety and emergency quick notes

Common Traps

  • Treating Colombia like a fast country-hop instead of a terrain-driven trip.
  • Ignoring altitude, humidity, or yellow-fever planning until after bookings.
  • Assuming buses are always the budget winner when a short domestic flight saves a full day.
  • Booking beach or island stays without sea and weather buffers.
  • Choosing accommodation by nightly rate only, ignoring neighborhood safety and airport friction.
  • Overpacking regions instead of building two or three strong bases.

Security & Privacy

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

This skill does NOT: Access files outside ~/colombia/ 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
  • food — Deeper culinary planning for each destination
  • esim — Better mobile-data setup before arrival
  • spanish — Language support for bookings, transport, and daily interactions

Feedback

  • If useful: clawhub star colombia
  • Stay updated: clawhub sync
安全使用建议
This skill appears coherent and appropriate for trip planning. Before installing, consider: (1) It stores trip details in ~/colombia/ — avoid putting extremely sensitive information (full passport numbers, copies of IDs, or unencrypted vaccine certificates) into memory.md unless you trust local storage and backups. (2) The skill states it makes no network requests and requests no credentials; verify your platform enforces that (if you have strict privacy needs, confirm the agent runtime cannot exfiltrate files). (3) If you plan to store sensitive documents, keep them outside the skill memory or use placeholders and store originals in a secure password manager. Otherwise this skill is proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: colombia Version: 1.0.0 The 'Colombia' skill bundle is a comprehensive travel planning guide. It contains no executable code, only markdown-based instructions and informational content regarding Colombian travel logistics, safety, and regional playbooks. The skill follows standard OpenClaw patterns by maintaining trip state in a local directory (~/colombia/) and explicitly states it does not perform network requests or access sensitive files. All external links in sources.md point to legitimate government and tourism domains (e.g., cancilleria.gov.co, minsalud.gov.co).
能力评估
Purpose & Capability
Name and description (Colombia trip planning) match the declared requirements: no binaries, no credentials, and a single config path (~/colombia/) used for storing trip memory and local reference files. The many region/playbook markdown files correspond directly to the described functionality.
Instruction Scope
SKILL.md instructs the agent to read and write files under ~/colombia/ (create memory.md from memory-template.md, reuse it on return visits) and to consult many local markdown playbooks. That scope is appropriate for a planner, but the skill will collect personal trip details (passport nationality, health/vaccine notes, arrival/departure cities). Users should be aware those are personal/PII stored on disk. The skill explicitly states it does not access files outside ~/colombia/ or make network requests; that is consistent with being instruction-only and having no install spec.
Install Mechanism
No install specification and no code files — instruction-only content (markdown) — so nothing is downloaded or executed on install. This is the lowest-risk install model and is proportionate for a guide.
Credentials
The skill requires no environment variables, no credentials, and only a single config path (~/colombia/). Those requirements are proportional to the stated purpose (local trip memory). There are no unexpected credential requests or unrelated service keys.
Persistence & Privilege
The skill persists memory in ~/colombia/ by design. 'always' is false and the skill does not request elevated platform privileges. The main privacy consideration is local persistence of sensitive trip data (passport, vaccine info, onward proof) — this is expected for trip planning but users should confirm they are comfortable storing such data at that path and understand how platform backups or sync might handle it.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install colombia
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /colombia 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with verified Colombia entry rules, region playbooks, and practical tourist logistics.
元数据
Slug colombia
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Colombia 是什么?

Plan Colombia trips with region-specific routing, verified entry rules, weather-aware logistics, and practical tourist safety. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 Colombia?

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

Colombia 是免费的吗?

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

Colombia 支持哪些平台?

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

谁开发了 Colombia?

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

💬 留言讨论