← Back to Skills Marketplace
leninws

Letundra.com AI Travel Assistant

by leninws · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
285
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install letundra
Description
Универсальный AI-скилл для путешествий — визы, новости, RSS, праздники, валюты с letundra.com. Используй when: пользователь спрашивает о визах, новостях, пра...
README (SKILL.md)

🌍 Letundra — всё о путешествиях

Универсальный AI-скилл для получения информации с letundra.com — визы, новости, праздники, курсы валют.

Что умеет скилл

Функция Описание
🛂 Виза Визовые требования, безвизовый режим, документы
📰 Новости Авиация, акции, визовые изменения
📡 RSS Генерация RSS-ленты по тегам/странам
🎉 Праздники Государственные праздники и фестивали
💱 Валюты Курсы валют и конвертация

When to Use

Активируйте когда пользователь спрашивает о:

  • Визах / "нужна ли виза в Таиланд?"
  • Новостях / "что нового в авиации?"
  • Праздниках / "какие праздники в Индии?"
  • Валютах / "курс бата к рублю"
  • RSS / "создай RSS для Emirates"

Как это работает

Используй web_fetch

Все данные получаются через встроенный web_fetch:

{{web_fetch url="https://letundra.com/ru/countries/{slug}/"}}
{{web_fetch url="https://letundra.com/ru/news/"}}

URLs для разных типов данных

Тип URL
Виза, страна https://letundra.com/ru/countries/{slug}/
Новости https://letundra.com/ru/news/
Новости по тегу https://letundra.com/ru/news/?taglist={tag}

Примеры slug стран

  • Таиланд → thailand
  • Индия → india
  • ОАЭ → uae
  • Турция → turkey
  • Египет → egypt

Output Formats

Новости

# 📰 Новости

## 1. Заголовок
📅 Дата
🏷️ Теги
[Описание]
🔗 [Читать далее](link)

Виза

# 🛂 Виза в [Страна]

**Нужна ли виза:** [Да/Нет]
**Безвизовый срок:** [дней]

**Типы виз:**
- По прибытию: [условия]
- e-Visa: [условия]

**Документы:**
- [список]

Examples

Запрос Метод
"Новости авиации" web_fetch → /ru/news/
"Виза в ОАЭ" web_fetch → /ru/countries/uae/
"Праздники в Тае" web_fetch → /ru/countries/thailand/
"Курс бата" web_fetch → /ru/countries/thailand/

Структура проекта

letundra-skills/
├── SKILL.md                    # Этот файл
├── letundra-visa/              # Скилл для виз
├── letundra-news/              # Скилл для новостей
├── letundra-rss/               # Скилл для RSS
├── letundra-holidays/          # Скилл для праздников
├── letundra-currency/          # Скилл для валют
├── scripts/
│   └── letundra_yandex.js     # Локальный парсер (опционально)
├── package.json
└── README.md

Данные: Letundra.com — ваш помощник в мире путешествий

Usage Guidance
This skill appears coherent for its stated purpose (scraping/news/rss/visa data from letundra.com). Before installing: (1) review the included files if you want to avoid running code locally — the Node scripts are optional developer tools and will fetch the site’s RSS only; (2) ensure you do not run publish-all.sh unless you have and trust the clawhub account it expects (it requires you to authenticate to publish); (3) no environment variables or secrets are requested by the skill, so there is no obvious credential exfiltration risk. If you prefer zero code execution, you can install but avoid invoking the Node scripts (the agent will use web_fetch per SKILL.md).
Capability Analysis
Type: OpenClaw Skill Name: letundra Version: 1.0.2 The letundra skill bundle is designed to provide travel-related information such as visa requirements, news, and currency rates by fetching data from letundra.com. The included Node.js script (letundra_yandex.js) is a standard RSS parser using built-in modules, and the shell script (publish-all.sh) is a developer utility for publishing sub-skills. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill advertises travel info (visas, news, holidays, currency) and its SKILL.md instructs the agent to fetch pages from letundra.com — this matches the stated purpose. The package includes Node scripts and package.json, so declaring node as a required binary is plausible, though the runtime instructions rely on web_fetch (agent builtin) rather than running the scripts — the presence of Node files is reasonable for local tooling but not strictly required for the core SKILL.md behavior.
Instruction Scope
SKILL.md is narrowly scoped: it tells the agent to use web_fetch against letundra.com URLs and to extract specific sections (news, visa, holidays, currency). It does not instruct reading unrelated files, environment variables, or posting data to third-party endpoints.
Install Mechanism
There is no install spec (instruction-only), which is lowest-risk. The included publish script and Node parser are standard developer tooling; the Node script makes HTTPS requests to letundra.com only. No remote, untrusted archives or opaque download URLs are present.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets. The publish script references clawhub CLI and requires user authentication to publish, but it does not embed or request credentials in the skill itself.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. It does not attempt to modify other skills or system configurations; included scripts are for local publishing/parsing and do not persist credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install letundra
  3. After installation, invoke the skill by name or use /letundra
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Переведён сбор всех данных на универсальный метод web_fetch (теперь без отдельных скриптов для новостей/виз). - Упрощены инструкции: для любой информации (визы, новости, праздники, валюты) достаточно web_fetch с нужным URL. - Обновлены примеры, чтобы отражать новый способ работы через web_fetch и актуальные slug стран. - Упрощена структура SKILL.md и удалена информация о необходимости Yandex XML парсера. - Удалён README.md для консолидации документации.
v1.0.1
test skill
v1.0.0
test
Metadata
Slug letundra
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Letundra.com AI Travel Assistant?

Универсальный AI-скилл для путешествий — визы, новости, RSS, праздники, валюты с letundra.com. Используй when: пользователь спрашивает о визах, новостях, пра... It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.

How do I install Letundra.com AI Travel Assistant?

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

Is Letundra.com AI Travel Assistant free?

Yes, Letundra.com AI Travel Assistant is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Letundra.com AI Travel Assistant support?

Letundra.com AI Travel Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Letundra.com AI Travel Assistant?

It is built and maintained by leninws (@leninws); the current version is v1.0.2.

💬 Comments