← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-language-barrier-navigator
Description
Systematic approach to navigating language barriers
Usage Guidance
This skill appears coherent and low-risk: it runs a local handler that parses your text and returns structured recommendations with no network calls or credential access. Before installing, review whether you trust the skill author, avoid sending highly sensitive personal data in prompts (the skill echoes input in its JSON response), and note the small wording mismatch in SKILL.md ('No code execution' vs. included handler code) — the handler runs locally but performs only harmless parsing and text-generation logic. If you want extra assurance, run the provided tests (tests/test_handler.py) in a safe environment to verify behavior.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, skill.json, and handler.py all align: the skill analyzes user-provided travel text and returns travel-language recommendations. It does not request credentials, binaries, or config paths, which is proportionate to its stated purpose.
Instruction Scope
SKILL.md explicitly states 'No code execution' and 'No external APIs'; handler.py does execute locally (parsing input and returning JSON) but does not call external processes, network, or read other system files. The wording in SKILL.md could be misread — it means no external/network calls or unsafe operations, not that there is literally no code to run. This minor wording mismatch is non-malicious but worth noting.
Install Mechanism
No install specification (instruction-only runtime) and no external downloads. Code files are included but there is no installer or external package fetch — low install risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The handler does not access environment variables or secrets; required surface area is minimal and appropriate.
Persistence & Privilege
Skill is not always-enabled, does not elevate privileges, and does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but there are no additional persistence requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-language-barrier-navigator - After installation, invoke the skill by name or use
/travel-language-barrier-navigator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Travel Language Barrier Navigator 1.0.0 – Initial Release
- Introduces a structured, descriptive framework for navigating language barriers during travel.
- Provides modules for essential phrases, communication tool kits, cultural context understanding, and emergency communication planning.
- Analyzes user travel context to generate tailored, actionable recommendations—no code execution or real-time data.
- Includes detailed documentation, safety disclaimers, and integration guidance with other travel skills.
- Returns structured JSON output; all recommendations are informational only.
Metadata
Frequently Asked Questions
What is Travel Language Barrier Navigator?
Systematic approach to navigating language barriers. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Travel Language Barrier Navigator?
Run "/install travel-language-barrier-navigator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travel Language Barrier Navigator free?
Yes, Travel Language Barrier Navigator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Travel Language Barrier Navigator support?
Travel Language Barrier Navigator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Travel Language Barrier Navigator?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills