← Back to Skills Marketplace
ivangdavila

Germany

by Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
295
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install germany
Description
Plan Germany trips with region-specific routing, rail-vs-car strategy, verified entry rules, and practical travel logistics.
README (SKILL.md)

Setup

If ~/germany/ doesn't exist or is empty, read setup.md and start naturally.

When to Use

User is planning a Germany trip and needs practical guidance beyond generic inspiration: Schengen entry checks, rail versus car decisions, region choice, seasonal tradeoffs, budgeting, and on-the-ground execution.

Architecture

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

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

Quick Reference

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

Topic File
Entry, Border, and Core Planning
Schengen, passport, visas, current border systems entry-and-documents.md
Customs, allowances, restricted items, cash rules customs-and-border.md
Region selection and route architecture regions.md
Sample itineraries for 5-21 days itineraries.md
Accommodation strategy by trip style accommodation.md
Budget framing and cost traps budget-and-costs.md
Cards, cash, tips, and payment friction payments-and-tipping.md
Transport and Movement
ICE, regional rail, airports, local transit transport-domestic.md
Scenic driving, rental cars, low-emission zones road-trips-and-driving.md
Major Regions and Cities
Berlin playbook berlin.md
Munich and Upper Bavaria playbook munich-and-upper-bavaria.md
Franconia and Romantic Road playbook franconia-and-romantic-road.md
Rhine, Moselle, Cologne, and west playbook rhine-moselle-and-west.md
Hamburg and the north playbook hamburg-and-north.md
Black Forest and southwest playbook black-forest-and-southwest.md
Saxony and east playbook saxony-and-east.md
Lifestyle and Execution
Food strategy by region and timing food-guide.md
Beer halls, wine regions, and drinking context beer-and-wine-regions.md
Nightlife by city type nightlife.md
Culture, etiquette, Sundays, and quiet hours culture-and-etiquette.md
Traveling with children or mixed ages family-travel.md
Accessibility and low-mobility planning accessibility.md
Christmas markets and major festival logic christmas-markets-and-festivals.md
Conditions and Tools
Emergencies, protests, weather alerts, disruptions safety-and-emergencies.md
Climate and seasonality planning weather-and-seasonality.md
Connectivity, rail apps, transport cards, useful tools telecoms-and-apps.md
Research source map sources.md

Core Rules

1. Route by Cluster, Not by Checkbox

For short trips, keep one anchor cluster per week: Berlin and nearby east, Bavaria, Rhine-west, or north Germany. Germany is efficient, but transfer churn still destroys trip quality.

2. Confirm Entry and Border Friction Before Booking

Use entry-and-documents.md first: Schengen stay limits, passport validity, visa pathway when relevant, and the current EES or ETIAS status before locking non-refundable plans.

3. Decide Rail vs Car Early

Germany works differently depending on route shape:

  • Rail-first for Berlin, Hamburg, Munich, Cologne, and most intercity hops
  • Car-first for the Black Forest, Alpine villages, Romantic Road detours, and some wine-country loops

4. Make Every Plan Season-Aware

Use weather-and-seasonality.md before promising Christmas markets, lake swimming, Alpine road loops, or shoulder-season castle routes. Winter closures, summer crowds, and shoulder weather matter.

5. Budget for Full Germany Math

Price the real trip, not the hotel headline:

  • Rail reservations and local transit add-ons
  • City tax, parking, and low-emission-zone friction
  • Breakfast value versus station-area markups
  • Cash-only or card-friction exposure in smaller venues

6. Protect Sundays, Holidays, and Event Windows

Germany rewards timing discipline. Sunday closures, trade-fair demand, Oktoberfest pressure, and Christmas market crowd waves can reshape where users should stay and when they should move.

7. Deliver Operational Plans

Output should include:

  • Base-city strategy
  • Day-by-day flow with transfer buffers
  • Reservation deadlines or event-pressure warnings
  • Rail and car alternative when relevant
  • Safety, payment, and emergency quick notes

Common Traps

  • Treating Germany as a frictionless "add one more city" country.
  • Using a car by default for Berlin, Munich, Hamburg, or Cologne city stays.
  • Assuming every restaurant, kiosk, or market stall is card-friendly.
  • Planning Sunday arrival with no food, pharmacy, or grocery strategy.
  • Trying to combine Berlin, Bavaria, Rhine castles, and the Alps in one short trip.
  • Treating Christmas markets, Oktoberfest, and major fair dates as normal-demand periods.

Security & Privacy

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

This skill does NOT: Access files outside ~/germany/ 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 rental strategy and handoff logistics
  • food — Deeper restaurant and cuisine recommendations
  • german — Language support for bookings, transport, and service interactions

Feedback

  • If useful: clawhub star germany
  • Stay updated: clawhub sync
Usage Guidance
This skill is coherent and appears to do only local trip planning. Before installing: (1) Confirm you are comfortable with the skill reading and writing files under ~/germany/ (it will create and update memory.md containing trip details). Avoid placing unrelated sensitive files in that directory. (2) Although SKILL.md states it will not make network requests, the platform or agent tooling might allow network access — if you require absolute offline guarantees, verify platform policy or run in a restricted environment. (3) Review the included markdown files (especially memory-template.md) so you understand what personal details will be stored. (4) If you combine this with other skills (booking, travel, payment), consider whether those other skills request credentials or network access. If you want higher assurance, run the skill in a constrained sandbox or inspect the created ~/germany/ files regularly and remove sensitive content after use.
Capability Analysis
Type: OpenClaw Skill Name: germany Version: 1.0.0 The 'Germany' skill bundle is a comprehensive travel planning tool designed to provide detailed guidance on logistics, regional itineraries, and cultural etiquette. It utilizes a local directory (~/germany/) to store user preferences and trip context, following a structured and transparent architecture. The skill contains no evidence of malicious code, data exfiltration, or harmful prompt injections; all instructions and external resources (found in sources.md) are legitimate and strictly aligned with the stated purpose of travel assistance.
Capability Assessment
Purpose & Capability
Name, description, and included modules (itineraries, transport, entry rules, region playbooks) match the declared requirement: a local config path (~/germany/) for persistent trip memory. No unrelated binaries, services, or credentials are requested.
Instruction Scope
Runtime instructions tell the agent to create, read, and update files under ~/germany/ (memory.md and templates) and to consult the local markdown modules. There are no instructions to read files outside that directory or to perform network requests. The only file I/O the skill asks for is reading/writing its declared config path.
Install Mechanism
No install spec or code is included; this is an instruction-only skill. Nothing will be downloaded or written to disk by an installer beyond what the agent is explicitly told to write into ~/germany/.
Credentials
The skill requests no environment variables or credentials. The only required resource is a config path (~/germany/) — proportionate for storing trip memory and expected for this purpose.
Persistence & Privilege
The skill persists trip context in ~/germany/ (creates/reads memory.md). This is expected for a planning skill, but it means any sensitive trip details written there will be readable by the skill. The skill is not 'always' enabled and does not request extra platform-level privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install germany
  3. After installation, invoke the skill by name or use /germany
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with verified Germany entry rules, rail-vs-car planning, regional playbooks, and practical travel logistics.
Metadata
Slug germany
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Germany?

Plan Germany trips with region-specific routing, rail-vs-car strategy, verified entry rules, and practical travel logistics. It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.

How do I install Germany?

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

Is Germany free?

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

Which platforms does Germany support?

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

Who created Germany?

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

💬 Comments