← Back to Skills Marketplace
donmeusi

Atlas Travel Extras

by Donmeusi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install atlas-travel-extras
Description
Personal travel assistant for Atlas - dream destinations, planning, history, documents, budget, checklists and reminders
README (SKILL.md)

Atlas Travel Extras

Personal travel assistant for Atlas with 7 core features:

Feature Description
Dream Destinations Wishlist with priorities, budget estimates, travel time recommendations
Planning Routes, budget, sightseeing, transport options
History Past trips with dates, impressions, recommendations, costs
Documents Track passport (validity), visas, insurance
Budget Plan travel budget & track expenses
Checklists Packing lists, pre-departure reminders
Reminders Automatic alerts: "Passport expires in N months", "Visa ending soon"

When to Use

  • Planning a trip or managing dream destinations
  • Need packing lists or document checklists
  • Track budget or document past trips
  • Reminders for document renewals (passport, visa)

Memory Structure

~/atlas-travel-extras/
├── memory.md              # Overview & active reminders
├── wishlist/              # Dream destinations
├── trips/                 # Active & planned trips
├── history/               # Completed trips
├── documents/             # Travel documents
└── templates/             # User templates (ref: references/)

Note: templates/ is for local user copies. Reference templates remain in references/.

Details: See memory-structure.md

Workflow & Code Examples

Input: Plan a Trip

## Portugal 2026
- **Period:** 15.09. - 29.09.2026
- **Travelers:** 2 people
- **Budget:** €3,500
- **Status:** 🟡 Planning

Output: Trip folder with templates

trips/2026-portugal/
├── overview.md      # Summary
├── itinerary.md     # Day-by-day plan
├── budget.md        # Expense tracking
├── bookings.md      # Confirmation numbers
└── checklist.md    # Pre-departure tasks

Tools & Actions

Action Command Creates
Add destination Create wishlist/{name}.md Dream entry
Start trip planning Create trips/{folder}/ Trip workspace
Copy templates Copy from references/*.md Ready-to-use files
Check reminders Read documents/*.md Active alerts
Show packing list Display references/packing-*.md Customized list

References

File Content
Planning
memory-structure.md Detailed memory structure
trip-kanban-template.md Trip Kanban board
Packing
packing-template.md General packing list
packing-beach.md Beach items
packing-hiking.md Hiking gear
packing-business.md Business travel
packing-winter.md Winter/ski items
Tools
budget-template.md Budget planner
document-checklist.md Document checklist
weekend-trip-template.md Weekend trips
flight-price-template.md Price tracking
statistics-template.md Travel stats
emergency-card-template.md Emergency card

Examples

File Shows
examples/wishlist/japan.md Dream destination
examples/trips/2026-portugal/overview.md Trip planning
examples/documents/passports.md Document tracking

Created: 2026-04-08 Author: Nova Version: 1.0.0

Usage Guidance
This skill is essentially a collection of local markdown templates and instructions that read/write files under ~/atlas-travel-extras. It appears coherent and does not request credentials or install code, but keep in mind: - Reminders are described as "automatic" but the skill provides no scheduler or external integration — you will likely need to run the agent or set up a scheduler yourself for notifications. - Files under ~/atlas-travel-extras may contain sensitive personal data (passport numbers, insurance, credit-card notes). Avoid storing unencrypted secrets in these markdown files; prefer redaction or secure storage for highly sensitive items. - If you expect the skill to book flights, check hotels, or fetch live weather, note it has no API integrations — it offers templates and guidance, not automatic bookings or web calls. - Confirm the agent runtime has only the filesystem permissions you intend (it will create/read files in your home directory). On shared systems, restrict access or store data in a private location. Install only if you accept that this is a local, template-driven assistant and you understand how reminders/automation will be handled in your environment.
Capability Analysis
Type: OpenClaw Skill Name: atlas-travel-extras Version: 1.0.0 The skill bundle is a collection of Markdown templates and instructions for a personal travel assistant. It defines a local file-based memory structure (~/atlas-travel-extras/) for managing trip plans, budgets, and document reminders. There is no executable code, no network-enabled functionality, and no evidence of malicious prompt injection or data exfiltration. All files, including SKILL.md and the templates in the references/ directory, are strictly aligned with the stated purpose of travel organization.
Capability Tags
cryptorequires-wallet
Capability Assessment
Purpose & Capability
The name/description (travel planning, checklists, reminders) matches the delivered content: many templates and file-based workflows. However the feature list claims "Automatic alerts"/reminders and includes triggers like "book flight"/"weather" without any install, API keys, or instructions for scheduling or external integrations — this is an overclaim vs. what the skill actually implements (file templates and manual checks).
Instruction Scope
SKILL.md instructs the agent to create/read/write files only under ~/atlas-travel-extras (wishlist/, trips/, documents/, templates/) and to copy reference templates into trip folders. There are no instructions to read arbitrary system files, environment variables, or to send data to external endpoints. Note: those local files may contain sensitive personal data (passports, insurance, etc.).
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written by an installer, lowering disk/execution risk.
Credentials
The skill requires no environment variables, credentials, or external config paths. The requested footprint (local markdown files) is proportionate to a travel-planning/template skill.
Persistence & Privilege
always:false and no system-wide modifications are requested. The skill will operate on files in its own ~/atlas-travel-extras directory; it does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install atlas-travel-extras
  3. After installation, invoke the skill by name or use /atlas-travel-extras
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with 7 features
Metadata
Slug atlas-travel-extras
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Atlas Travel Extras?

Personal travel assistant for Atlas - dream destinations, planning, history, documents, budget, checklists and reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Atlas Travel Extras?

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

Is Atlas Travel Extras free?

Yes, Atlas Travel Extras is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Atlas Travel Extras support?

Atlas Travel Extras is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Atlas Travel Extras?

It is built and maintained by Donmeusi (@donmeusi); the current version is v1.0.0.

💬 Comments