{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltalyzer",
    "name": "Moltalyzer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jcislo/moltalyzer",
    "canonicalUrl": "https://clawhub.ai/jcislo/moltalyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/moltalyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltalyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-reference.md",
      "references/code-examples.md",
      "references/response-formats.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-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/moltalyzer"
    },
    "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/moltalyzer",
    "agentPageUrl": "https://openagent3.xyz/skills/moltalyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltalyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltalyzer/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": "Moltalyzer — AI Intelligence Feeds",
        "body": "Four data feeds from https://api.moltalyzer.xyz:\n\nMoltbook (hourly) — trending topics, sentiment, emerging/fading narratives, hot discussions\nGitHub (daily) — trending new repos, emerging tools, language trends, notable projects\nPolymarket (every 4h) — markets with predetermined outcome signals, confidence levels, and reasoning\nToken Intelligence (every 4min) — real-time token signals with hybrid rule+LLM scoring, chain filtering"
      },
      {
        "title": "Try Free First",
        "body": "No setup needed. Test with plain fetch:\n\nconst res = await fetch(\"https://api.moltalyzer.xyz/api/moltbook/sample\");\nconst { data } = await res.json();\n// data.emergingNarratives, data.hotDiscussions, data.fullDigest, etc.\n\nAll four feeds have free samples: /api/moltbook/sample, /api/github/sample, /api/polymarket/sample, /api/tokens/sample (rate limited to 1 req/20min each)."
      },
      {
        "title": "Paid Endpoints",
        "body": "Payments are automatic via x402 — no API keys or accounts. Prices range from $0.005 to $0.05 per request.\n\nFeedEndpointPriceMoltbookGET /api/moltbook/digests/latest$0.005MoltbookGET /api/moltbook/digests?hours=N$0.02GitHubGET /api/github/digests/latest$0.02GitHubGET /api/github/digests?days=N$0.05GitHubGET /api/github/repos?limit=N$0.01PolymarketGET /api/polymarket/signal$0.01PolymarketGET /api/polymarket/signals?since=N&count=5$0.03TokensGET /api/tokens/signal$0.01TokensGET /api/tokens/signals?since=N&count=5$0.05TokensGET /api/tokens/history?from=YYYY-MM-DD$0.03"
      },
      {
        "title": "Quick Start (Paid)",
        "body": "import { x402Client, wrapFetchWithPayment } from \"@x402/fetch\";\nimport { registerExactEvmScheme } from \"@x402/evm/exact/client\";\nimport { privateKeyToAccount } from \"viem/accounts\";\n\nconst signer = privateKeyToAccount(process.env.EVM_PRIVATE_KEY as `0x${string}`);\nconst client = new x402Client();\nregisterExactEvmScheme(client, { signer });\nconst fetchWithPayment = wrapFetchWithPayment(fetch, client);\n\nconst res = await fetchWithPayment(\"https://api.moltalyzer.xyz/api/moltbook/digests/latest\");\nconst { data } = await res.json();"
      },
      {
        "title": "Polling Pattern (Polymarket & Tokens)",
        "body": "Polymarket and Token feeds use an index-based signal pattern. Poll the free index endpoint, then fetch new signals:\n\nlet lastIndex = 0;\n// Check for new signals (free)\nconst indexRes = await fetch(\"https://api.moltalyzer.xyz/api/polymarket/index\");\nconst { index } = await indexRes.json();\nif (index > lastIndex) {\n  // Fetch new signals (paid)\n  const res = await fetchWithPayment(`https://api.moltalyzer.xyz/api/polymarket/signals?since=${lastIndex}`);\n  const { data } = await res.json();\n  lastIndex = index;\n}"
      },
      {
        "title": "Error Handling",
        "body": "402 — Payment failed. Check wallet has USDC on Base Mainnet. Response body has pricing details.\n429 — Rate limited. Respect Retry-After header (seconds to wait).\n404 — No data available yet (e.g., service just started, no digests generated)."
      },
      {
        "title": "Reference Docs",
        "body": "For full response schemas, see {baseDir}/references/response-formats.md.\nFor more code examples and error handling patterns, see {baseDir}/references/code-examples.md.\nFor complete endpoint tables and rate limits, see {baseDir}/references/api-reference.md."
      }
    ],
    "body": "Moltalyzer — AI Intelligence Feeds\n\nFour data feeds from https://api.moltalyzer.xyz:\n\nMoltbook (hourly) — trending topics, sentiment, emerging/fading narratives, hot discussions\nGitHub (daily) — trending new repos, emerging tools, language trends, notable projects\nPolymarket (every 4h) — markets with predetermined outcome signals, confidence levels, and reasoning\nToken Intelligence (every 4min) — real-time token signals with hybrid rule+LLM scoring, chain filtering\nTry Free First\n\nNo setup needed. Test with plain fetch:\n\nconst res = await fetch(\"https://api.moltalyzer.xyz/api/moltbook/sample\");\nconst { data } = await res.json();\n// data.emergingNarratives, data.hotDiscussions, data.fullDigest, etc.\n\n\nAll four feeds have free samples: /api/moltbook/sample, /api/github/sample, /api/polymarket/sample, /api/tokens/sample (rate limited to 1 req/20min each).\n\nPaid Endpoints\n\nPayments are automatic via x402 — no API keys or accounts. Prices range from $0.005 to $0.05 per request.\n\nFeed\tEndpoint\tPrice\nMoltbook\tGET /api/moltbook/digests/latest\t$0.005\nMoltbook\tGET /api/moltbook/digests?hours=N\t$0.02\nGitHub\tGET /api/github/digests/latest\t$0.02\nGitHub\tGET /api/github/digests?days=N\t$0.05\nGitHub\tGET /api/github/repos?limit=N\t$0.01\nPolymarket\tGET /api/polymarket/signal\t$0.01\nPolymarket\tGET /api/polymarket/signals?since=N&count=5\t$0.03\nTokens\tGET /api/tokens/signal\t$0.01\nTokens\tGET /api/tokens/signals?since=N&count=5\t$0.05\nTokens\tGET /api/tokens/history?from=YYYY-MM-DD\t$0.03\nQuick Start (Paid)\nimport { x402Client, wrapFetchWithPayment } from \"@x402/fetch\";\nimport { registerExactEvmScheme } from \"@x402/evm/exact/client\";\nimport { privateKeyToAccount } from \"viem/accounts\";\n\nconst signer = privateKeyToAccount(process.env.EVM_PRIVATE_KEY as `0x${string}`);\nconst client = new x402Client();\nregisterExactEvmScheme(client, { signer });\nconst fetchWithPayment = wrapFetchWithPayment(fetch, client);\n\nconst res = await fetchWithPayment(\"https://api.moltalyzer.xyz/api/moltbook/digests/latest\");\nconst { data } = await res.json();\n\nPolling Pattern (Polymarket & Tokens)\n\nPolymarket and Token feeds use an index-based signal pattern. Poll the free index endpoint, then fetch new signals:\n\nlet lastIndex = 0;\n// Check for new signals (free)\nconst indexRes = await fetch(\"https://api.moltalyzer.xyz/api/polymarket/index\");\nconst { index } = await indexRes.json();\nif (index > lastIndex) {\n  // Fetch new signals (paid)\n  const res = await fetchWithPayment(`https://api.moltalyzer.xyz/api/polymarket/signals?since=${lastIndex}`);\n  const { data } = await res.json();\n  lastIndex = index;\n}\n\nError Handling\n402 — Payment failed. Check wallet has USDC on Base Mainnet. Response body has pricing details.\n429 — Rate limited. Respect Retry-After header (seconds to wait).\n404 — No data available yet (e.g., service just started, no digests generated).\nReference Docs\n\nFor full response schemas, see {baseDir}/references/response-formats.md. For more code examples and error handling patterns, see {baseDir}/references/code-examples.md. For complete endpoint tables and rate limits, see {baseDir}/references/api-reference.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jcislo/moltalyzer",
    "publisherUrl": "https://clawhub.ai/jcislo/moltalyzer",
    "owner": "jcislo",
    "version": "1.7.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/moltalyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/moltalyzer",
    "agentUrl": "https://openagent3.xyz/skills/moltalyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltalyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltalyzer/agent.md"
  }
}