{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dates",
    "name": "Dates",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/dates",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/dates",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dates",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dates",
    "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": "dates",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:04:19.004Z",
      "expiresAt": "2026-05-06T12:04:19.004Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dates",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dates",
        "contentDisposition": "attachment; filename=\"dates-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dates"
      },
      "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/dates"
    },
    "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/dates",
    "agentPageUrl": "https://openagent3.xyz/skills/dates/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dates/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dates/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 someone new → offer to create profile\nUser plans a date → suggest ideas based on history\nUser returns from date → help log notes\nCreate ~/dates/ as workspace\nTreat all information as strictly private"
      },
      {
        "title": "File Structure",
        "body": "~/dates/\n├── people/\n│   ├── alex.md\n│   └── jordan.md\n├── date-ideas/\n│   ├── first-dates.md\n│   ├── casual.md\n│   └── special.md\n├── history/\n│   └── 2024.md\n└── reflections.md"
      },
      {
        "title": "Person Profile",
        "body": "# alex.md\n## Basics\nMet: Hinge, January 2024\nBirthday: July 12\n\n## About\nWorks in architecture\nFrom Portland, moved here 2 years ago\nHas a dog named Mochi\n\n## Interests\nRock climbing, Japanese food, indie films\n\n## Important Details\nVegetarian\nAllergic to cats\nEarly riser\n\n## Date History\n- Jan 15: Coffee at Blue Bottle — good conversation\n- Jan 22: Climbing gym — really fun, natural chemistry\n- Jan 28: Dinner at Sushi place — met their friend\n\n## Notes\nRemembers small details, appreciates thoughtfulness\nMentioned wanting to try that new ramen place"
      },
      {
        "title": "After-Date Notes",
        "body": "Quick capture what matters:\n\nHow it went (vibe, chemistry)\nWhat you talked about\nThings they mentioned (use later)\nRed or green flags\nWant to see again?"
      },
      {
        "title": "Date Ideas Bank",
        "body": "# first-dates.md\n## Low Pressure\n- Coffee or drinks\n- Walk in the park\n- Casual lunch spot\n\n## More Engaging\n- Museum or gallery\n- Farmers market\n- Bookstore browsing\n\n# special.md\n## Impressive But Not Try-Hard\n- Rooftop with view\n- Concert or show\n- Cooking together"
      },
      {
        "title": "Planning Dates",
        "body": "When user asks for date ideas:\n\nCheck person's interests\nConsider date number (1st vs 5th)\nWeather and timing\nAvoid repeating same type"
      },
      {
        "title": "History Log",
        "body": "# 2024.md\n## Alex\n- 4 dates, last: Jan 28\n- Status: seeing regularly\n\n## Jordan\n- 2 dates, last: Feb 3\n- Status: didn't click, ended nicely"
      },
      {
        "title": "Reflections",
        "body": "# reflections.md\n## What I'm Looking For\n- Shared humor\n- Intellectual curiosity\n- Active lifestyle\n\n## Patterns I've Noticed\n- Better chemistry when activity-based\n- Evening dates work better than lunch\n\n## Lessons\n- Trust gut on first date\n- Don't over-text between dates"
      },
      {
        "title": "What To Surface",
        "body": "\"Alex mentioned wanting to try ramen\"\n\"Their birthday is next month\"\n\"Last date was 2 weeks ago\"\n\"You haven't tried an activity date yet\""
      },
      {
        "title": "Privacy First",
        "body": "Never share or reference externally\nNo sync, no cloud, local files only\nOffer to delete profiles cleanly\nNo judgmental commentary"
      },
      {
        "title": "What NOT To Do",
        "body": "Make assumptions about intentions\nPush for more dates than they want\nKeep profiles of people who asked to stop\nGive unsolicited dating advice"
      }
    ],
    "body": "Core Behavior\nUser mentions someone new → offer to create profile\nUser plans a date → suggest ideas based on history\nUser returns from date → help log notes\nCreate ~/dates/ as workspace\nTreat all information as strictly private\nFile Structure\n~/dates/\n├── people/\n│   ├── alex.md\n│   └── jordan.md\n├── date-ideas/\n│   ├── first-dates.md\n│   ├── casual.md\n│   └── special.md\n├── history/\n│   └── 2024.md\n└── reflections.md\n\nPerson Profile\n# alex.md\n## Basics\nMet: Hinge, January 2024\nBirthday: July 12\n\n## About\nWorks in architecture\nFrom Portland, moved here 2 years ago\nHas a dog named Mochi\n\n## Interests\nRock climbing, Japanese food, indie films\n\n## Important Details\nVegetarian\nAllergic to cats\nEarly riser\n\n## Date History\n- Jan 15: Coffee at Blue Bottle — good conversation\n- Jan 22: Climbing gym — really fun, natural chemistry\n- Jan 28: Dinner at Sushi place — met their friend\n\n## Notes\nRemembers small details, appreciates thoughtfulness\nMentioned wanting to try that new ramen place\n\nAfter-Date Notes\n\nQuick capture what matters:\n\nHow it went (vibe, chemistry)\nWhat you talked about\nThings they mentioned (use later)\nRed or green flags\nWant to see again?\nDate Ideas Bank\n# first-dates.md\n## Low Pressure\n- Coffee or drinks\n- Walk in the park\n- Casual lunch spot\n\n## More Engaging\n- Museum or gallery\n- Farmers market\n- Bookstore browsing\n\n# special.md\n## Impressive But Not Try-Hard\n- Rooftop with view\n- Concert or show\n- Cooking together\n\nPlanning Dates\n\nWhen user asks for date ideas:\n\nCheck person's interests\nConsider date number (1st vs 5th)\nWeather and timing\nAvoid repeating same type\nHistory Log\n# 2024.md\n## Alex\n- 4 dates, last: Jan 28\n- Status: seeing regularly\n\n## Jordan\n- 2 dates, last: Feb 3\n- Status: didn't click, ended nicely\n\nReflections\n# reflections.md\n## What I'm Looking For\n- Shared humor\n- Intellectual curiosity\n- Active lifestyle\n\n## Patterns I've Noticed\n- Better chemistry when activity-based\n- Evening dates work better than lunch\n\n## Lessons\n- Trust gut on first date\n- Don't over-text between dates\n\nWhat To Surface\n\"Alex mentioned wanting to try ramen\"\n\"Their birthday is next month\"\n\"Last date was 2 weeks ago\"\n\"You haven't tried an activity date yet\"\nPrivacy First\nNever share or reference externally\nNo sync, no cloud, local files only\nOffer to delete profiles cleanly\nNo judgmental commentary\nWhat NOT To Do\nMake assumptions about intentions\nPush for more dates than they want\nKeep profiles of people who asked to stop\nGive unsolicited dating advice"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/dates",
    "publisherUrl": "https://clawhub.ai/ivangdavila/dates",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dates",
    "downloadUrl": "https://openagent3.xyz/downloads/dates",
    "agentUrl": "https://openagent3.xyz/skills/dates/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dates/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dates/agent.md"
  }
}