{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fiberagent",
    "name": "FiberAgent",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/openclawlaurent/fiberagent",
    "canonicalUrl": "https://clawhub.ai/openclawlaurent/fiberagent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fiberagent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fiberagent",
    "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",
      "slug": "fiberagent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:15:15.094Z",
      "expiresAt": "2026-05-10T05:15:15.094Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fiberagent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fiberagent",
        "contentDisposition": "attachment; filename=\"fiberagent-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "fiberagent"
      },
      "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/fiberagent"
    },
    "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/fiberagent",
    "agentPageUrl": "https://openagent3.xyz/skills/fiberagent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fiberagent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fiberagent/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": "FiberAgent Skill for OpenClaw",
        "body": "Find products with cryptocurrency cashback across 50,000+ merchants."
      },
      {
        "title": "What This Skill Does",
        "body": "FiberAgent connects your OpenClaw agent to a shopping intelligence layer powered by the Wildfire affiliate network on Monad blockchain. When a user asks about shopping deals, cashback, or product prices, this skill:\n\nSearches 50,000+ merchants for the product they want\nFinds cashback rates (crypto rewards, not fiat)\nCalculates effective price (price - cashback)\nReturns the best deal with affiliate link that earns crypto"
      },
      {
        "title": "When to Use It",
        "body": "Use FiberAgent when users ask:\n\n\"I want to buy a Dyson Airwrap, what's the best deal?\"\n\"Find me a laptop with cashback\"\n\"What's the cheapest place to get Nike shoes + rewards?\"\n\"I want cashback in crypto when I shop\"\n\"Are there any AI shopping agents that help with deals?\""
      },
      {
        "title": "How It Works (Under the Hood)",
        "body": "The skill calls the FiberAgent API:\n\nGET https://fiberagent.shop/api/agent/search?keywords=PRODUCT&agent_id=YOUR_AGENT_ID&size=10\n\nReturns product matches with:\n\nPrice at each retailer\nCashback rate (%)\nCrypto cashback amount\nAffiliate tracking link (tracked to agent wallet on Monad ERC-8004)"
      },
      {
        "title": "How to Use In Your Code",
        "body": "// Fetch products with cashback\nconst response = await fetch(\n  'https://fiberagent.shop/api/agent/search?keywords=dyson+airwrap&agent_id=your_agent&size=5'\n);\nconst { results } = await response.json();\n\n// results[0] = {\n//   title: \"Dyson Airwrap i.d. Multi-Styler\",\n//   price: 499.99,\n//   cashback: { rate: \"15%\", amount: 75.00 },\n//   affiliateUrl: \"https://wild.link/e?...\",\n//   shop: { name: \"Macy's\", domain: \"macys.com\" }\n// }"
      },
      {
        "title": "Example: Complete Shopping Query",
        "body": "User: \"I need a new laptop with crypto cashback\"\n\nAgent Logic:\n\nRecognize shopping/cashback intent\nCall FiberAgent skill with keywords=\"laptop crypto cashback\"\nGet results: Dell at Best Buy ($899, 1.5% back = $13.49), Lenovo at Amazon ($799, 4% back = $31.96)\nPresent to user: \"I found a Lenovo at Amazon for $799 with 4% crypto cashback ($31.96 back). Here's the tracked link: [affiliate URL]\""
      },
      {
        "title": "Registration & Earnings",
        "body": "Register your agent at POST https://fiberagent.shop/api/agent/register with your wallet address\nCashback auto-converts to tokens on Monad blockchain (your wallet, your crypto)\nERC-8004 reputation — each purchase builds your agent's on-chain reputation score"
      },
      {
        "title": "Full API Reference",
        "body": "Search Products\n\nGET /api/agent/search?keywords=QUERY&agent_id=YOUR_AGENT_ID&size=10\n\nGet Agent Stats\n\nGET /api/agent/[id]/stats\n\nNatural Language Task\n\nPOST /api/agent/task\nBody: { \"intent\": \"find laptop deals\", \"context\": \"user has $1000 budget\", \"agent_id\": \"...\" }"
      },
      {
        "title": "MCP Support (Claude Desktop, Cline, etc.)",
        "body": "FiberAgent also exposes a Model Context Protocol server at:\n\nhttps://fiberagent.shop/api/mcp\n\nClaude and other MCP clients can connect directly to search products and compare cashback."
      },
      {
        "title": "Links",
        "body": "Website: https://fiberagent.shop\nAPI Docs: https://fiberagent.shop/api/docs\nOpenAPI Spec: https://fiberagent.shop/server/openapi.json\nAgent Card: https://fiberagent.shop/.well-known/agent-card.json\nERC-8004 Profile: https://www.8004scan.io/agents/monad/135\nDemo: https://fiberagent.shop/compare"
      },
      {
        "title": "Notes",
        "body": "All cashback is tracked via Wildfire affiliate network\nCrypto rewards paid to agent's Monad wallet\nWorks with any ERC-compatible wallet address\nReal-time pricing from 50,000+ merchants\nNo signup required — just register with wallet address"
      }
    ],
    "body": "FiberAgent Skill for OpenClaw\n\nFind products with cryptocurrency cashback across 50,000+ merchants.\n\nWhat This Skill Does\n\nFiberAgent connects your OpenClaw agent to a shopping intelligence layer powered by the Wildfire affiliate network on Monad blockchain. When a user asks about shopping deals, cashback, or product prices, this skill:\n\nSearches 50,000+ merchants for the product they want\nFinds cashback rates (crypto rewards, not fiat)\nCalculates effective price (price - cashback)\nReturns the best deal with affiliate link that earns crypto\nWhen to Use It\n\nUse FiberAgent when users ask:\n\n\"I want to buy a Dyson Airwrap, what's the best deal?\"\n\"Find me a laptop with cashback\"\n\"What's the cheapest place to get Nike shoes + rewards?\"\n\"I want cashback in crypto when I shop\"\n\"Are there any AI shopping agents that help with deals?\"\nHow It Works (Under the Hood)\n\nThe skill calls the FiberAgent API:\n\nGET https://fiberagent.shop/api/agent/search?keywords=PRODUCT&agent_id=YOUR_AGENT_ID&size=10\n\n\nReturns product matches with:\n\nPrice at each retailer\nCashback rate (%)\nCrypto cashback amount\nAffiliate tracking link (tracked to agent wallet on Monad ERC-8004)\nHow to Use In Your Code\n// Fetch products with cashback\nconst response = await fetch(\n  'https://fiberagent.shop/api/agent/search?keywords=dyson+airwrap&agent_id=your_agent&size=5'\n);\nconst { results } = await response.json();\n\n// results[0] = {\n//   title: \"Dyson Airwrap i.d. Multi-Styler\",\n//   price: 499.99,\n//   cashback: { rate: \"15%\", amount: 75.00 },\n//   affiliateUrl: \"https://wild.link/e?...\",\n//   shop: { name: \"Macy's\", domain: \"macys.com\" }\n// }\n\nExample: Complete Shopping Query\n\nUser: \"I need a new laptop with crypto cashback\"\n\nAgent Logic:\n\nRecognize shopping/cashback intent\nCall FiberAgent skill with keywords=\"laptop crypto cashback\"\nGet results: Dell at Best Buy ($899, 1.5% back = $13.49), Lenovo at Amazon ($799, 4% back = $31.96)\nPresent to user: \"I found a Lenovo at Amazon for $799 with 4% crypto cashback ($31.96 back). Here's the tracked link: [affiliate URL]\"\nRegistration & Earnings\nRegister your agent at POST https://fiberagent.shop/api/agent/register with your wallet address\nCashback auto-converts to tokens on Monad blockchain (your wallet, your crypto)\nERC-8004 reputation — each purchase builds your agent's on-chain reputation score\nFull API Reference\n\nSearch Products\n\nGET /api/agent/search?keywords=QUERY&agent_id=YOUR_AGENT_ID&size=10\n\n\nGet Agent Stats\n\nGET /api/agent/[id]/stats\n\n\nNatural Language Task\n\nPOST /api/agent/task\nBody: { \"intent\": \"find laptop deals\", \"context\": \"user has $1000 budget\", \"agent_id\": \"...\" }\n\nMCP Support (Claude Desktop, Cline, etc.)\n\nFiberAgent also exposes a Model Context Protocol server at:\n\nhttps://fiberagent.shop/api/mcp\n\n\nClaude and other MCP clients can connect directly to search products and compare cashback.\n\nLinks\nWebsite: https://fiberagent.shop\nAPI Docs: https://fiberagent.shop/api/docs\nOpenAPI Spec: https://fiberagent.shop/server/openapi.json\nAgent Card: https://fiberagent.shop/.well-known/agent-card.json\nERC-8004 Profile: https://www.8004scan.io/agents/monad/135\nDemo: https://fiberagent.shop/compare\nNotes\nAll cashback is tracked via Wildfire affiliate network\nCrypto rewards paid to agent's Monad wallet\nWorks with any ERC-compatible wallet address\nReal-time pricing from 50,000+ merchants\nNo signup required — just register with wallet address"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/openclawlaurent/fiberagent",
    "publisherUrl": "https://clawhub.ai/openclawlaurent/fiberagent",
    "owner": "openclawlaurent",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fiberagent",
    "downloadUrl": "https://openagent3.xyz/downloads/fiberagent",
    "agentUrl": "https://openagent3.xyz/skills/fiberagent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fiberagent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fiberagent/agent.md"
  }
}