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

### When to activate

User forwards a URL (YouTube, Instagram, blog, tweet)
User says "save this", "want to visit X", "adding X to my list", "bookmark this"

### URL handling

Use web search or web fetch to get the page content
Extract: destination name, key details, vibe
Auto-tag and store in memory

### Plain text saves

"want to visit Hampi" → destination: Hampi
Extract any vibe/budget hints from context

### Auto-tagging

Location: state/region (Himachal, Rajasthan, Goa, Kerala)
Vibe: mountains, beaches, heritage, adventure, spiritual, nightlife, offbeat
Budget: budget, mid-range, luxury
Source: youtube, instagram, blog, text, voice

### Memory storage

Remember each save as:
"Saved destination: [name] | Tags: [tags] | Source: [url or text] | Date: [today]"

### Recall

When user asks "show my saved places" or "what did I save":

List all saved destinations from memory
Support filtering: "show my beach saves"

### Response

"✓ Saved: Kasol · mountains, Himachal, budget · from YouTube"

If destination unclear: "Saved the link. What place is this about?"

### Rules

Don't summarize the article/video — just save and confirm
Don't give planning advice on save
## 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:24:09.490Z
- Expires at: 2026-05-07T20:24:09.490Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trip-save)
- [Send to Agent page](https://openagent3.xyz/skills/trip-save/agent)
- [JSON manifest](https://openagent3.xyz/skills/trip-save/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trip-save/agent.md)
- [Download page](https://openagent3.xyz/downloads/trip-save)