Travel Price Drop Visa Reminder
v1.0.0Plan travel price monitoring and visa or document reminders with safe, read-only guidance. Use when a user wants price drop alerts, travel checklists, or visa timelines without booking or payment actions.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description (price monitoring + visa reminders) align with the instructions and referenced files. The skill requests no binaries, env vars, or installs and stays within the stated read-only planning scope.
Instruction Scope
SKILL.md and references limit behavior to monitoring plans, reminder drafts, and citing official sources; they explicitly prohibit booking/payment and scraping restricted sites. However, the docs mention optional integrations (APIs, webhooks) and advise validating payloads — if those options are used the agent will be instructed to call external endpoints, so the user should only enable integrations they trust.
Install Mechanism
No install spec or code files; instruction-only skills have minimal on-disk footprint and no download/execute steps are present.
Credentials
The skill declares no required environment variables or credentials. References acknowledge that API keys may be collected explicitly when optional integrations are used and state not to store them in files — this is reasonable but the skill will rely on user-provided credentials if integrations are enabled, so users should avoid providing high‑privilege or long‑lived secrets unless necessary.
Persistence & Privilege
always:false and no config paths or persistent components are requested. The skill references webhooks for alerts, but as instruction-only it does not itself install persistent services or alter system-wide settings.
Assessment
This skill appears internally consistent and low-risk because it is instruction-only and explicitly forbids booking or payment actions. Before using it: (1) do not provide payment details or account passwords; (2) if you enable optional API integrations or webhooks, only supply limited-scope or ephemeral API keys and verify the target endpoints are trusted; (3) confirm any government or visa links the agent cites before acting on legal/immigration guidance; and (4) if you are uncomfortable with the agent calling external APIs autonomously, avoid enabling integrations or restrict invocation. If you need higher assurance, ask the publisher for a homepage or implementation details since the source is unknown.Like a lobster shell, security has layers — review code before you run it.
latest
Travel Price Drop and Visa Reminder
Goal
Create a travel monitoring plan with price thresholds and visa or document reminders.
Best fit
- Use when the user wants flight or hotel price tracking.
- Use when the user needs visa, passport, or document timelines.
- Use when the user wants a clear reminder schedule.
Not fit
- Avoid when the user asks to book or pay.
- Avoid when the user wants scraped data from restricted sites.
- Avoid when legal or visa advice is requested.
Quick orientation
references/overview.mdfor workflow and quality bar.references/auth.mdfor access and token handling.references/endpoints.mdfor optional integrations and templates.references/webhooks.mdfor async event handling.references/ux.mdfor intake questions and output formats.references/troubleshooting.mdfor common issues.references/safety.mdfor safety and privacy guardrails.
Required inputs
- Origin, destination, and date range with flexibility.
- Budget or target price thresholds.
- Traveler nationality and passport expiry date.
- Reminder preferences and timezone.
Expected output
- Price watch plan with thresholds and alert cadence.
- Visa or document checklist with due dates.
- Draft reminder messages.
- Summary of assumptions and data sources.
Operational notes
- Use only official or user-provided data sources.
- Flag that price data can be delayed or incomplete.
- Do not provide legal advice; cite official sources only.
Security notes
- Do not request payment details or account credentials.
- Avoid sharing personal travel documents.
Safe mode
- Monitor and draft reminders only.
- No booking or payment actions.
Sensitive ops
- Booking, paying, or handling visas directly is out of scope.
Comments
Loading comments...
