← Back to Skills Marketplace
ivangdavila

Austria

by Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ Security Clean
265
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install austria
Description
Plan Austria trips with rail and road logic, alpine season timing, region-specific routing, and practical local execution.
README (SKILL.md)

Setup

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

When to Use

User is planning an Austria trip and needs practical guidance beyond generic inspiration: entry rules, region choice, rail vs car tradeoffs, mountain timing, city sequencing, food and culture context, and on-the-ground execution.

Architecture

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

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

Quick Reference

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

Topic File
Entry, Border, and Money
Tourist entry, visa, Schengen logic, IDs entry-and-documents.md
Customs, cash, food restrictions, border habits customs-and-border.md
Budget framing and hidden costs budget-and-costs.md
Cards, cash, tipping, tax-free basics tipping-and-payments.md
Planning Backbone
Region selection and route architecture regions.md
Sample itineraries for 4-14 days itineraries.md
Accommodation strategy by trip style accommodation.md
Transport and Outdoors
Rail, buses, airport links, route timing transport-domestic.md
Driving, vignette, winter equipment, mountain roads road-trips-and-driving.md
Alpine, lake, hiking, hut, and cable-car logic alps-lakes-and-outdoors.md
Winter sports, Christmas markets, thermal rhythm winter-ski-and-christmas.md
Border hops and nearby add-ons border-hops-and-day-trips.md
Regions and Cities
Vienna playbook vienna.md
Salzburg and Salzkammergut playbook salzburg-and-salzburgerland.md
Innsbruck and Tyrol playbook innsbruck-and-tyrol.md
Graz and Styria playbook graz-and-styria.md
Carinthia and lake districts playbook carinthia-and-lakes.md
Danube, Linz, and Wachau playbook danube-linz-and-wachau.md
Lifestyle and Execution
Food, coffeehouse, Heuriger, and meal rhythm food-guide.md
Family pacing and mixed-age planning family-travel.md
Accessibility and low-mobility planning accessibility.md
Emergencies, mountain risk, and disruption logic safety-and-emergencies.md
Climate and seasonality planning weather-and-seasonality.md
Connectivity, apps, roaming, and tickets telecoms-and-apps.md
Research sources map sources.md

Core Rules

1. Route by Corridor, Not by Province Count

Austria is compact enough for ambitious plans and mountainous enough to punish them. Anchor each trip around one rail corridor or one driving loop, then add only the contrast region that still preserves easy transfers.

2. Lock Entry and Season Before Reservations

Before itinerary work, confirm the correct entry path in entry-and-documents.md, then validate whether the user's month aligns with lakes, cities, alpine hiking, skiing, or Christmas-market demand.

3. Default to Rail Unless the Route Truly Needs a Car

Vienna, Salzburg, Linz, Graz, and Innsbruck link well by rail. Car value appears when the trip is built around lake districts, small alpine villages, scenic roads, or family gear that makes transfers costly.

4. Treat Mountains as Logistics, Not Background

Use alps-lakes-and-outdoors.md, weather-and-seasonality.md, and winter-ski-and-christmas.md before promising huts, panoramas, or ski days. Storms, snow line, cable-car closures, avalanche risk, and fog inversion can change the entire plan.

5. Austria Rewards Pace

Trip quality improves when users sleep multiple nights per base, book key trains and mountain hotels early, and leave daylight margins for weather, spa time, café rhythm, and scenic detours.

6. Budget With Real Friction

Price with actual Austria trip math: rail reservations, airport transfers, vignettes, tunnel tolls, parking in historic cores, mountain lift costs, ski rental, and higher peak-season hotel pressure in lake and alpine regions.

7. Deliver Operational Plans

Output should include:

  • Base-city strategy
  • Day-by-day flow with transfer windows
  • Reservation deadlines and weather-sensitive items
  • Rail-first and car-first variants when relevant
  • Safety, payment, and emergency notes

Common Traps

  • Treating Austria like a quick checkbox between larger European stops.
  • Combining Vienna, Salzburg, Hallstatt, Innsbruck, and multiple ski or lake regions in too few days.
  • Using a car inside Vienna or central Salzburg where parking cost and traffic destroy value.
  • Assuming alpine routes, lifts, huts, or scenic roads behave the same in June, September, January, and March.
  • Planning Hallstatt or Christmas markets without crowd timing and overnight logic.
  • Underestimating Sunday closures and early dinner timing outside the biggest tourist zones.

Security & Privacy

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

This skill does NOT: Access files outside ~/austria/ or make network requests.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • travel — General trip planning and itinerary structure
  • car-rental — Better rental strategy and handoff logistics
  • booking — Reservation workflows and confirmation hygiene
  • food — Deeper restaurant and cuisine recommendations
  • german — Language support for bookings, transport, and service interactions

Feedback

  • If useful: clawhub star austria
  • Stay updated: clawhub sync
Usage Guidance
This skill appears coherent and focused on Austria trip planning. Before installing: (1) confirm you are comfortable with the skill reading and updating a local folder at ~/austria/ — do not store secrets or unrelated private files there; (2) verify your platform enforces network and file-access restrictions you expect (SKILL.md claims it will not make network requests, but optional 'clawhub install' lines would call out to the network only if you run them); (3) if you later choose to install the related skills referenced (travel, booking, car-rental, etc.), review each of those skills separately because they may request credentials or network access. Overall no red flags in this package itself.
Capability Analysis
Type: OpenClaw Skill Name: austria Version: 1.0.0 The 'Austria' skill bundle is a comprehensive travel planning tool designed to assist users with itineraries, logistics, and regional advice. It operates by maintaining a local memory file in '~/austria/' and provides extensive knowledge across multiple markdown files (e.g., SKILL.md, vienna.md, transport-domestic.md). The setup process involves a simple, non-malicious directory creation command in setup.md, and the instructions explicitly restrict the agent from making network requests or accessing files outside its designated workspace. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (Austria trip planning) align with the actual requirements: no env vars or binaries and a single local config path (~/austria/) used to store trip memory and notes. All content files are travel playbooks and operational templates that match the stated purpose.
Instruction Scope
SKILL.md and included files confine runtime behavior to reading and updating ~/austria/ (creating memory.md, using the memory-template). There are no instructions to read system-wide files, access unrelated config, or exfiltrate data. The only external-action hint is optional guidance to install related skills via `clawhub install <slug>`, which would be an external network operation only if the user chooses it.
Install Mechanism
No install spec and no code files — this is instruction-only. That minimizes disk-write/execute risk. There are no downloads, extract steps, or package installs declared.
Credentials
The skill requests no environment variables or credentials. The single required config path (~/austria/) is proportionate to its stated need to store trip memory and local state.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. The declared persistent artifact is a per-user local directory (~/austria/) which is appropriate for a planner that stores trip memory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install austria
  3. After installation, invoke the skill by name or use /austria
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with verified Austria entry rules, rail-first routing, alpine season planning, and practical regional playbooks.
Metadata
Slug austria
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Austria?

Plan Austria trips with rail and road logic, alpine season timing, region-specific routing, and practical local execution. It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.

How do I install Austria?

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

Is Austria free?

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

Which platforms does Austria support?

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

Who created Austria?

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

💬 Comments