Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

United States

v1.0.0

Plan United States trips with region-specific routing, verified entry rules, transport logistics, and practical tourist safety.

0· 336·0 current·0 all-time
byIván@ivangdavila
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🇺🇸 Clawdis
OSLinux · macOS · Windows
Config~/united-states/
latestvk9772bpn6w7fk85tedq15tqrcd8257nx
336downloads
0stars
1versions
Updated 16h ago
v1.0.0
MIT-0
Linux, macOS, Windows

Setup

If ~/united-states/ doesn't exist or is empty, read setup.md and start naturally.

When to Use

User is planning a U.S. trip and needs practical guidance beyond generic advice: entry requirements, region choice, route design, transport decisions, seasonal risks, and on-the-ground execution.

Architecture

Memory lives in ~/united-states/. See memory-template.md for structure.

~/united-states/
└── memory.md     # Trip context and evolving constraints

Quick Reference

TopicFile
Entry and Border
Visa, ESTA, I-94, IDsentry-and-documents.md
Customs, cash, restricted itemscustoms-and-border.md
Planning Backbone
Regions and route strategyregions.md
Sample itineraries (7-21 days)itineraries.md
Accommodation strategyaccommodation.md
Budget and cost planningbudget-and-costs.md
Tipping and payment habitstipping-and-payments.md
Transport
Domestic flights, rail, transittransport-domestic.md
Driving and road tripsroad-trips-and-driving.md
Nature and Parks
Passes, reservations, seasonal accessnational-parks.md
Major Regions and Cities
New York City playbooknew-york-city.md
Washington, DC playbookwashington-dc.md
California playbookcalifornia.md
Florida playbookflorida.md
Southwest and Rockies playbooksouthwest-and-rockies.md
Pacific Northwest playbookpacific-northwest.md
Great Lakes and Midwest playbookgreat-lakes-and-midwest.md
Deep South and New Orleans playbookdeep-south-and-louisiana.md
Hawaii and Alaska playbookhawaii-and-alaska.md
Lifestyle and Execution
Food by region and stylefood-guide.md
Nightlife strategy by city typenightlife.md
Traveling with childrenfamily-travel.md
Accessibility strategyaccessibility.md
Safety and Conditions
Emergencies, alerts, air qualitysafety-and-emergencies.md
Climate and seasonality planningweather-and-seasonality.md
Tools
Connectivity and essential appstelecoms-and-apps.md
Research sources mapsources.md

Core Rules

1. Route by Geography, Not by Bucket List

Anchor around one macro-region per week of travel. U.S. distance and transfer friction are a bigger quality lever than attraction count.

2. Entry and Compliance First

Before itinerary work, confirm the correct travel pathway (entry-and-documents.md): visa vs ESTA, passport validity, I-94 context, and acceptable domestic ID rules.

3. Make Every Plan Season-Aware

Use weather-and-seasonality.md and national-parks.md before promising outdoor-heavy plans. Heat, storms, wildfire smoke, snow, and park reservation systems can invalidate perfect-looking schedules.

4. Always Offer Two Transport Models

For each route, provide at least two options with tradeoffs:

  • Flight-heavy (faster, higher airport overhead)
  • Rail/road-heavy (slower, more scenery, different logistics)

5. Price Reality, Not Sticker Price

Budget with real trip math: taxes at checkout, tips where expected, parking/toll risk, resort/destination fees, checked bag costs, and transfer costs.

6. Flag Tourist Traps Proactively

Call out common mistakes before users commit:

  • Overstuffed coast-to-coast itineraries
  • Peak-season parks without reservations
  • Car rental in dense cores where parking dominates cost
  • Theme-city weekends without crowd and weather buffers

7. Deliver Actionable Plans

Output should include:

  • Base city strategy
  • Day-by-day flow with transfer windows
  • Reservation deadlines
  • Backup plan for weather or delays
  • Safety and emergency quick notes

Common Traps

  • Treating the U.S. like a compact country where five cities in one trip is normal.
  • Ignoring entry/admin steps until the final week.
  • Using one fixed itinerary regardless of season or hazard conditions.
  • Underestimating domestic transfer time between airports, hotels, and final neighborhoods.
  • Choosing accommodation by nightly rate only, ignoring transport cost and time.
  • Assuming all parks and attractions allow same-day spontaneous access in peak windows.

Security & Privacy

Data that stays local: Trip preferences in ~/united-states/

This skill does NOT: Access files outside ~/united-states/ or make network requests.

Related Skills

Install with clawhub install <slug> if user confirms:

  • travel — General trip planning and itinerary structure
  • car-rental — Better rental strategy and handoff logistics
  • booking — Reservation workflows and confirmation hygiene
  • food — Deeper culinary planning for each destination
  • english — Language support for calls, bookings, and service interactions

Feedback

  • If useful: clawhub star united-states
  • Stay updated: clawhub sync

Comments

Loading comments...