# Send Trip Discover 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-discover",
    "name": "Trip Discover",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/swayamg20/trip-discover",
    "canonicalUrl": "https://clawhub.ai/swayamg20/trip-discover",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trip-discover",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-discover",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trip-discover",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:34:11.125Z",
      "expiresAt": "2026-05-11T06:34:11.125Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-discover",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-discover",
        "contentDisposition": "attachment; filename=\"trip-discover-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "trip-discover"
      },
      "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-discover"
    },
    "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-discover",
    "downloadUrl": "https://openagent3.xyz/downloads/trip-discover",
    "agentUrl": "https://openagent3.xyz/skills/trip-discover/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trip-discover/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trip-discover/agent.md"
  }
}
```
## Documentation

### When to activate

User asks for trip suggestions: "weekend trip", "where should I go", "suggest somewhere"
User gives a vibe: "mountains", "beaches", "offbeat", "party", "peaceful"
User says "plan from my saves" or "pick from my wishlist"
User asks to compare: "Kasol vs Bir", "which is better"

### Input parsing

Extract from user message (ask only if critical info missing):

Vibe: mountains / beaches / heritage / adventure / spiritual / nightlife / offbeat
Budget: total per person in ₹ (default: ₹5000-8000 for weekend)
Duration: weekend (2-3 days) / long weekend (4 days) / week
Group: solo / couple / friends / family
From city: assume Delhi unless stated or known from memory

### How to recommend

Search the web for current relevant destinations
Pick 2-3 destinations. Lead with your top pick.
For each provide:

Name + one opinionated line (not generic)
Travel time from their city + how to get there
Rough cost estimate per person
Current weather
Why THIS trip for THIS person

### "Plan from my saves" flow

Check memory for saved destinations
Filter by current vibe/budget/duration
Recommend from saves first, then add new discoveries

### Compare flow ("Kasol vs Bir")

Search web for both. Present side-by-side:

Vibe, travel time, cost, weather, best for
End with: "My pick: X — because..."

### Response format

🏔️ My pick: Kasol, Himachal Pradesh
Backpacker paradise with killer cafes and the Kheerganga trek.
12 hrs by Volvo from Delhi (₹1200). Stay: ₹800-1500/night.
March weather: 10-18°C, perfect trekking season.
Total estimate: ₹6,500/person for 3 days.

Also consider:

Tirthan Valley — quieter, great for couples
Bir — paragliding + monasteries, slightly cheaper

Want me to plan Kasol? Or compare any two?

### Rules

Max 3 destinations. Never more.
No generic descriptions — be specific and opinionated
Always check current weather/season via web search
Check saved places in memory if user has any
## 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-05-04T06:34:11.125Z
- Expires at: 2026-05-11T06:34:11.125Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trip-discover)
- [Send to Agent page](https://openagent3.xyz/skills/trip-discover/agent)
- [JSON manifest](https://openagent3.xyz/skills/trip-discover/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trip-discover/agent.md)
- [Download page](https://openagent3.xyz/downloads/trip-discover)