← Back to Skills Marketplace
356
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install visa
Description
Visa application guidance with document tracking and timeline management. Use when user mentions travel visas, visa applications, visa documents, consulate i...
Usage Guidance
This package is incomplete: SKILL.md promises multiple scripts and local data files but only scripts/identify_visa.py is present. The single script is benign-looking (prints visa recommendations, no network or credential access), but the missing scripts mean the skill will not provide the checklist, timeline tracking, or interview prep claimed. Before installing or using: 1) ask the publisher for the missing scripts and reference files or for a corrected SKILL.md; 2) verify where the skill will store data (~/.openclaw/workspace/memory/visa) and whether that location is acceptable for sensitive documents; 3) if you need the full feature set, only proceed when the package actually contains the supporting scripts (and review them for network access or credential use); 4) if unsure, test in a controlled environment (or sandbox) and avoid placing real passport/citizenship documents into the skill until you confirm its behavior.
Capability Analysis
Type: OpenClaw Skill
Name: visa
Version: 2.1.0
The 'visa' skill is designed to provide visa application guidance, document tracking, and timeline management. The provided script, identify_visa.py, contains simple logic for recommending visa types based on user input and includes necessary safety disclaimers. The SKILL.md instructions emphasize local data storage and explicitly define safety boundaries, such as not guaranteeing approvals or connecting to government systems. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The SKILL.md describes multiple workflows and scripts (build_checklist.py, track_timeline.py, prep_interview.py, log_application.py, check_deadlines.py, compare_visas.py, document_status.py) and many reference markdown files, but the bundle only contains one script (scripts/identify_visa.py) and two files total. Either the skill is incomplete, or the SKILL.md was copied from a larger project. Requiring a full document-tracking/timeline system would legitimately need many supporting files; those are missing, so the claimed capability is not present.
Instruction Scope
Instructions state that all visa data is stored locally (memory/visa/) and list many scripts to run for logging, tracking and checklist generation. The included identify_visa.py only prints recommendations to stdout, does not read or write the declared memory files, and never calls its ensure_dir() function — so the runtime behavior described in SKILL.md (local persistent storage, timeline checks, checklists, interview prep) is not implemented by the provided code. No instructions reference external endpoints or credentials, which is appropriate, but the SKILL.md gives an operational scope that the package does not actually implement.
Install Mechanism
No install spec is provided (instruction-only with one included script). That is low-risk because nothing is downloaded or executed on install beyond the provided files.
Credentials
The skill requires no environment variables or external credentials, which is appropriate for an offline helper. The script references a path in the user's home (~/.openclaw/workspace/memory/visa) for local storage; storing sensitive visa documents locally is expected for this use-case but is a privacy consideration — users should confirm where the agent stores data and ensure it is acceptable.
Persistence & Privilege
The skill is not marked always:true and does not request elevated privileges. It claims to store data locally under an agent workspace path; that is normal for a stateful skill, but the provided code does not actually persist data. Autonomous invocation remains enabled by default (not a problem by itself).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install visa - After installation, invoke the skill by name or use
/visa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
Major update: Added visa type identification, document checklists, timeline tracking, interview preparation, and comprehensive visa application workflows
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Visa?
Visa application guidance with document tracking and timeline management. Use when user mentions travel visas, visa applications, visa documents, consulate i... It is an AI Agent Skill for Claude Code / OpenClaw, with 356 downloads so far.
How do I install Visa?
Run "/install visa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Visa free?
Yes, Visa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Visa support?
Visa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Visa?
It is built and maintained by agenticio (@agenticio); the current version is v2.1.0.
More Skills