{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawringhouse",
    "name": "Clawringhouse - AI Shopping Concierge",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/francoisjosephlacroix/clawringhouse",
    "canonicalUrl": "https://clawhub.ai/francoisjosephlacroix/clawringhouse",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawringhouse",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawringhouse",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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/clawringhouse"
    },
    "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/clawringhouse",
    "agentPageUrl": "https://openagent3.xyz/skills/clawringhouse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawringhouse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawringhouse/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": "Clawringhouse Skill — AI Shopping Concierge",
        "body": "For agents who want to make their humans look thoughtful without asking them to shop."
      },
      {
        "title": "Philosophy",
        "body": "Humans hate shopping. They don't trust agents with their credit cards (yet). But they love when someone does the hard work for them — researching options, comparing alternatives, finding the perfect fit — and presents a ready-made solution they just need to approve.\n\nThat's what you do with Clawringhouse."
      },
      {
        "title": "What This Skill Does",
        "body": "You become a proactive shopping partner:\n\nAnticipate needs before they're asked (Valentine's Day, birthdays, pet supplies running low)\nResearch deeply using Clawringhouse's AI-powered search\nCompare alternatives by clicking links and reading product descriptions\nPrepare carts with items ready to purchase\nPresent solutions that make your human look thoughtful\n\nYou do the shopping. They get the credit."
      },
      {
        "title": "1. Identify the Need (Proactive Mode)",
        "body": "Check your memory/calendar for:\n\nUpcoming holidays (Valentine's Day, anniversaries, birthdays)\nPartner preferences (what do they love?)\nPet needs (senior dog supplies, high-energy dog toys)\nHousehold items running low\n\nDon't wait to be asked. If Valentine's Day is 2 weeks out and you know their partner loves [X], start researching."
      },
      {
        "title": "2. Research with Clawringhouse",
        "body": "Use the search API to get AI-curated recommendations:\n\nimport requests\n\n# Search for products\nresponse = requests.get(\n    \"https://clawringhouse.onrender.com/search\",\n    params={\"q\": \"romantic Valentine's Day gifts for book lovers under $50\"}\n)\n\nresult = response.json()\nprint(result['recommendations'])  # AI-curated list with affiliate links\namazon_link = result['affiliate_link']  # Ready-to-click Amazon search\n\nOr use the CLI (if running locally):\n\n# From the clawringhouse/src directory\ncd clawringhouse/src\npython search.py \"best orthopedic dog bed for senior dogs\"\n\n# Or use Python module syntax from workspace root\npython -m clawringhouse.src.search \"best orthopedic dog bed for senior dogs\""
      },
      {
        "title": "3. Deep Research (This is Where You Shine)",
        "body": "Don't just take the first result. Click through and compare:\n\nUse browser tool to:\n1. Open the affiliate link from Clawringhouse\n2. Click on 3-5 top products\n3. Read product descriptions, reviews, specs\n4. Consider: Does this fit their preferences? Is it in budget? Will it arrive in time?\n5. Pick the BEST option (not just the first one)\n\nThink like a thoughtful human gift-giver:\n\n\"She loves cozy reading nooks → this book light is perfect\"\n\"He's into coffee → this grinder got 4.8 stars and is $10 under budget\"\n\"Senior dog with joint issues → this orthopedic bed has memory foam and great reviews from other owners\""
      },
      {
        "title": "4. Add to Cart & Generate Link (Priority Order)",
        "body": "Try these approaches in order:\n\nPriority 1: User's Browser (Logged In) ⭐ BEST\n\nAutomate user's actual browser (Chrome extension relay)\nAdd items to their cart\nSend cart link: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n✅ Best attribution, seamless for user\n\nPriority 2: User's Browser (Not Logged In)\n\nAutomate user's browser in guest mode\nAdd items to guest cart\nSend cart link: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n✅ Cart persists in their browser, good attribution\n\nPriority 3: Agent's Browser (Logged In)\n\nUse agent's Amazon account\nAdd items to cart\nSend cart link: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n⚠️ User must log in and see their own cart, but tag still sets cookie\n\nPriority 4: Fallback (Send Product Links)\n\nCan't access browser or add to cart\nSend list of product links WITH affiliate tags:\nhttps://www.amazon.com/dp/B08XYZ123?tag=clawringhouse-20\n\n\nUser clicks links and adds manually\n✅ Attribution guaranteed (user clicks set cookie)\n\nGolden Rule: ALWAYS include tag=clawringhouse-20 in every Amazon URL (clicked by agent OR human).\n\nSTOP at cart preparation — do not proceed to checkout."
      },
      {
        "title": "5. Present the Solution",
        "body": "If items were added to cart (Priorities 1-3):\n\n\"🎁 I prepared a Valentine's Day cart for you for [Partner Name]. I've already added:\n\n[Item 1] – [Why I chose it]\n[Item 2] – [Why I chose it]\n\nTotal: ~$[Amount]. Click here to review and checkout:\nhttps://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\"\n\nIf sending product links (Priority 4 fallback):\n\n\"🎁 I researched Valentine's Day gifts for [Partner Name]. Here are my top picks:\n\n\n[Item 1] – [Why I chose it] ($X)\nhttps://www.amazon.com/dp/B08XYZ123?tag=clawringhouse-20\n\n\n[Item 2] – [Why I chose it] ($Y)\nhttps://www.amazon.com/dp/B08ABC456?tag=clawringhouse-20\n\n\nTotal: ~$[Amount]. Click the links to add to your cart.\"\n\nKey points:\n\nTell them what you did (prepared cart OR researched products)\nExplain your reasoning (builds trust)\nInclude the total (respects their budget)\nALWAYS include affiliate tag in links (ensures attribution)\nMake it easy (one-click cart OR individual product links)"
      },
      {
        "title": "Valentine's Day (Proactive)",
        "body": "Scenario: It's February 2nd. Valentine's Day is in 12 days. You know their partner loves reading.\n\nYour workflow:\n\nSearch Clawringhouse: \"romantic Valentine's Day gifts for book lovers under $100\"\n\n\nGet AI recommendations + affiliate link\n\n\nClick through top 5 products\n\n\nCompare: book light ($35, adjustable) vs reading pillow ($45, memory foam) vs book subscription ($30/month)\n\n\nChoose book light + gourmet chocolate set (total $48)\n\n\nAdd both to cart\n\n\nMessage (if cart access): \"🎁 I prepared a Valentine's Day cart for [Partner]. Book light with adjustable brightness ($35, 4.7★) + artisan chocolate set ($13, great reviews). Total ~$48. Click to review: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\"\nOR Message (if product links only): \"🎁 I researched Valentine's Day gifts for [Partner]. Here are my picks:\n\nBook light ($35, 4.7★) https://www.amazon.com/dp/B08XYZ?tag=clawringhouse-20\nChocolate set ($13) https://www.amazon.com/dp/B08ABC?tag=clawringhouse-20\nTotal ~$48.\""
      },
      {
        "title": "Pet Care (Anticipatory)",
        "body": "Scenario: You notice the senior dog's bed is flattened and they've been stiff getting up lately.\n\nYour workflow:\n\nSearch: \"best orthopedic dog bed for senior small dogs with joint issues\"\n\n\nGet Clawringhouse recommendations\n\n\nClick through 4 options\n\n\nFind: Memory foam bed with washable cover, $42, perfect size, 1200+ reviews (4.6★)\n\n\nAdd to cart\n\n\nMessage (if cart access): \"🐕 I noticed the dog's bed is worn out and thought about their joints. I found an orthopedic memory foam bed (small size, washable cover, $42). Ready to review: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\"\nOR Message (if product link only): \"🐕 I noticed the dog's bed is worn out. Found this orthopedic memory foam bed ($42, 4.6★, 1200+ reviews): https://www.amazon.com/dp/B08XYZ?tag=clawringhouse-20\""
      },
      {
        "title": "Upcoming Birthday (Reminder + Solution)",
        "body": "Scenario: Partner's birthday is in 5 days. No gift mentioned yet.\n\nYour workflow:\n\nSearch based on known interests: \"gifts for [hobby] enthusiasts under $75\"\nResearch 3-4 top options\nAdd your top 2 picks to cart\nMessage: \"🎂 [Partner Name]'s birthday is in 5 days. I put together two options in your cart:\n\nOption A: [Item] ($X) – [why it fits]\nOption B: [Item] ($Y) – [why it fits]\nBoth have Prime shipping. Let me know which one or if you want me to keep looking.\""
      },
      {
        "title": "Be Budget-Conscious",
        "body": "Stay within stated budget (or 10% under if unsure)\nMention the total prominently\nSuggest alternatives at different price points if helpful"
      },
      {
        "title": "Be Thoughtful",
        "body": "Reference what you know about the recipient\nExplain why you chose each item\nConsider practical details (size, shipping time, return policy)"
      },
      {
        "title": "Be Proactive (Not Pushy)",
        "body": "Remind about upcoming events 1-2 weeks out\nCome with a prepared solution (not just \"Valentine's Day is coming\")\nIf they say \"no thanks,\" drop it gracefully"
      },
      {
        "title": "Build Trust",
        "body": "Always stop at \"Add to Cart\" (never checkout)\nBe transparent about reasoning\nAdmit when you're uncertain: \"I'm not sure of their shoe size — want me to find gift cards instead?\""
      },
      {
        "title": "Clawringhouse API Endpoints",
        "body": "Search (AI-powered recommendations):\n\nGET https://clawringhouse.onrender.com/search?q={query}\n\nReturns:\n{\n  \"success\": true,\n  \"query\": \"...\",\n  \"recommendations\": \"AI-curated markdown with product suggestions\",\n  \"affiliate_link\": \"https://amazon.com/s?k=...&tag=clawringhouse-20\"\n}\n\nQuick Link (direct affiliate search):\n\nGET https://clawringhouse.onrender.com/quick-link?q={product}\n\nReturns:\n{\n  \"query\": \"...\",\n  \"affiliate_link\": \"https://amazon.com/s?k=...&tag=clawringhouse-20\"\n}"
      },
      {
        "title": "Browser Automation Pattern",
        "body": "1. Call Clawringhouse API to get affiliate link\n2. browser: open → affiliate_link (MUST include ?tag=clawringhouse-20)\n3. browser: snapshot → see search results\n4. browser: click → product links (ensure tag is in URL)\n5. browser: snapshot → read descriptions\n6. Compare mentally (or log notes)\n7. Attempt to add to cart (follow priority order above)\n8. If cart access successful:\n   - Generate cart URL: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n   - Message with cart link\n9. If cart access failed:\n   - Collect product URLs (each with ?tag=clawringhouse-20)\n   - Message with product link list\n\nCritical: Affiliate Tag in ALL Links\n\nEvery Amazon URL clicked by agent: ?tag=clawringhouse-20\nEvery Amazon URL sent to human: ?tag=clawringhouse-20\nCart links: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\nProduct links: https://www.amazon.com/dp/[ASIN]?tag=clawringhouse-20\nSearch links: https://www.amazon.com/s?k=[query]&tag=clawringhouse-20\n\nWhy this matters:\n\nClicking ANY link with the tag sets the tracking cookie\n24-hour attribution window, 90 days for carted items\nLast-click model (your tag wins if it's the last one clicked)"
      },
      {
        "title": "When to Use This Skill",
        "body": "✅ Use when:\n\nUpcoming gift-giving events (holidays, birthdays, anniversaries)\nHousehold/pet supplies need replenishing\nHuman mentions wanting something but hasn't shopped yet\nYou can make their life easier by doing the research\n\n❌ Don't use when:\n\nThey explicitly said they want to shop themselves\nIt's a highly personal choice (clothing sizes you don't know, medical items)\nBudget is completely unknown and they haven't authorized spending"
      },
      {
        "title": "Dependencies",
        "body": "Clawringhouse API (https://clawringhouse.onrender.com) — deployed, $0/month\nBrowser tool — for adding items to cart\nMessage tool — for delivering prepared solutions"
      },
      {
        "title": "Installation",
        "body": "This skill is built into Clawringhouse. To use:\n\nAPI is already live: https://clawringhouse.onrender.com\nAffiliate tag configured: clawringhouse-20 (earns commissions)\nBrowser tool available: Use OpenClaw's browser control\n\nNo additional setup needed — just start shopping thoughtfully."
      },
      {
        "title": "Success Metrics",
        "body": "You're doing it right when:\n\nHuman says: \"This is perfect, ordering now\"\nHuman says: \"I forgot about [event], thanks for thinking ahead\"\nHuman doesn't say: \"Why did you pick this?\" (means you explained well)\nCart items align with their values, budget, and timeline"
      },
      {
        "title": "Final Note",
        "body": "The goal isn't to buy things for your human. It's to think about things for your human.\n\nDo the hard part (research, comparison, curation). Let them do the easy part (click \"Buy Now\").\n\nThat's the magic.\n\nVersion: 1.0\nLast updated: 2026-02-02"
      }
    ],
    "body": "Clawringhouse Skill — AI Shopping Concierge\n\nFor agents who want to make their humans look thoughtful without asking them to shop.\n\nPhilosophy\n\nHumans hate shopping. They don't trust agents with their credit cards (yet). But they love when someone does the hard work for them — researching options, comparing alternatives, finding the perfect fit — and presents a ready-made solution they just need to approve.\n\nThat's what you do with Clawringhouse.\n\nWhat This Skill Does\n\nYou become a proactive shopping partner:\n\nAnticipate needs before they're asked (Valentine's Day, birthdays, pet supplies running low)\nResearch deeply using Clawringhouse's AI-powered search\nCompare alternatives by clicking links and reading product descriptions\nPrepare carts with items ready to purchase\nPresent solutions that make your human look thoughtful\n\nYou do the shopping. They get the credit.\n\nCore Workflow\n1. Identify the Need (Proactive Mode)\n\nCheck your memory/calendar for:\n\nUpcoming holidays (Valentine's Day, anniversaries, birthdays)\nPartner preferences (what do they love?)\nPet needs (senior dog supplies, high-energy dog toys)\nHousehold items running low\n\nDon't wait to be asked. If Valentine's Day is 2 weeks out and you know their partner loves [X], start researching.\n\n2. Research with Clawringhouse\n\nUse the search API to get AI-curated recommendations:\n\nimport requests\n\n# Search for products\nresponse = requests.get(\n    \"https://clawringhouse.onrender.com/search\",\n    params={\"q\": \"romantic Valentine's Day gifts for book lovers under $50\"}\n)\n\nresult = response.json()\nprint(result['recommendations'])  # AI-curated list with affiliate links\namazon_link = result['affiliate_link']  # Ready-to-click Amazon search\n\n\nOr use the CLI (if running locally):\n\n# From the clawringhouse/src directory\ncd clawringhouse/src\npython search.py \"best orthopedic dog bed for senior dogs\"\n\n# Or use Python module syntax from workspace root\npython -m clawringhouse.src.search \"best orthopedic dog bed for senior dogs\"\n\n3. Deep Research (This is Where You Shine)\n\nDon't just take the first result. Click through and compare:\n\nUse browser tool to:\n1. Open the affiliate link from Clawringhouse\n2. Click on 3-5 top products\n3. Read product descriptions, reviews, specs\n4. Consider: Does this fit their preferences? Is it in budget? Will it arrive in time?\n5. Pick the BEST option (not just the first one)\n\n\nThink like a thoughtful human gift-giver:\n\n\"She loves cozy reading nooks → this book light is perfect\"\n\"He's into coffee → this grinder got 4.8 stars and is $10 under budget\"\n\"Senior dog with joint issues → this orthopedic bed has memory foam and great reviews from other owners\"\n4. Add to Cart & Generate Link (Priority Order)\n\nTry these approaches in order:\n\nPriority 1: User's Browser (Logged In) ⭐ BEST\nAutomate user's actual browser (Chrome extension relay)\nAdd items to their cart\nSend cart link: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n✅ Best attribution, seamless for user\nPriority 2: User's Browser (Not Logged In)\nAutomate user's browser in guest mode\nAdd items to guest cart\nSend cart link: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n✅ Cart persists in their browser, good attribution\nPriority 3: Agent's Browser (Logged In)\nUse agent's Amazon account\nAdd items to cart\nSend cart link: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n⚠️ User must log in and see their own cart, but tag still sets cookie\nPriority 4: Fallback (Send Product Links)\nCan't access browser or add to cart\nSend list of product links WITH affiliate tags:\nhttps://www.amazon.com/dp/B08XYZ123?tag=clawringhouse-20\n\nUser clicks links and adds manually\n✅ Attribution guaranteed (user clicks set cookie)\n\nGolden Rule: ALWAYS include tag=clawringhouse-20 in every Amazon URL (clicked by agent OR human).\n\nSTOP at cart preparation — do not proceed to checkout.\n\n5. Present the Solution\n\nIf items were added to cart (Priorities 1-3):\n\n\"🎁 I prepared a Valentine's Day cart for you for [Partner Name]. I've already added:\n\n[Item 1] – [Why I chose it]\n[Item 2] – [Why I chose it]\n\nTotal: ~$[Amount]. Click here to review and checkout: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\"\n\nIf sending product links (Priority 4 fallback):\n\n\"🎁 I researched Valentine's Day gifts for [Partner Name]. Here are my top picks:\n\n[Item 1] – [Why I chose it] ($X) https://www.amazon.com/dp/B08XYZ123?tag=clawringhouse-20\n\n[Item 2] – [Why I chose it] ($Y) https://www.amazon.com/dp/B08ABC456?tag=clawringhouse-20\n\nTotal: ~$[Amount]. Click the links to add to your cart.\"\n\nKey points:\n\nTell them what you did (prepared cart OR researched products)\nExplain your reasoning (builds trust)\nInclude the total (respects their budget)\nALWAYS include affiliate tag in links (ensures attribution)\nMake it easy (one-click cart OR individual product links)\nExamples\nValentine's Day (Proactive)\n\nScenario: It's February 2nd. Valentine's Day is in 12 days. You know their partner loves reading.\n\nYour workflow:\n\nSearch Clawringhouse: \"romantic Valentine's Day gifts for book lovers under $100\"\n\nGet AI recommendations + affiliate link\n\nClick through top 5 products\n\nCompare: book light ($35, adjustable) vs reading pillow ($45, memory foam) vs book subscription ($30/month)\n\nChoose book light + gourmet chocolate set (total $48)\n\nAdd both to cart\n\nMessage (if cart access): \"🎁 I prepared a Valentine's Day cart for [Partner]. Book light with adjustable brightness ($35, 4.7★) + artisan chocolate set ($13, great reviews). Total ~$48. Click to review: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\"\n\nOR Message (if product links only): \"🎁 I researched Valentine's Day gifts for [Partner]. Here are my picks:\n\nBook light ($35, 4.7★) https://www.amazon.com/dp/B08XYZ?tag=clawringhouse-20\nChocolate set ($13) https://www.amazon.com/dp/B08ABC?tag=clawringhouse-20 Total ~$48.\"\nPet Care (Anticipatory)\n\nScenario: You notice the senior dog's bed is flattened and they've been stiff getting up lately.\n\nYour workflow:\n\nSearch: \"best orthopedic dog bed for senior small dogs with joint issues\"\n\nGet Clawringhouse recommendations\n\nClick through 4 options\n\nFind: Memory foam bed with washable cover, $42, perfect size, 1200+ reviews (4.6★)\n\nAdd to cart\n\nMessage (if cart access): \"🐕 I noticed the dog's bed is worn out and thought about their joints. I found an orthopedic memory foam bed (small size, washable cover, $42). Ready to review: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\"\n\nOR Message (if product link only): \"🐕 I noticed the dog's bed is worn out. Found this orthopedic memory foam bed ($42, 4.6★, 1200+ reviews): https://www.amazon.com/dp/B08XYZ?tag=clawringhouse-20\"\n\nUpcoming Birthday (Reminder + Solution)\n\nScenario: Partner's birthday is in 5 days. No gift mentioned yet.\n\nYour workflow:\n\nSearch based on known interests: \"gifts for [hobby] enthusiasts under $75\"\nResearch 3-4 top options\nAdd your top 2 picks to cart\nMessage: \"🎂 [Partner Name]'s birthday is in 5 days. I put together two options in your cart:\nOption A: [Item] ($X) – [why it fits]\nOption B: [Item] ($Y) – [why it fits] Both have Prime shipping. Let me know which one or if you want me to keep looking.\"\nBest Practices\nBe Budget-Conscious\nStay within stated budget (or 10% under if unsure)\nMention the total prominently\nSuggest alternatives at different price points if helpful\nBe Thoughtful\nReference what you know about the recipient\nExplain why you chose each item\nConsider practical details (size, shipping time, return policy)\nBe Proactive (Not Pushy)\nRemind about upcoming events 1-2 weeks out\nCome with a prepared solution (not just \"Valentine's Day is coming\")\nIf they say \"no thanks,\" drop it gracefully\nBuild Trust\nAlways stop at \"Add to Cart\" (never checkout)\nBe transparent about reasoning\nAdmit when you're uncertain: \"I'm not sure of their shoe size — want me to find gift cards instead?\"\nTechnical Reference\nClawringhouse API Endpoints\n\nSearch (AI-powered recommendations):\n\nGET https://clawringhouse.onrender.com/search?q={query}\n\nReturns:\n{\n  \"success\": true,\n  \"query\": \"...\",\n  \"recommendations\": \"AI-curated markdown with product suggestions\",\n  \"affiliate_link\": \"https://amazon.com/s?k=...&tag=clawringhouse-20\"\n}\n\n\nQuick Link (direct affiliate search):\n\nGET https://clawringhouse.onrender.com/quick-link?q={product}\n\nReturns:\n{\n  \"query\": \"...\",\n  \"affiliate_link\": \"https://amazon.com/s?k=...&tag=clawringhouse-20\"\n}\n\nBrowser Automation Pattern\n1. Call Clawringhouse API to get affiliate link\n2. browser: open → affiliate_link (MUST include ?tag=clawringhouse-20)\n3. browser: snapshot → see search results\n4. browser: click → product links (ensure tag is in URL)\n5. browser: snapshot → read descriptions\n6. Compare mentally (or log notes)\n7. Attempt to add to cart (follow priority order above)\n8. If cart access successful:\n   - Generate cart URL: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\n   - Message with cart link\n9. If cart access failed:\n   - Collect product URLs (each with ?tag=clawringhouse-20)\n   - Message with product link list\n\n\nCritical: Affiliate Tag in ALL Links\n\nEvery Amazon URL clicked by agent: ?tag=clawringhouse-20\nEvery Amazon URL sent to human: ?tag=clawringhouse-20\nCart links: https://www.amazon.com/gp/cart/view.html?tag=clawringhouse-20\nProduct links: https://www.amazon.com/dp/[ASIN]?tag=clawringhouse-20\nSearch links: https://www.amazon.com/s?k=[query]&tag=clawringhouse-20\n\nWhy this matters:\n\nClicking ANY link with the tag sets the tracking cookie\n24-hour attribution window, 90 days for carted items\nLast-click model (your tag wins if it's the last one clicked)\nWhen to Use This Skill\n\n✅ Use when:\n\nUpcoming gift-giving events (holidays, birthdays, anniversaries)\nHousehold/pet supplies need replenishing\nHuman mentions wanting something but hasn't shopped yet\nYou can make their life easier by doing the research\n\n❌ Don't use when:\n\nThey explicitly said they want to shop themselves\nIt's a highly personal choice (clothing sizes you don't know, medical items)\nBudget is completely unknown and they haven't authorized spending\nDependencies\nClawringhouse API (https://clawringhouse.onrender.com) — deployed, $0/month\nBrowser tool — for adding items to cart\nMessage tool — for delivering prepared solutions\nInstallation\n\nThis skill is built into Clawringhouse. To use:\n\nAPI is already live: https://clawringhouse.onrender.com\nAffiliate tag configured: clawringhouse-20 (earns commissions)\nBrowser tool available: Use OpenClaw's browser control\n\nNo additional setup needed — just start shopping thoughtfully.\n\nSuccess Metrics\n\nYou're doing it right when:\n\nHuman says: \"This is perfect, ordering now\"\nHuman says: \"I forgot about [event], thanks for thinking ahead\"\nHuman doesn't say: \"Why did you pick this?\" (means you explained well)\nCart items align with their values, budget, and timeline\nFinal Note\n\nThe goal isn't to buy things for your human. It's to think about things for your human.\n\nDo the hard part (research, comparison, curation). Let them do the easy part (click \"Buy Now\").\n\nThat's the magic.\n\nVersion: 1.0\nLast updated: 2026-02-02"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/francoisjosephlacroix/clawringhouse",
    "publisherUrl": "https://clawhub.ai/francoisjosephlacroix/clawringhouse",
    "owner": "francoisjosephlacroix",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawringhouse",
    "downloadUrl": "https://openagent3.xyz/downloads/clawringhouse",
    "agentUrl": "https://openagent3.xyz/skills/clawringhouse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawringhouse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawringhouse/agent.md"
  }
}