# Send Trip Plan to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trip-plan",
    "name": "Trip Plan",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/swayamg20/trip-plan",
    "canonicalUrl": "https://clawhub.ai/swayamg20/trip-plan",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trip-plan",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-plan",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trip-plan",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T20:26:51.956Z",
      "expiresAt": "2026-05-07T20:26:51.956Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-plan",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-plan",
        "contentDisposition": "attachment; filename=\"trip-plan-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "trip-plan"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/trip-plan"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trip-plan",
    "downloadUrl": "https://openagent3.xyz/downloads/trip-plan",
    "agentUrl": "https://openagent3.xyz/skills/trip-plan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trip-plan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trip-plan/agent.md"
  }
}
```
## Documentation

### When to activate

User picks a destination: "let's do Kasol", "plan Kasol"
User says "plan my trip", "make an itinerary"
User provides travel details: "my flight lands at 11 AM"
User requests revisions: "swap day 1 and 2", "add a trek", "make it cheaper"

### How to generate

Confirm: destination, dates/duration, group size, budget (from conversation context)
Web search for current info:

"<destination> things to do <month> <year>"
"<destination> best restaurants cafes local food"
"<destination> to <nearby attraction> how to reach"


Build day-wise plan with real timings

### Handling existing bookings

If user says "my flight lands at 11 AM" or "taking the 8 PM bus":

Start itinerary from arrival time, not morning
Account for travel from airport/bus stand to stay
"Flight lands 11 AM Kullu → 1.5 hr taxi to Kasol → Check-in 1 PM → Lunch →..."

### Itinerary format

📍 Kasol — 3 Days, 2 Nights (Mar 14-16)
Budget: ₹8,000/person

🗓️ Day 1 — Mar 14 (Arrival + Settle In)
11:00 AM  ✈️ Land at Kullu
11:30 AM  🚕 Taxi to Kasol (₹1500, 1.5 hrs)
1:00 PM   🏨 Check-in
1:30 PM   🍽️ Lunch at Evergreen Cafe
3:00 PM   🚶 Walk to Chalal village (30 min easy trail)
7:30 PM   🍽️ Dinner at Jim Morrison Cafe

🗓️ Day 2 — Mar 15 (Kheerganga Trek)
6:30 AM   🍽️ Breakfast + pack snacks
7:30 AM   🥾 Start Kheerganga Trek from Barshaini
1:30 PM   🏔️ Reach Kheerganga — hot springs!
3:30 PM   🥾 Start descent
8:00 PM   🍽️ Dinner at Little Italy

🗓️ Day 3 — Mar 16 (Manikaran + Departure)
9:30 AM   🚶 Walk to Manikaran Sahib
12:00 PM  🍽️ Langar lunch at Gurudwara
2:00 PM   🚕 Taxi to Bhuntar Airport
3:30 PM   ✈️ Flight back

💰 Budget Breakdown:
Transport: ₹4,500 | Stay: ₹2,400 | Food: ₹1,500 | Activities: ₹500
Total: ~₹8,900/person (excluding flights)

### Revision handling

"swap day 1 and 2" → rearrange and adjust timings
"make it cheaper" → budget stays, free alternatives
"add a trek on day 2" → insert and adjust surrounding timings
"I want one more day" → add Day 4 with new activities
Show only the updated section, not the entire itinerary again

### Rules

Give actual times (not "morning" or "afternoon")
Use real place names from web search
Include budget breakdown at the end
Be realistic — don't pack 15 activities in a day
Account for travel time between activities
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: swayamg20
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T20:26:51.956Z
- Expires at: 2026-05-07T20:26:51.956Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trip-plan)
- [Send to Agent page](https://openagent3.xyz/skills/trip-plan/agent)
- [JSON manifest](https://openagent3.xyz/skills/trip-plan/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trip-plan/agent.md)
- [Download page](https://openagent3.xyz/downloads/trip-plan)