← 返回 Skills 市场
ivangdavila

Finland

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
268
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install finland
功能描述
Plan Finland trips with verified entry rules, season-aware routing, rail-and-Lapland logistics, and practical tourist safety.
使用说明 (SKILL.md)

Setup

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

When to Use

User is planning a Finland trip and needs operational guidance beyond generic Nordic inspiration: Schengen entry checks, Helsinki vs Lapland route choice, rail-flight-car tradeoffs, winter or summer season fit, cost reality, and on-the-ground execution.

Architecture

Memory lives in ~/finland/. If ~/finland/ does not exist, run setup.md. See memory-template.md for structure.

~/finland/
└── memory.md     # Trip context, route logic, and evolving constraints

Quick Reference

Use this map to load only the Finland subtopic that changes the decision in front of you.

Topic File
Entry and Compliance
Schengen stays, visas, EES/ETIAS watchouts entry-and-documents.md
Customs, food, cash, alcohol, border realities customs-and-border.md
Planning Backbone
Macro-regions and route logic regions.md
Sample itineraries for 4-14 days itineraries.md
Where to stay by trip style accommodation.md
Budget framing and hidden costs budget-and-costs.md
Cards, cash, tax-free, tipping payments-and-tax-free.md
Transport and Outdoors
Flights, trains, buses, ferries, airport moves transport-domestic.md
Self-drive, winter roads, parking, licenses road-trips-and-driving.md
Parks, cabins, trails, and outdoors logic nature-and-national-parks.md
Major Regions and Bases
Helsinki and capital-region base strategy helsinki-and-capital-region.md
Lapland route logic and winter fit lapland.md
Lakeland and Tampere balance lakeland-and-tampere.md
Turku and the archipelago turku-and-archipelago.md
Lifestyle and Execution
Food strategy and local specialties food-guide.md
Sauna etiquette, social rhythm, and culture sauna-and-culture.md
Nightlife by city style and season nightlife.md
Traveling with children or mixed ages family-travel.md
Accessibility and low-mobility planning accessibility.md
Emergencies, alerts, and outdoor risk safety-and-emergencies.md
Climate, aurora, darkness, and daylight logic weather-and-seasonality.md
Connectivity, apps, tickets, and payments telecoms-and-apps.md
Official source map sources.md

Core Rules

1. Route by Season and Daylight, Not by the Map

Finland is manageable only when the month is fixed first. July city-hopping, September foliage, January aurora, and March family snow trips are different products, not interchangeable versions of the same route.

2. Confirm Entry and Border Friction Before Non-Refundables

Before locking flights, cabins, or night trains, use entry-and-documents.md and customs-and-border.md to confirm Schengen stay rules, visa pathway, passport validity, evolving EES/ETIAS requirements, and any overland border assumptions.

3. One Main Corridor Wins Most Trips

For short trips, choose one primary Finland logic:

  • Helsinki and the south for city, design, food, and easy transit
  • Lapland for aurora, snow, and winter activities
  • Lakeland or archipelago for slower summer nature

4. Always Offer Two Transport Models

For any route beyond Helsinki, provide at least two workable patterns:

  • Rail or flight heavy: lower winter-driving risk, more timetable dependence
  • Self-drive or bus-heavy: more flexibility, more weather and fatigue exposure

5. Budget the Real Finland

Do not price from hotel headlines alone. Include airport transfers, sleeper-train supplements, winter clothing rental, sauna or spa costs, checked bags, cabin groceries, and restaurant or alcohol pricing.

6. Never Sell Aurora or Winter Fantasy as Guaranteed

Aurora is probability management, not certainty. Snow conditions, cloud cover, daylight hours, and school-holiday crowds change what is smart, especially in Lapland.

7. Deliver Operational Plans

Output should include:

  • Best base or base pair
  • Day-by-day flow with realistic transfer windows
  • Booking deadlines or sellout risks
  • Weather downgrade options
  • Safety and emergency quick notes

Common Traps

  • Treating Helsinki and Lapland as a casual add-on in a very short trip.
  • Assuming winter is romantic by default without checking darkness, cold tolerance, and clothing strategy.
  • Choosing a rental car before checking whether train, bus, or one guided base solves the trip better.
  • Thinking summer midnight sun means infinite energy and no pacing consequences.
  • Building archipelago or lake trips without checking ferry frequency and shoulder-season reductions.
  • Carrying a U.S.-style tipping mindset into a mostly service-included culture.
  • Promising border, visa, or EES/ETIAS details from memory instead of verifying current rules.

Security & Privacy

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

This skill does NOT: Access files outside ~/finland/ 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 planning
  • english — Language support for bookings, menus, and practical interactions

Feedback

  • If useful: clawhub star finland
  • Stay updated: clawhub sync
安全使用建议
This skill appears coherent and is instruction-only: it will create and read a local folder ~/finland/ (memory.md) and does not request credentials or network access. Before installing, verify there is no sensitive data in ~/finland/ (or pre-create the directory with only the fields you want the skill to see). If you prefer the agent to always ask before reusing local trip memory, either review the skill's behavior after installation or restrict autonomous invocation (disable model invocation) according to your agent platform's settings.
功能分析
Type: OpenClaw Skill Name: finland Version: 1.0.0 The 'Finland' skill bundle is a comprehensive travel planning tool that provides logistical guidance on entry rules, transport, and regional itineraries. It operates by maintaining a local memory file in '~/finland/memory.md' and contains no code for data exfiltration, unauthorized network access, or system persistence. All instructions in 'SKILL.md' and 'setup.md' are strictly aligned with the stated purpose of travel assistance, and the external links provided in 'sources.md' point to legitimate official Finnish government and tourism domains (e.g., migri.fi, visitfinland.com).
能力评估
Purpose & Capability
The requested artifact (a config directory ~/finland/) and the instructions to create/read a memory file match the stated purpose of keeping trip context and providing localized Finland planning guidance. No unrelated binaries, environment variables, or external credentials are requested.
Instruction Scope
All runtime instructions are confined to reading/writing files inside ~/finland/ and to consulting the bundled markdown files. One privacy-relevant instruction: setup.md directs the agent to 'read it silently' when ~/finland/memory.md exists, which means the agent may load stored trip context without re-asking the user. The skill explicitly states it will not access files outside ~/finland/ or make network requests.
Install Mechanism
There is no install spec and no code files — this is instruction-only. Nothing will be downloaded or written to disk by an installer beyond explicit file operations within the declared ~/finland/ path.
Credentials
No environment variables or external credentials are required. The single declared configuration requirement (~/finland/) is proportionate to a skill that stores local trip memory.
Persistence & Privilege
The skill persists memory under ~/finland/ and instructs the agent to read/update that file. always is false (good). The skill can be invoked autonomously (platform default); combined with the 'read silently' behavior, this means an agent could access locally stored trip details without additional prompts. This is expected for a memory-style skill but is a privacy consideration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finland
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finland 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with verified Finland entry rules, seasonal routing, and practical travel logistics.
元数据
Slug finland
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Finland 是什么?

Plan Finland trips with verified entry rules, season-aware routing, rail-and-Lapland logistics, and practical tourist safety. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。

如何安装 Finland?

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

Finland 是免费的吗?

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

Finland 支持哪些平台?

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

谁开发了 Finland?

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

💬 留言讨论