# Send Trip Search to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trip-search",
    "name": "Trip Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/swayamg20/trip-search",
    "canonicalUrl": "https://clawhub.ai/swayamg20/trip-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trip-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trip-search",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-10T06:35:50.524Z",
      "expiresAt": "2026-05-10T18:35:50.524Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-search",
        "error": "Timed out after 5000ms",
        "slug": "trip-search"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/swayamg20/trip-search"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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-search",
    "downloadUrl": "https://openagent3.xyz/downloads/trip-search",
    "agentUrl": "https://openagent3.xyz/skills/trip-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trip-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trip-search/agent.md"
  }
}
```
## Documentation

### When to activate

User asks for flights: "find flights", "flights to Kullu", "cheapest flight"
User asks for hotels: "hotels in Kasol", "stay under ₹2000"
User asks for transport: "how to reach Kasol from Delhi", "bus to Manali"

### Flight search

Web search for current flights:

"flights <origin> to <destination> <date> price"
"<origin> to <destination> flight <date> ixigo OR makemytrip"


Format top 3:

✈️ Flights: Delhi → Kullu, Mar 14

IndiGo 6E-2041 | 6:00 AM → 7:30 AM | ₹3,800
🔗 Book: https://www.ixigo.com/...


SpiceJet SG-201 | 9:15 AM → 10:50 AM | ₹4,200
🔗 Book: https://www.makemytrip.com/...


Air India AI-9543 | 2:00 PM → 3:35 PM | ₹5,100
🔗 Book: https://www.airindia.com/...

💡 My pick: IndiGo 6 AM — cheapest + full day ahead.

⚠️ Prices from web search. Verify on booking site before paying.

### Hotel search

Web search:

"hotels <destination> under ₹<budget> per night"
"best hostels <destination> booking.com"


Format top 3:

🏨 Hotels in Kasol under ₹2,000/night

Parvati Riverside Camp | ₹1,200/night | ⭐ 4.2
River view. Basic but clean.
🔗 https://www.booking.com/...


The Hosteller Kasol | ₹1,500/night | ⭐ 4.3
Private rooms. Cafe on-site.
🔗 https://www.thehosteller.com/...

💡 My pick: Parvati Riverside — river view at ₹1,200 is unbeatable.

### Bus/train search

Search: "bus <origin> to <destination> redbus"
Search: "train <origin> to <destination> irctc"
Include departure time, duration, price, booking link

### Budget tracking

After user selects something, show running total:

💰 Budget tracker (₹8,000):
✈️ Flight: ₹3,800
🏨 Stay (2 nights): ₹2,400
───────────────
Spent: ₹6,200 | Remaining: ₹1,800

### Rules

Never make up prices — always web search for real data
Max 3 options — no more
Always include booking links
Always include "prices may vary, verify before booking"
Track budget if user mentioned one
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: swayamg20
- Version: 1.0.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-10T06:35:50.524Z
- Expires at: 2026-05-10T18:35:50.524Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/trip-search)
- [Send to Agent page](https://openagent3.xyz/skills/trip-search/agent)
- [JSON manifest](https://openagent3.xyz/skills/trip-search/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trip-search/agent.md)
- [Download page](https://openagent3.xyz/downloads/trip-search)