← 返回 Skills 市场
ivangdavila

Germany

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

Germany 是什么?

Plan Germany trips with region-specific routing, rail-vs-car strategy, verified entry rules, and practical travel logistics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 Germany?

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

Germany 是免费的吗?

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

Germany 支持哪些平台?

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

谁开发了 Germany?

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

💬 留言讨论