← 返回 Skills 市场
leninws

Letundra.com AI Travel Assistant

作者 leninws · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
285
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install letundra
功能描述
Универсальный AI-скилл для путешествий — визы, новости, RSS, праздники, валюты с letundra.com. Используй when: пользователь спрашивает о визах, новостях, пра...
使用说明 (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 — ваш помощник в мире путешествий

安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install letundra
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /letundra 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug letundra
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Letundra.com AI Travel Assistant 是什么?

Универсальный AI-скилл для путешествий — визы, новости, RSS, праздники, валюты с letundra.com. Используй when: пользователь спрашивает о визах, новостях, пра... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。

如何安装 Letundra.com AI Travel Assistant?

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

Letundra.com AI Travel Assistant 是免费的吗?

是的,Letundra.com AI Travel Assistant 完全免费(开源免费),可自由下载、安装和使用。

Letundra.com AI Travel Assistant 支持哪些平台?

Letundra.com AI Travel Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Letundra.com AI Travel Assistant?

由 leninws(@leninws)开发并维护,当前版本 v1.0.2。

💬 留言讨论