← 返回 Skills 市场
ivangdavila

Dominican Republic

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
242
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dominican-republic
功能描述
Plan Dominican Republic trips with beach-region routing, verified entry steps, off-resort logistics, and practical local safety.
使用说明 (SKILL.md)

When to Use

User is planning a Dominican Republic trip and needs execution help beyond generic resort marketing: entry rules, which coast fits the trip, resort vs independent travel tradeoffs, city and beach base strategy, transport reality, weather timing, and practical local safety.

Architecture

Memory lives in ~/dominican-republic/. If ~/dominican-republic/ does not exist or is empty, run setup.md. See memory-template.md for structure.

~/dominican-republic/
└── memory.md     # Trip context, route logic, and evolving constraints

Data Storage

  • ~/dominican-republic/memory.md stores durable trip context, route decisions, and constraints for future Dominican Republic planning.
  • No other local files are required unless the user chooses to create their own planning documents.

Quick Reference

Use this map to load only the decision module that changes the plan in front of you.

Topic File
Entry and Compliance
Entry flow, passport logic, e-ticket, onward proof entry-and-documents.md
Official source map for re-checking moving parts sources.md
Planning Backbone
Coast and region choice regions.md
Sample itineraries for 4-12 days itineraries.md
Where to stay by trip style accommodation.md
Budget framing budget-and-costs.md
Cards, cash, taxes, tipping, and payment reality payments-and-money.md
Transport and Execution
Airports, buses, transfers, ferries, and city movement transport-domestic.md
Rental-car fit, toll roads, and driving risk road-trips-and-driving.md
Connectivity, ride-hailing, maps, and booking tools telecoms-and-apps.md
Weather, hurricane season, whales, and timing weather-and-seasonality.md
Major Bases and Regions
Santo Domingo city strategy santo-domingo.md
Punta Cana, Bavaro, and Cap Cana punta-cana-and-bavaro.md
Samana, Las Terrenas, and Las Galeras logic samana-and-las-terrenas.md
Puerto Plata, Sosua, and Cabarete puerto-plata-cabarete-and-sosua.md
Bayahibe, La Romana, Saona, and diving fit bayahibe-and-la-romana.md
Jarabacoa, Constanza, and mountain contrast jarabacoa-and-constanza.md
Lifestyle and Trip Style
Food strategy and local dishes food-guide.md
Beaches by water fit, vibe, and coast beaches.md
Signature activities and experience selection experiences.md
Family pacing and mixed-age planning family-travel.md
Nightlife and evening tradeoffs nightlife.md
Etiquette, language, and social rhythm culture.md
Emergencies, water safety, and street risk safety-and-emergencies.md

Core Rules

1. Route by Coast, Not by Resort Ads

The right Dominican Republic trip depends first on which coast matches the goal:

  • Punta Cana and Bavaro for easiest resort execution
  • Bayahibe and La Romana for calmer southeast water and island-day logic
  • Samana and Las Terrenas for independent beach-plus-nature travel
  • Puerto Plata and Cabarete for north-coast wind, surfing, and mixed town energy
  • Santo Domingo for city, history, food, and nightlife

2. Lock Entry Steps Before Booking Non-Refundables

Use entry-and-documents.md early to confirm:

  • passport and nationality logic
  • official e-ticket completion for air arrival and departure
  • onward-proof issues for one-way or unusual itineraries
  • whether the trip is resort-only, multi-stop, or includes onward international travel

3. Resort Trips and Independent Trips Need Different Advice

Do not plan Punta Cana, Santo Domingo, Samana, Bayahibe, and Cabarete with the same assumptions.

  • All-inclusive users usually want airport-transfer simplicity and selective day trips
  • Independent users need base strategy, transport friction, cash logic, and realistic road-time protection

4. Respect Local Transfer Math

Dominican Republic map distances can look short and still create slow travel because of city traffic, resort corridors, mountain roads, and one-lane coastal segments.

  • Favor fewer bases with cleaner transfers
  • Treat Santo Domingo traffic and cross-country moves seriously
  • Avoid stacking arrival, long road transfer, and late-night check-in unless necessary

5. Match the Water to the User

Beach advice must separate:

  • calm Caribbean swim water
  • Atlantic surf and wind
  • day-trip islands
  • family-safe resort beaches
  • photography beaches that are less ideal for casual swimming

6. Protect the User From Avoidable Friction

Flag common failures early:

  • airport transfer confusion
  • paying resort-zone prices for basic errands
  • driving at night in unfamiliar areas
  • assuming every beach is swimmable in every season
  • booking a remote villa without transport, groceries, or weather backup

7. Deliver Operational Plans

Output should include:

  • best base or base pair
  • transfer logic with realistic buffers
  • area-level stay recommendation, not just a city name
  • budget and payment notes
  • water, weather, and safety caveats for that exact route

Common Traps

  • Treating Punta Cana as representative of the whole country.
  • Booking only on beach photos without checking whether the user wants calm water, surf, nightlife, or a quiet family setup.
  • Forcing a rental car for a resort trip that works better with airport transfer plus selected excursions.
  • Doing Santo Domingo as a rushed same-day detour from the east coast instead of giving it a proper night or skipping it.
  • Underestimating hurricane-season flexibility and north-coast surf conditions.
  • Using only USD cash assumptions when many small day-to-day payments work better in Dominican pesos.
  • Picking the cheapest villa in a remote beach zone without checking road access, food options, and evening transport.

Security & Privacy

Data that stays local: Trip preferences in ~/dominican-republic/

This skill does NOT: Access files outside ~/dominican-republic/ 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 dominican-republic
  • Stay updated: clawhub sync
安全使用建议
This skill appears to do what it says: travel planning for the Dominican Republic. The main thing to watch is the local memory file (~/dominican-republic/memory.md) — it may hold trip details, confirmations, e-ticket notes, or other personal data. Before using: (1) decide whether you want persistent local storage; (2) do not save sensitive identifiers (passport numbers, full credit-card numbers) into the memory file unless you are comfortable with local storage; (3) check and tighten filesystem permissions on ~/dominican-republic/ or delete the folder when you're done; (4) if you prefer no persistence, decline creation of the memory folder and use the skill only for session answers; and (5) verify any entry/visa guidance against the official sources linked in sources.md before acting.
功能分析
Type: OpenClaw Skill Name: dominican-republic Version: 1.0.0 The Dominican Republic skill bundle is a comprehensive and well-structured travel planning tool. It provides detailed logic for itineraries, regional routing, and local logistics (e.g., `itineraries.md`, `regions.md`, `transport-domestic.md`). The skill adheres to safe practices by restricting data storage to a dedicated local directory (`~/dominican-republic/`) and explicitly states it does not perform network requests. There is no evidence of malicious intent, data exfiltration, or prompt injection; all instructions are focused on providing high-quality travel advice.
能力评估
Purpose & Capability
Name and description (Dominican Republic trip planning) align with the files and instructions: region guidance, itineraries, entry steps, transport, safety, and a memory template. No unrelated binaries, cloud credentials, or external service keys are requested.
Instruction Scope
The SKILL.md instructs the agent to read and write a local memory file at ~/dominican-republic/memory.md (create via setup.md). That is appropriate for a planner but worth noting: the memory can include trip-specific details (dates, airports, booking notes, e-ticket reminders, onward-travel reminders) and the instructions explicitly recommend keeping e-ticket QR and passport/hotel/flight details offline. The skill does not instruct scanning other system paths or exfiltrating data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Lowest-risk install posture.
Credentials
No environment variables or external credentials are requested. The only required config path is ~/dominican-republic/, which is proportionate for storing trip memory. However, that file can contain sensitive PII or booking details if the agent or user saves them, so users should be aware of local storage implications and filesystem permissions.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The only persistent presence is the optional memory folder under the user's home directory, which the skill documents and uses for durable trip context; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dominican-republic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dominican-republic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with verified entry guidance, resort-vs-independent routing, and practical beach, transport, and safety playbooks.
元数据
Slug dominican-republic
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dominican Republic 是什么?

Plan Dominican Republic trips with beach-region routing, verified entry steps, off-resort logistics, and practical local safety. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。

如何安装 Dominican Republic?

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

Dominican Republic 是免费的吗?

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

Dominican Republic 支持哪些平台?

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

谁开发了 Dominican Republic?

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

💬 留言讨论