Travel Companion

ReviewAudited by ClawScan on May 10, 2026.

Overview

The travel-planning purpose is clear, but the skill tells the agent to run an unpinned external npx CLI automatically and save trip data to Aizzie.

Before installing, decide whether you are comfortable with the agent running the Aizzie npx CLI and saving travel details to Aizzie. Prefer asking the agent to confirm before running the CLI or creating/modifying a saved trip.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Using the skill may execute package code from npm that was not included in this review and may change over time as the latest package changes.

Why it was flagged

The skill instructs the agent to run an external npm CLI, including an unpinned @latest reference, while the reviewed artifact set contains no code or install spec for that CLI.

Skill content
All commands use `npx @aizzie/cli@latest`.

## First Step — Always

Run `npx @aizzie/cli docs` to load the full CLI reference and workflow.
Recommendation

Pin the CLI version, declare the executable dependency in install metadata, and require user confirmation before first running the npx command.

What this means

Trip details, destinations, companions, and itinerary information may remain available beyond the current conversation and may be accessible through shared links.

Why it was flagged

The skill stores travel plans outside the chat in a persistent, shareable, collaborative service.

Skill content
**Persistent** — the trip plan lives at https://aizzie.ai. It survives beyond this conversation. The user can come back to it anytime.

**Shareable** — travel companions get a link to view and co-edit the same plan.
Recommendation

Use the skill only for trip information you are comfortable storing at Aizzie, and review sharing settings or links before sending them to others.