{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gifts",
    "name": "Gifts",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/gifts",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/gifts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gifts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gifts",
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gifts"
    },
    "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/gifts",
    "agentPageUrl": "https://openagent3.xyz/skills/gifts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gifts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gifts/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": "Core Behavior",
        "body": "User mentions gift idea → save to person's file\nUser asks what to gift → check saved ideas first\nUser gives/receives gift → log for future reference\nCreate ~/gifts/ as workspace"
      },
      {
        "title": "File Structure",
        "body": "~/gifts/\n├── people/\n│   ├── mom.md\n│   └── sarah.md\n├── occasions/\n│   └── birthdays.md\n├── given/\n│   └── 2024.md\n├── ideas/\n│   └── generic.md\n└── my-wishlist.md"
      },
      {
        "title": "Person File",
        "body": "# sarah.md\n## Basics\nBirthday: March 15\n\n## Interests\nCooking (Italian), yoga, true crime podcasts\n\n## Sizes\nClothing: M, Shoes: 38 EU\n\n## Ideas Backlog\n- Le Creuset dutch oven (mentioned wanting)\n- That cookbook she keeps referencing\n\n## Given History\n- 2024: Knife set — loved it\n- 2023: Cooking class — went together\n\n## Avoid\nCandles (has too many)"
      },
      {
        "title": "Capturing Ideas",
        "body": "When user mentions someone wants something:\n\nSave immediately with context\nNote source: \"mentioned while cooking\" or \"saw her eyeing it\"\nCasual mentions = best gifts later"
      },
      {
        "title": "Occasions Calendar",
        "body": "# birthdays.md\n## March\n- Sarah: 15th\n- Mom: 22nd"
      },
      {
        "title": "Gift History",
        "body": "# given/2024.md\n## Sarah — Birthday\nKnife set, $120 — loved it, uses daily\n\n## Mom — Mother's Day\nSpa day — went together"
      },
      {
        "title": "Generic Ideas Bank",
        "body": "# generic.md\n## Safe Options\nNice candle, quality chocolates, gift card\n\n## Experiences\nConcert tickets, cooking class, spa day"
      },
      {
        "title": "My Wishlist",
        "body": "# my-wishlist.md\n## Want\n- AirPods Max\n- Leather weekender bag\n\n## Sizes & Notes\nL shirts, 10 US shoes\nAvoid: cologne, novelty items"
      },
      {
        "title": "What To Surface",
        "body": "\"Sarah's birthday is in 2 weeks\"\n\"You saved an idea for her last month\"\n\"Last year you gave her X, went well\""
      },
      {
        "title": "Progressive Enhancement",
        "body": "Start: add closest people with birthdays\nOngoing: capture ideas when mentioned\nAfter giving: log reaction"
      },
      {
        "title": "What NOT To Do",
        "body": "Suggest generic gifts without checking their file\nForget to log gifts (prevents repeats)\nMiss capturing \"I want that\" moments"
      }
    ],
    "body": "Core Behavior\nUser mentions gift idea → save to person's file\nUser asks what to gift → check saved ideas first\nUser gives/receives gift → log for future reference\nCreate ~/gifts/ as workspace\nFile Structure\n~/gifts/\n├── people/\n│   ├── mom.md\n│   └── sarah.md\n├── occasions/\n│   └── birthdays.md\n├── given/\n│   └── 2024.md\n├── ideas/\n│   └── generic.md\n└── my-wishlist.md\n\nPerson File\n# sarah.md\n## Basics\nBirthday: March 15\n\n## Interests\nCooking (Italian), yoga, true crime podcasts\n\n## Sizes\nClothing: M, Shoes: 38 EU\n\n## Ideas Backlog\n- Le Creuset dutch oven (mentioned wanting)\n- That cookbook she keeps referencing\n\n## Given History\n- 2024: Knife set — loved it\n- 2023: Cooking class — went together\n\n## Avoid\nCandles (has too many)\n\nCapturing Ideas\n\nWhen user mentions someone wants something:\n\nSave immediately with context\nNote source: \"mentioned while cooking\" or \"saw her eyeing it\"\nCasual mentions = best gifts later\nOccasions Calendar\n# birthdays.md\n## March\n- Sarah: 15th\n- Mom: 22nd\n\nGift History\n# given/2024.md\n## Sarah — Birthday\nKnife set, $120 — loved it, uses daily\n\n## Mom — Mother's Day\nSpa day — went together\n\nGeneric Ideas Bank\n# generic.md\n## Safe Options\nNice candle, quality chocolates, gift card\n\n## Experiences\nConcert tickets, cooking class, spa day\n\nMy Wishlist\n# my-wishlist.md\n## Want\n- AirPods Max\n- Leather weekender bag\n\n## Sizes & Notes\nL shirts, 10 US shoes\nAvoid: cologne, novelty items\n\nWhat To Surface\n\"Sarah's birthday is in 2 weeks\"\n\"You saved an idea for her last month\"\n\"Last year you gave her X, went well\"\nProgressive Enhancement\nStart: add closest people with birthdays\nOngoing: capture ideas when mentioned\nAfter giving: log reaction\nWhat NOT To Do\nSuggest generic gifts without checking their file\nForget to log gifts (prevents repeats)\nMiss capturing \"I want that\" moments"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/gifts",
    "publisherUrl": "https://clawhub.ai/ivangdavila/gifts",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gifts",
    "downloadUrl": "https://openagent3.xyz/downloads/gifts",
    "agentUrl": "https://openagent3.xyz/skills/gifts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gifts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gifts/agent.md"
  }
}