A comprehensive travel intelligence skill providing real-time visa info, aviation news, and cultural data from letundra.com.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install letundra
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
Loading
An automated infrastructure for managing Discord-based project collaboration between multiple AI agents and human teams.

A specialized tool to track and visualize Claude Max subscription consumption and rate limits from session data.

A local search engine designed for indexing and retrieving Markdown notes and documentation using keyword and semantic search.

A self-evolving meta-extension that researches documentation and writes new tools, skills, and hooks to expand its own capabilities.

A powerful context retrieval layer that connects AI agents to workspace data across diverse applications like Slack, GitHub, and Jira.

A specialized utility for querying, analyzing, and tracking skill usage metrics across Claude Code and OpenClaw environments.








































