{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/trip-save",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trip-save",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/trip-save",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to activate",
        "body": "User forwards a URL (YouTube, Instagram, blog, tweet)\nUser says \"save this\", \"want to visit X\", \"adding X to my list\", \"bookmark this\""
      },
      {
        "title": "URL handling",
        "body": "Use web search or web fetch to get the page content\nExtract: destination name, key details, vibe\nAuto-tag and store in memory"
      },
      {
        "title": "Plain text saves",
        "body": "\"want to visit Hampi\" → destination: Hampi\nExtract any vibe/budget hints from context"
      },
      {
        "title": "Auto-tagging",
        "body": "Location: state/region (Himachal, Rajasthan, Goa, Kerala)\nVibe: mountains, beaches, heritage, adventure, spiritual, nightlife, offbeat\nBudget: budget, mid-range, luxury\nSource: youtube, instagram, blog, text, voice"
      },
      {
        "title": "Memory storage",
        "body": "Remember each save as:\n\"Saved destination: [name] | Tags: [tags] | Source: [url or text] | Date: [today]\""
      },
      {
        "title": "Recall",
        "body": "When user asks \"show my saved places\" or \"what did I save\":\n\nList all saved destinations from memory\nSupport filtering: \"show my beach saves\""
      },
      {
        "title": "Response",
        "body": "\"✓ Saved: Kasol · mountains, Himachal, budget · from YouTube\"\n\nIf destination unclear: \"Saved the link. What place is this about?\""
      },
      {
        "title": "Rules",
        "body": "Don't summarize the article/video — just save and confirm\nDon't give planning advice on save"
      }
    ],
    "body": "Trip Save\nWhen to activate\nUser forwards a URL (YouTube, Instagram, blog, tweet)\nUser says \"save this\", \"want to visit X\", \"adding X to my list\", \"bookmark this\"\nURL handling\nUse web search or web fetch to get the page content\nExtract: destination name, key details, vibe\nAuto-tag and store in memory\nPlain text saves\n\"want to visit Hampi\" → destination: Hampi\nExtract any vibe/budget hints from context\nAuto-tagging\nLocation: state/region (Himachal, Rajasthan, Goa, Kerala)\nVibe: mountains, beaches, heritage, adventure, spiritual, nightlife, offbeat\nBudget: budget, mid-range, luxury\nSource: youtube, instagram, blog, text, voice\nMemory storage\n\nRemember each save as: \"Saved destination: [name] | Tags: [tags] | Source: [url or text] | Date: [today]\"\n\nRecall\n\nWhen user asks \"show my saved places\" or \"what did I save\":\n\nList all saved destinations from memory\nSupport filtering: \"show my beach saves\"\nResponse\n\n\"✓ Saved: Kasol · mountains, Himachal, budget · from YouTube\"\n\nIf destination unclear: \"Saved the link. What place is this about?\"\n\nRules\nDon't summarize the article/video — just save and confirm\nDon't give planning advice on save"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/swayamg20/trip-save",
    "publisherUrl": "https://clawhub.ai/swayamg20/trip-save",
    "owner": "swayamg20",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}