← 返回 Skills 市场
ivangdavila

Austria

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

Austria 是什么?

Plan Austria trips with rail and road logic, alpine season timing, region-specific routing, and practical local execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。

如何安装 Austria?

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

Austria 是免费的吗?

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

Austria 支持哪些平台?

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

谁开发了 Austria?

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

💬 留言讨论