Letundra for Openclaw

A comprehensive travel intelligence skill providing real-time visa info, aviation news, and cultural data from letundra.com.

leninws
v1.0.2
Mar 5, 2026
0
783
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install letundra

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install letundra using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Letundra?

Letundra is a versatile AI agent skill designed to provide instantaneous access to global travel information sourced directly from letundra.com. It serves as a specialized knowledge layer for AI agents, allowing them to answer complex questions regarding international travel logistics without leaving the chat interface. By utilizing this skill within the Openclaw Skills framework, developers can equip their agents with authoritative data on visa regulations, aviation industry updates, and local country-specific details.

The skill is particularly effective for users who need structured data on entry requirements, document checklists, and cultural timing such as national festivals. While it excels at information retrieval, it is specifically designed for research and planning rather than direct booking of hotels or flights, ensuring high data integrity for travel advisory use cases.

Letundra Use Cases

  • Verifying visa requirements and stay durations for countries like Thailand, UAE, or Turkey.
  • Monitoring aviation news, airline updates, and recent changes in global visa policies.
  • Planning trips around national holidays and festivals to avoid closures or participate in events.
  • Quick currency conversion and checking exchange rates for specific travel destinations.
  • Creating automated RSS feeds based on travel tags or specific airline mentions.

How Letundra Works

  1. The AI agent triggers the skill when it detects travel-related intent, such as questions about visas or news.
  2. The skill maps the requested country to a specific URL slug (e.g., India to india, United Arab Emirates to uae).
  3. It uses a built-in web_fetch command to retrieve raw data from the relevant letundra.com endpoint.
  4. The skill parses the HTML or JSON response to extract specific details like visa types, documents, or news headlines.
  5. The extracted information is formatted into a clean, human-readable Markdown structure for the user's final response.

Letundra Setup

To integrate Letundra into your environment, ensure you have the Openclaw Skills runtime and Node.js installed. Follow these steps to set up the repository:

# Navigate to your skills directory
cd openclaw-skills

# Clone the Letundra skills repository
git clone https://github.com/your-repo/letundra-skills.git

# Install the necessary dependencies
npm install

Ensure your agent has the necessary permissions to execute web_fetch requests to the letundra.com domain.

Letundra Data Schema & Taxonomy

The Letundra skill organizes its data retrieval through a structured URL taxonomy. Below is the mapping of data types to their respective sources:

Data Type URL Slug / Path Metadata Included
Visa & Country /ru/countries/{slug}/ Visa necessity, stay duration, required documents
Global News /ru/news/ Date, title, aviation tags, summary links
Tagged News /ru/news/?taglist={tag} Specialized feeds for specific airlines or topics
Holidays /ru/countries/{slug}/ Public holidays, festival names, and dates
Currency /ru/countries/{slug}/ Local currency rates and conversion factors

Letundra Advanced Features

  • Modular Architecture: Contains separate sub-skills for visa, news, RSS, holidays, and currency for lighter agent footprints.
  • Custom RSS Generation: Enables the agent to build and provide custom news feeds based on user-defined tags.
  • Deep Tagging System: News items are categorized by aviation, airlines, and visa changes for precise filtering.
  • Localized Data Retrieval: Optimized for fetching high-accuracy travel data from specialized regional endpoints.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins node
Github Stars: 0
forks: 0

Featured*