← 返回 Skills 市场
ivangdavila

Brazil

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

Brazil 是什么?

Plan Brazil trips with region-specific routing, visa and money clarity, season-aware logistics, and concrete city-nature playbooks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。

如何安装 Brazil?

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

Brazil 是免费的吗?

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

Brazil 支持哪些平台?

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

谁开发了 Brazil?

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

💬 留言讨论