Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Ai Travel Itinerary Planner

ASecurity

AI travel planning and itinerary generation powered by CellCog. Vacation planning, travel research, flight planning, hotel recommendations, visa requirements, weather patterns, local events. Complete itineraries as PDFs or interactive dashboards.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentspythongoapi

Works with

cursorcliapi

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill ai-travel-itinerary-planner --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ai Travel Itinerary Planner?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ai Travel Itinerary Planner
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-ai-travel-itinerary-planner/badge)](https://www.skillsdirectory.com/skills/rondoflow-ai-travel-itinerary-planner)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: ai-travel-itinerary-planner
description: "AI travel planning and itinerary generation powered by CellCog. Vacation planning, travel research, flight planning, hotel recommendations, visa requirements, weather patterns, local events. Complete itineraries as PDFs or interactive dashboards."
category: "Community"
author: community
version: "1.0.11"
icon: puzzle
---

# Travel Cog - AI Travel Planner Powered by CellCog

**Real travel planning needs real research — not recycled blog listicles.**

#1 on DeepResearch Bench (Apr 2026) applied to travel. CellCog researches current prices, visa requirements, weather patterns, local events, and hidden gems — then delivers complete itineraries as beautiful PDFs or interactive dashboards. Every recommendation grounded in fresh data, not outdated travel guides.

## How to Use

For your first CellCog task in a session, read the **cellcog** skill for the full SDK reference — file handling, chat modes, timeouts, and more.

**OpenClaw (fire-and-forget):**
```python
result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)
```

**All agents except OpenClaw (blocks until done):**
```python
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])
```


---

## What You Can Plan

### Complete Trip Itineraries

Day-by-day plans with logistics:

- **City Trips**: "Plan a 5-day trip to Tokyo for a first-time visitor who loves food and culture"
- **Multi-City Tours**: "Plan a 2-week Europe trip covering Barcelona, Rome, and Santorini"
- **Business + Leisure**: "Plan a week in Singapore — 3 days of meetings, 4 days exploring"
- **Family Vacations**: "Plan a 10-day family trip to Costa Rica with kids ages 6 and 10"
- **Budget Travel**: "Plan a backpacking route through Southeast Asia for 3 weeks under $2,000"

**Example prompt:**
> "Plan a 7-day trip to Japan:
> 
> Travelers: Couple, late 20s, first time in Japan
> Dates: April 5-12, 2026 (cherry blossom season)
> Interests: Food (especially ramen and sushi), temples, photography, some nightlife
> Budget: Mid-range ($200-300/day for two)
> Base cities: Tokyo (3 nights), Kyoto (3 nights), Osaka (1 night)
> 
> Include: Day-by-day itinerary, restaurant recommendations, transport between cities
> (Shinkansen vs. bus), estimated costs, cherry blossom viewing spots, and tips
> for navigating without Japanese.
> 
> Deliver as a beautiful PDF I can reference on my phone."

### Travel Research

Deep-dive research before you book:

- **Destination Comparison**: "Compare Bali vs. Thailand for a 2-week December honeymoon"
- **Visa Research**: "What visa requirements do US citizens need for a 30-day trip through Central America?"
- **Safety & Health**: "Research travel safety and health recommendations for Colombia in 2026"
- **Seasonal Analysis**: "When is the best time to visit Patagonia? Research weather, crowds, and costs by month"
- **Local Events**: "What festivals and events are happening in Portugal in September 2026?"

### Logistics & Practical Info

The details that matter:

- **Packing Lists**: "Create a packing list for 2 weeks in Iceland in February"
- **Budget Breakdowns**: "Estimate daily costs for backpacking through South America"
- **Transport Guides**: "How to get around Japan — JR Pass vs. individual tickets for my itinerary"
- **Accommodation Strategy**: "Compare hotels vs. Airbnb vs. ryokans for my Japan trip"

---

## Output Formats

| Format | Best For |
|--------|----------|
| **PDF Itinerary** | Phone-friendly, printable, shareable with travel partners |
| **Interactive HTML** | Clickable maps, expandable days, budget tracker |
| **Markdown** | Integration into Notion, Obsidian, or other planning tools |

Specify your preferred format. CellCog defaults to PDF when no format is specified.

---

## Why CellCog for Travel?

| Generic Travel AI | CellCog Travel Cog |
|------------------|-------------------|
| Recycled top-10 lists | Fresh research on current prices and availability |
| One-size-fits-all | Tailored to your dates, budget, interests, and travel style |
| Text-only itineraries | Beautiful PDFs, interactive dashboards, or structured markdown |
| Surface-level tips | Deep research on visa, weather, events, hidden gems |
| Can't do logistics | Estimates costs, compares transport, suggests accommodations |

---

## Chat Mode for Travel

| Scenario | Recommended Mode |
|----------|------------------|
| Single trip itinerary | `"agent"` |
| Quick destination research | `"agent"` |
| Complex multi-country planning with deep research | `"agent team"` |

**Use `"agent"` for most travel planning.**

---

## Tips for Better Travel Plans

1. **Be specific about dates**: Prices, weather, and events vary dramatically by date.

2. **Share your travel style**: "Luxury resort", "budget backpacker", "boutique hotels" changes every recommendation.

3. **Name your interests**: "Food-focused", "adventure activities", "architecture and history", "beach and relaxation"

4. **Set a budget**: Even a rough range helps CellCog calibrate recommendations.

5. **Mention constraints**: "We don't drive", "vegetarian", "traveling with a toddler", "wheelchair accessible"

6. **Ask for a PDF**: CellCog's PDF itineraries are beautiful and phone-friendly — perfect for on-the-go reference.

---

## If CellCog is not installed

Run `/cellcog-setup` (or `/cellcog:cellcog-setup` depending on your tool) to install and authenticate.
**OpenClaw users:** Run `clawhub install cellcog` instead.
**Manual setup:** `pip install -U cellcog` and set `CELLCOG_API_KEY`. See the **cellcog** skill for SDK reference.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →