← Back to Skills Marketplace
ivangdavila

Colombia

by Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
271
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install colombia
Description
Plan Colombia trips with region-specific routing, verified entry rules, weather-aware logistics, and practical tourist safety.
README (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
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install colombia
  3. After installation, invoke the skill by name or use /colombia
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with verified Colombia entry rules, region playbooks, and practical tourist logistics.
Metadata
Slug colombia
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Colombia?

Plan Colombia trips with region-specific routing, verified entry rules, weather-aware logistics, and practical tourist safety. It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.

How do I install Colombia?

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

Is Colombia free?

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

Which platforms does Colombia support?

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

Who created Colombia?

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

💬 Comments