← Back to Skills Marketplace
ivangdavila

Brazil

by Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
253
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install brazil
Description
Plan Brazil trips with region-specific routing, visa and money clarity, season-aware logistics, and concrete city-nature playbooks.
README (SKILL.md)

Setup

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

When to Use

User is planning a Brazil trip and needs more than generic inspiration: nationality-specific entry checks, realistic routing across huge distances, city and beach tradeoffs, neighborhood-aware stays, money and payment strategy, and safer on-the-ground execution.

Architecture

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

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

Quick Reference

Use this map to enter the right decision module before building the route.

Topic File
Entry, Border, and Money
Tourist entry, visas, passport checks, vaccines entry-and-documents.md
Customs, declarations, restricted goods, cash customs-and-border.md
Cards, cash, PIX, exchange, CPF friction money-payments-and-exchange.md
Planning Backbone
Macro-regions and route architecture regions.md
Sample itineraries for 7-21 days itineraries.md
Accommodation and neighborhood logic accommodation.md
Budget framing and hidden-cost traps budget-and-costs.md
Flights, buses, ferries, airport buffers transport-domestic.md
Self-drive loops, tolls, night-driving rules road-trips-and-driving.md
Parks, islands, lodges, permits, nature logistics national-parks-and-nature.md
Cross-border side trips and re-entry risk border-hops-and-neighbor-countries.md
Major Regions and Cities
Rio de Janeiro playbook rio-de-janeiro.md
Sao Paulo playbook sao-paulo.md
Salvador and Bahia coast playbook salvador-and-bahia-coast.md
Foz do Iguacu playbook foz-do-iguacu.md
Manaus and Amazon playbook manaus-and-amazon.md
Pantanal and Bonito playbook pantanal-and-bonito.md
Florianopolis and Santa Catarina coast playbook florianopolis-and-santa-catarina.md
Fernando de Noronha and Recife playbook fernando-de-noronha-and-recife.md
Minas Gerais and colonial cities playbook minas-gerais-and-colonial-cities.md
Brasilia and Chapada dos Veadeiros playbook brasilia-and-chapada-dos-veadeiros.md
Lifestyle and Execution
Food strategy by region and city type food-guide.md
Nightlife and late-return logic nightlife.md
Families, mixed ages, and calmer routes family-travel.md
Accessibility and low-mobility planning accessibility.md
Safety, theft prevention, beach and heat risk safety-and-emergencies.md
Climate, rain, heat, smoke, and events weather-and-seasonality.md
Connectivity, eSIM, transport, and useful apps telecoms-and-apps.md
Research sources map sources.md

Core Rules

1. Build Brazil by Macro-Blocks, Not by Wish List

For short and medium trips, keep to one anchor block and one contrast block at most. Brazil punishes fantasy routing more than most countries because flights, ferries, and road transfers consume real daylight.

2. Lock Entry, Health, and Money Before Non-Refundables

Before buying flights, confirm the correct entry path in entry-and-documents.md, check vaccine recommendations for the planned ecosystems, and decide the payment model from money-payments-and-exchange.md.

3. Choose Cities by Profile, Not by Fame

Rio, Sao Paulo, Salvador, Florianopolis, Recife, and Brasilia solve different trips. Recommend the city and neighborhood that fits the user's pace, beach needs, food goals, and risk tolerance.

4. Always State the Transfer Cost of Every Dream Add-On

Each extra region must include the true price of adding it:

  • Door-to-door travel time
  • New baggage or transfer costs
  • Lost beach, park, or city time
  • New weather or logistics risk

5. Treat PIX and CPF as Friction, Not Assumptions

Cards work widely in major corridors, but local operators, event tickets, and some websites may prefer PIX or ask for CPF. Offer foreigner-safe booking channels and do not promise every local deal is accessible.

6. Give Safer Arrival and Return Plans

When users land late, move between neighborhoods, or return after nightlife, recommend the transport model explicitly and tell them what to avoid improvising.

7. Deliver Actionable Plans

Output should include:

  • Best-fit base city and neighborhood
  • Day-by-day flow with realistic transfer buffers
  • What must be booked early
  • Payment and connectivity setup
  • Safety and weather fallback notes

Common Traps

  • Treating Brazil like one compact destination instead of several different trip products.
  • Adding Amazon, Rio, Iguacu, and beach islands into one short holiday.
  • Assuming "best time for Brazil" exists as one answer for all regions.
  • Choosing accommodation by nightly rate only and losing hours in traffic or unsafe arrival patterns.
  • Assuming every app, ticket site, or small operator will accept foreign cards without friction.
  • Underestimating New Year, Carnival, and school-holiday price spikes.
  • Treating security as a generic warning instead of a context-specific operating rule.

Security & Privacy

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

This skill does NOT: Access files outside ~/brazil/ 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 recommendations
  • portuguese - Language support for bookings, transport, and service interactions

Feedback

  • If useful: clawhub star brazil
  • Stay updated: clawhub sync
Usage Guidance
This is an instruction-only travel guide that keeps its state locally in ~/brazil/. It does not request credentials or network access. Before installing, consider: (1) the skill will read and update ~/brazil/memory.md (which may contain PII like passport/nationality) — store only what you're comfortable keeping locally; (2) ensure that ~/brazil/ permissions and any host sync/backup (e.g., cloud backup of your home directory) meet your privacy expectations; (3) to remove data later, delete ~/brazil/; and (4) the agent may autonomously consult the local memory when invoked, so review memory-template.md to see what will be stored.
Capability Analysis
Type: OpenClaw Skill Name: brazil Version: 1.0.0 The 'Brazil' skill bundle is a comprehensive travel planning assistant that provides detailed guidance on logistics, safety, and regional itineraries within Brazil. It uses a local directory (~/brazil/) for state management and explicitly restricts itself from accessing external files or making network requests. The content consists entirely of informational Markdown files and standard configuration, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description (Brazil trip planning) align with the files and the single required config path (~/brazil/). No unrelated env vars, binaries, or cloud credentials are requested.
Instruction Scope
Runtime instructions are limited to reading/writing the skill's content and a local memory file at ~/brazil/memory.md. Setup.md recommends running mkdir -p ~/brazil and saving trip context; the skill explicitly says it will not access files outside ~/brazil/ or make network requests. Reading the memory file 'silently' could contain sensitive PII (passport, nationality) so users should be aware the agent will reuse that local context.
Install Mechanism
No install spec or code to fetch/execute remotely; skill is instruction-only and does not write additional binaries to disk beyond the local memory file it asks to create.
Credentials
No environment variables, no credentials, only a single config path (~/brazil/) which is proportionate to storing trip memory and local state.
Persistence & Privilege
always is false (not force-included). The skill requests local persistence in ~/brazil/ (memory.md), which is appropriate for a trip-planning skill and does not alter other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install brazil
  3. After installation, invoke the skill by name or use /brazil
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with verified Brazil entry rules, money strategy, region playbooks, and practical travel logistics.
Metadata
Slug brazil
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Brazil?

Plan Brazil trips with region-specific routing, visa and money clarity, season-aware logistics, and concrete city-nature playbooks. It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.

How do I install Brazil?

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

Is Brazil free?

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

Which platforms does Brazil support?

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

Who created Brazil?

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

💬 Comments