← Back to Skills Marketplace
ivangdavila

United States

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
385
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install united-states
Description
Plan United States trips with region-specific routing, verified entry rules, transport logistics, and practical tourist safety.
Usage Guidance
This skill appears coherent and self-contained, but review these practical points before installing: 1) The skill writes and reads a local memory file at ~/united-states/memory.md — avoid storing highly sensitive data (full passport numbers, raw copies of visas, full payment credentials) in that file. 2) The SKILL.md asserts it will not access files outside ~/united-states/ or make network calls, but that is an instruction; confirm your agent/runtime enforces those policies if you require strict privacy. 3) The agent will 'read it silently' when the memory file exists — understand that previously stored preferences and statuses will be used automatically unless you clear or inspect the file. 4) Related-skills installs (clawhub install ...) are opt-in; do not install additional skills unless you trust their source. If you want extra assurance, open and inspect ~/united-states/memory.md after initialization and remove any sensitive tokens before proceeding.
Capability Analysis
Type: OpenClaw Skill Name: united-states Version: 1.0.0 The skill is designed for travel planning and primarily uses local file system operations to manage trip memory within `~/united-states/`. It contains a direct shell command (`mkdir -p ~/united-states`) in `setup.md` to create its workspace. While this specific command is benign and necessary for the skill's stated purpose, the capability for the AI agent to execute shell commands from markdown instructions represents a potential attack surface (e.g., RCE risk) if not carefully constrained or if user input could influence the command. The `SKILL.md` explicitly states the skill does NOT make network requests, and there is no evidence of data exfiltration, backdoors, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the provided content files (region playbooks, entry rules, itineraries). The only declared config path is ~/united-states/, which is appropriate for storing trip memory and is consistent with the skill's stated purpose. No unrelated binaries or credentials are requested.
Instruction Scope
Runtime instructions ask the agent to create and use ~/united-states/memory.md, read that file 'silently' when present, and to consult the included markdown playbooks. This stays within the skill's stated domain, but the 'read it silently' behavior means the skill will reuse local memory without explicit user-visible prompts; users should be aware local memory might contain sensitive trip data (visa status, dates, IDs). The SKILL.md also asserts it will not make network requests — that is an instruction but not technically enforced by this static package (platform/runtime enforcement is needed).
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install mechanism because nothing is downloaded or executed. The skill suggests installing related skills via clawhub only if the user confirms, which is appropriate and opt-in.
Credentials
The skill requests no environment variables or credentials. The only resource it declares is a config path in the user's home directory (~/united-states/), which is proportional to storing trip memory. There are no unexplained tokens, keys, or external endpoints requested by the package.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It persists only to its own config path (~/united-states/) and does not attempt to modify other skills or global agent settings. Writing a local memory file is normal for a planning skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install united-states
  3. After installation, invoke the skill by name or use /united-states
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with verified U.S. entry rules, region playbooks, and practical tourism logistics.
Metadata
Slug united-states
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is United States?

Plan United States trips with region-specific routing, verified entry rules, transport logistics, and practical tourist safety. It is an AI Agent Skill for Claude Code / OpenClaw, with 385 downloads so far.

How do I install United States?

Run "/install united-states" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is United States free?

Yes, United States is completely free (open-source). You can download, install and use it at no cost.

Which platforms does United States support?

United States is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created United States?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments