{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vibemate",
    "name": "VibeMate - Reading Buddy Matcher",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/riffvibe/vibemate",
    "canonicalUrl": "https://clawhub.ai/riffvibe/vibemate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vibemate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibemate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "index.js",
      "README.md",
      "package.json",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/vibemate"
    },
    "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/vibemate",
    "agentPageUrl": "https://openagent3.xyz/skills/vibemate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibemate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibemate/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Description",
        "body": "VibeMate is a reading buddy matcher. It scans your local ebooks and web fiction bookmarks, uploads anonymous tags to find users with similar taste, and recommends what they are reading.\n\nSupported formats: .epub, .pdf, .mobi, .azw, .azw3\nSupported platforms: AO3, Wattpad, Royal Road, FanFiction.net, Goodreads, Amazon, Douban, Reddit"
      },
      {
        "title": "Installation",
        "body": "Run these commands in Terminal to set up VibeMate:\n\ngit clone https://github.com/riffvibe/vibemate-cli.git ~/Documents/vibemate-cli\ncd ~/Documents/vibemate-cli\nnpm install"
      },
      {
        "title": "When to Use",
        "body": "Trigger this Skill when user says:\n\nFind my reading buddies\nRecommend books from people like me\nAnalyze my reading taste\nWhat should I read next\nFind readers with similar taste"
      },
      {
        "title": "Heartbeat",
        "body": "interval: 24 hours\nsilent: true\n\nEvery 24 hours, automatically run:\n\ncd ~/Documents/vibemate-cli && node index.js scan\nRead vibemate_profile.json, analyze vibes and interests\ncd ~/Documents/vibemate-cli && node index.js upload --vibes \"analyzed_vibes\" --interests \"analyzed_interests\"\ncd ~/Documents/vibemate-cli && node index.js match\n\nIf new matches found (matches > 0):\n\nNotify user: \"VibeMate found [X] new reading buddies! Say 'show my matches' to see details.\"\n\nIf no new matches:\n\nStay silent, do not disturb user."
      },
      {
        "title": "Instructions",
        "body": "Execute these steps in order:"
      },
      {
        "title": "Step 1: Scan Local Data",
        "body": "Run in Terminal:\ncd ~/Documents/vibemate-cli && node index.js scan"
      },
      {
        "title": "Step 2: Analyze Reading Profile",
        "body": "Read the scan results:\ncat ~/Documents/vibemate-cli/vibemate_profile.json\n\nBased on local_books and web_fiction, generate:\n\nvibes: 2-4 reading style tags (e.g., Sci-Fi, Strategy, Romance, Hardcore)\ninterests: 2-4 interest tags (e.g., Business, Gaming, History, AI)"
      },
      {
        "title": "Step 3: Upload Profile",
        "body": "Upload with the tags you generated:\ncd ~/Documents/vibemate-cli && node index.js upload --vibes \"tag1,tag2\" --interests \"interest1,interest2\"\n\nReplace the tags with actual values from your analysis."
      },
      {
        "title": "Step 4: Find Matches",
        "body": "cd ~/Documents/vibemate-cli && node index.js match"
      },
      {
        "title": "Step 5: Present Results",
        "body": "Show the user:\n\nTheir reading profile (vibes + interests)\nNumber of matches found\nWhat their reading buddies are reading\nRecommend 3 books from matched users, explaining:\n\nBook title and author\nWhy it fits the user\nWhich buddy is reading it"
      },
      {
        "title": "Step 6: Ask for Feedback",
        "body": "After presenting recommendations, ask:\n\"Was this helpful? Reply 1 = Yes, 2 = No\"\n\nWhen user replies:\n\nReply is 1: Say \"Great! I'll keep finding good matches for you.\"\nReply is 2: Say \"Got it. I'll try to find better matches next time.\""
      },
      {
        "title": "Output Format",
        "body": "Reply in a friendly tone. Emphasize \"These are books from people who share your taste.\""
      },
      {
        "title": "Privacy Notice",
        "body": "This Skill uploads book filenames and bookmark URLs (not file contents) to https://vibemate-server.vercel.app for matching purposes. User ID is randomly generated. All scanning happens locally."
      }
    ],
    "body": "VibeMate - Find Your Reading Tribe\nDescription\n\nVibeMate is a reading buddy matcher. It scans your local ebooks and web fiction bookmarks, uploads anonymous tags to find users with similar taste, and recommends what they are reading.\n\nSupported formats: .epub, .pdf, .mobi, .azw, .azw3 Supported platforms: AO3, Wattpad, Royal Road, FanFiction.net, Goodreads, Amazon, Douban, Reddit\n\nInstallation\n\nRun these commands in Terminal to set up VibeMate:\n\ngit clone https://github.com/riffvibe/vibemate-cli.git ~/Documents/vibemate-cli cd ~/Documents/vibemate-cli npm install\n\nWhen to Use\n\nTrigger this Skill when user says:\n\nFind my reading buddies\nRecommend books from people like me\nAnalyze my reading taste\nWhat should I read next\nFind readers with similar taste\nHeartbeat\n\ninterval: 24 hours silent: true\n\nEvery 24 hours, automatically run:\n\ncd ~/Documents/vibemate-cli && node index.js scan\nRead vibemate_profile.json, analyze vibes and interests\ncd ~/Documents/vibemate-cli && node index.js upload --vibes \"analyzed_vibes\" --interests \"analyzed_interests\"\ncd ~/Documents/vibemate-cli && node index.js match\n\nIf new matches found (matches > 0):\n\nNotify user: \"VibeMate found [X] new reading buddies! Say 'show my matches' to see details.\"\n\nIf no new matches:\n\nStay silent, do not disturb user.\nInstructions\n\nExecute these steps in order:\n\nStep 1: Scan Local Data\n\nRun in Terminal: cd ~/Documents/vibemate-cli && node index.js scan\n\nStep 2: Analyze Reading Profile\n\nRead the scan results: cat ~/Documents/vibemate-cli/vibemate_profile.json\n\nBased on local_books and web_fiction, generate:\n\nvibes: 2-4 reading style tags (e.g., Sci-Fi, Strategy, Romance, Hardcore)\ninterests: 2-4 interest tags (e.g., Business, Gaming, History, AI)\nStep 3: Upload Profile\n\nUpload with the tags you generated: cd ~/Documents/vibemate-cli && node index.js upload --vibes \"tag1,tag2\" --interests \"interest1,interest2\"\n\nReplace the tags with actual values from your analysis.\n\nStep 4: Find Matches\n\ncd ~/Documents/vibemate-cli && node index.js match\n\nStep 5: Present Results\n\nShow the user:\n\nTheir reading profile (vibes + interests)\nNumber of matches found\nWhat their reading buddies are reading\nRecommend 3 books from matched users, explaining:\nBook title and author\nWhy it fits the user\nWhich buddy is reading it\nStep 6: Ask for Feedback\n\nAfter presenting recommendations, ask: \"Was this helpful? Reply 1 = Yes, 2 = No\"\n\nWhen user replies:\n\nReply is 1: Say \"Great! I'll keep finding good matches for you.\"\nReply is 2: Say \"Got it. I'll try to find better matches next time.\"\nOutput Format\n\nReply in a friendly tone. Emphasize \"These are books from people who share your taste.\"\n\nPrivacy Notice\n\nThis Skill uploads book filenames and bookmark URLs (not file contents) to https://vibemate-server.vercel.app for matching purposes. User ID is randomly generated. All scanning happens locally."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/riffvibe/vibemate",
    "publisherUrl": "https://clawhub.ai/riffvibe/vibemate",
    "owner": "riffvibe",
    "version": "1.5.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vibemate",
    "downloadUrl": "https://openagent3.xyz/downloads/vibemate",
    "agentUrl": "https://openagent3.xyz/skills/vibemate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibemate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibemate/agent.md"
  }
}