{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentcanary",
    "name": "AgentCanary",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/MrCerq/agentcanary",
    "canonicalUrl": "https://clawhub.ai/MrCerq/agentcanary",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agentcanary",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentcanary",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/endpoints.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. 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": "agentcanary",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:50:38.612Z",
      "expiresAt": "2026-05-06T13:50:38.612Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentcanary",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentcanary",
        "contentDisposition": "attachment; filename=\"agentcanary-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agentcanary"
      },
      "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/agentcanary"
    },
    "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/agentcanary",
    "agentPageUrl": "https://openagent3.xyz/skills/agentcanary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentcanary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentcanary/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": "AgentCanary",
        "body": "Cross-asset market intelligence for AI agents. 130+ endpoints. Not raw data — intelligence.\n\nBase URL: https://api.agentcanary.ai/api\nAuth: Wallet-based API keys. Create key → deposit USDC/USDT on any supported EVM chain → use key as query param.\nBriefs: 4× daily auto-generated intelligence — Radar (04:15), Signal (10:15), Pulse (16:15), Wrap (22:15 UTC).\nTelegram: @AgentCanary — live briefs.\nApp: app.agentcanary.ai — dashboard, billing, API key management.\nDocs: api.agentcanary.ai/api/docs — interactive Swagger UI.\nWebsite: agentcanary.ai"
      },
      {
        "title": "Security",
        "body": "API-only — HTTP GET/POST returning JSON. No local code, no binaries, no shell commands.\nNo secrets in prompt — wallet-based auth. No API keys pass through the LLM context window.\nRead-only — fetches data. Cannot write, modify, or access your filesystem.\nNo filesystem access — no file reads, no file writes, no directory listing.\nSecurity headers — Helmet.js (X-Powered-By removed, XSS protection, content-type sniffing prevention, strict transport security).\nRate limiting — per-tier rate limits enforced server-side. Key creation: 5 attempts per 15 min per IP.\nBody size limit — 1MB max request body. Rejects oversized payloads.\nError isolation — global uncaughtException/unhandledRejection handlers. Express error middleware. No stack traces in responses.\nMulti-chain deposits — USDC/USDT accepted on Base, Ethereum, Arbitrum, Optimism, Polygon. Same deposit address on all chains.\nVirusTotal verified — 0/62 detections."
      },
      {
        "title": "Getting Started",
        "body": "1. POST /api/keys/create  { walletAddress: \"0x...\" }  → returns apiKey\n2. Send USDC/USDT to the receiving address shown at agentcanary.ai (Base, Ethereum, Arbitrum, Optimism, Polygon)\n3. POST /api/billing/check  { apiKey: \"...\" }  → auto-detects payment, credits account\n4. Use endpoints:  GET /api/data/realtime-prices?apikey=YOUR_KEY\n\nMinimum deposit: $5. Credits never expire. No subscriptions. No KYC."
      },
      {
        "title": "Pricing",
        "body": "TierCumulative DepositPer CallRate LimitAccessExplorerFree$0.0210/min, 50/dayPrices, news, whale alerts, Fear & Greed, regimeBuilder$50+$0.0260/min, 5K/day+ macro, signals, calendar, volumes, newslettersSignal$150+$0.015120/min, 20K/dayAll 130+ endpoints. AI reports. Orderbook. DeFi. Options.Institutional$500+$0.01300/min, unlimitedWhite-label. SLA. Custom integrations."
      },
      {
        "title": "Default Agent Pattern",
        "body": "1. GET /api/macro/regime every 4–6 hours → classify risk environment\n2. If Risk-Off → suppress trading, reduce exposure\n3. If Risk-On → allow strategy execution, check signals\n4. GET /api/data/whale-alerts every 15–30 min → event-driven interrupts\n5. GET /api/signals/decision-engine before entries → multi-factor confirmation\n\nAgentCanary is risk intelligence middleware. It tells your agent when conditions are favorable — your agent decides what to do."
      },
      {
        "title": "Endpoint Categories",
        "body": "Full endpoint documentation with response examples: references/endpoints.md"
      },
      {
        "title": "Proprietary AC Endpoints (/api/...)",
        "body": "CategoryKey EndpointsTierIndicators/indicators, /indicators/summary, /indicators/:nameExplorer–BuilderScenarios/scenarios/current, /scenarios/history, /scenarios/signalsSignalBriefs/briefs/latest, /briefs/feed, /briefs/archive, /briefs/:typeExplorer–SignalMacro/macro/regime, /macro/snapshot, /macro/signals, /macro/global-liquidity, /macro/us-m2, /macro/central-banks, /macro/supply-chainExplorer–BuilderRegime/regime, /regime/matrix, /regime/historySignalSignals/signals/correlations, /signals/sector-rotation, /signals/btc-etf-flows, /signals/fear-greed, /signals/whale-alerts, /signals/decision-engine + 27 moreSignalNarratives/narratives, /narratives/history, /narratives/:nameSignalExpectations/expectations, /expectations/rotation, /expectations/crowded, /expectations/earlySignalDeFi/defi/intelligence, /defi/pe-ratios, /defi/yields, /defi/perps, /defi/stablecoins, /defi/chains, /defi/unlocks, /defi/signalsSignalBTC Options/btc-options, /btc-options/maxpain, /btc-options/skewSignalCentral Banks/central-banks, /central-banks/balance-sheets, /central-banks/btc, /central-banks/stablecoins, /central-banks/gold, /central-banks/reserves, /central-banks/ticSignalPremiums/premiums, /premiums/coinbase, /premiums/kimchiSignalPredictions/predictions, /predictions/movers, /predictions/:slugSignalSentiment/sentiment/redditSignalMean Reversion/mr/signals, /mr/trades, /mr/statsSignalHindenburg/hindenburg, /hindenburg/historySignalCAPE/capeSignalKill Conditions/kill-conditionsSignalCrypto Re-entry/crypto-reentry, /crypto-reentry/historySignalInstitutional/institutional/13fSignalNews/news/trending, /news/stats, /news/market-analysis, /news/xtg-analysisSignal"
      },
      {
        "title": "Data Endpoints (/api/data/...)",
        "body": "Cached datasets refreshed on schedule. 26 datasets covering prices, macro, crypto, news, institutional, calendar.\n\nDatasetTierDescriptionrealtime-pricesExplorer100+ crypto tokens, 24h changeyahoo-quotesBuilderSPY, QQQ, VIX, TLT, DXY, Oil, 16 sector ETFs, stockswhale-alertsExplorerLarge crypto transactionsbreaking-newsExplorerFinancial news with FinBERT sentimentfear-greedExplorerCrypto Fear & Greed Indexmacro-snapshotBuilder30+ FRED series, regime, risk gauge, z-scoresfunding-ratesBuilderPerpetual funding rates across exchangesfinancial-calendarBuilderHigh-impact economic eventsnewslettersBuilderCurated newsletter intelligencenarrative-scoresSignal21 narrative themes, crowding 1–5btc-etf-flowsSignalBitcoin ETF daily flowsreddit-sentimentSignal14 subreddit sentiment analysisdecision-engineSignalMulti-factor crypto re-entry scoringscenario-probsSignal6 macro scenario probabilities\n\nPlus 12 more datasets. Full list in references/endpoints.md."
      },
      {
        "title": "Signal Cadence Guide",
        "body": "SignalUpdate FrequencyRecommended CadenceMacro regimeEvery 6hEvery 4–6 hoursSignal states (1d)Daily closeEvery 4–6 hoursWhale alertsReal-timeEvery 15–30 minFunding ratesEvery 8hEvery 4–8 hoursBreaking newsReal-timeEvery 15–30 minBriefs4× dailyAfter each brief windowDeFi yieldsEvery 4hEvery 4–6 hoursBTC optionsDailyEvery 4–6 hours"
      },
      {
        "title": "What It Does Not Do",
        "body": "Does not predict prices — classifies regimes and states\nDoes not place orders or replace execution logic\nDoes not provide financial advice\nDoes not guarantee returns\n\nAgentCanary provides market data and intelligence for informational purposes only. Nothing constitutes financial advice."
      }
    ],
    "body": "AgentCanary\n\nCross-asset market intelligence for AI agents. 130+ endpoints. Not raw data — intelligence.\n\nBase URL: https://api.agentcanary.ai/api Auth: Wallet-based API keys. Create key → deposit USDC/USDT on any supported EVM chain → use key as query param. Briefs: 4× daily auto-generated intelligence — Radar (04:15), Signal (10:15), Pulse (16:15), Wrap (22:15 UTC). Telegram: @AgentCanary — live briefs. App: app.agentcanary.ai — dashboard, billing, API key management. Docs: api.agentcanary.ai/api/docs — interactive Swagger UI. Website: agentcanary.ai\n\nSecurity\nAPI-only — HTTP GET/POST returning JSON. No local code, no binaries, no shell commands.\nNo secrets in prompt — wallet-based auth. No API keys pass through the LLM context window.\nRead-only — fetches data. Cannot write, modify, or access your filesystem.\nNo filesystem access — no file reads, no file writes, no directory listing.\nSecurity headers — Helmet.js (X-Powered-By removed, XSS protection, content-type sniffing prevention, strict transport security).\nRate limiting — per-tier rate limits enforced server-side. Key creation: 5 attempts per 15 min per IP.\nBody size limit — 1MB max request body. Rejects oversized payloads.\nError isolation — global uncaughtException/unhandledRejection handlers. Express error middleware. No stack traces in responses.\nMulti-chain deposits — USDC/USDT accepted on Base, Ethereum, Arbitrum, Optimism, Polygon. Same deposit address on all chains.\nVirusTotal verified — 0/62 detections.\nGetting Started\n1. POST /api/keys/create  { walletAddress: \"0x...\" }  → returns apiKey\n2. Send USDC/USDT to the receiving address shown at agentcanary.ai (Base, Ethereum, Arbitrum, Optimism, Polygon)\n3. POST /api/billing/check  { apiKey: \"...\" }  → auto-detects payment, credits account\n4. Use endpoints:  GET /api/data/realtime-prices?apikey=YOUR_KEY\n\n\nMinimum deposit: $5. Credits never expire. No subscriptions. No KYC.\n\nPricing\nTier\tCumulative Deposit\tPer Call\tRate Limit\tAccess\nExplorer\tFree\t$0.02\t10/min, 50/day\tPrices, news, whale alerts, Fear & Greed, regime\nBuilder\t$50+\t$0.02\t60/min, 5K/day\t+ macro, signals, calendar, volumes, newsletters\nSignal\t$150+\t$0.015\t120/min, 20K/day\tAll 130+ endpoints. AI reports. Orderbook. DeFi. Options.\nInstitutional\t$500+\t$0.01\t300/min, unlimited\tWhite-label. SLA. Custom integrations.\nDefault Agent Pattern\n1. GET /api/macro/regime every 4–6 hours → classify risk environment\n2. If Risk-Off → suppress trading, reduce exposure\n3. If Risk-On → allow strategy execution, check signals\n4. GET /api/data/whale-alerts every 15–30 min → event-driven interrupts\n5. GET /api/signals/decision-engine before entries → multi-factor confirmation\n\n\nAgentCanary is risk intelligence middleware. It tells your agent when conditions are favorable — your agent decides what to do.\n\nEndpoint Categories\n\nFull endpoint documentation with response examples: references/endpoints.md\n\nProprietary AC Endpoints (/api/...)\nCategory\tKey Endpoints\tTier\nIndicators\t/indicators, /indicators/summary, /indicators/:name\tExplorer–Builder\nScenarios\t/scenarios/current, /scenarios/history, /scenarios/signals\tSignal\nBriefs\t/briefs/latest, /briefs/feed, /briefs/archive, /briefs/:type\tExplorer–Signal\nMacro\t/macro/regime, /macro/snapshot, /macro/signals, /macro/global-liquidity, /macro/us-m2, /macro/central-banks, /macro/supply-chain\tExplorer–Builder\nRegime\t/regime, /regime/matrix, /regime/history\tSignal\nSignals\t/signals/correlations, /signals/sector-rotation, /signals/btc-etf-flows, /signals/fear-greed, /signals/whale-alerts, /signals/decision-engine + 27 more\tSignal\nNarratives\t/narratives, /narratives/history, /narratives/:name\tSignal\nExpectations\t/expectations, /expectations/rotation, /expectations/crowded, /expectations/early\tSignal\nDeFi\t/defi/intelligence, /defi/pe-ratios, /defi/yields, /defi/perps, /defi/stablecoins, /defi/chains, /defi/unlocks, /defi/signals\tSignal\nBTC Options\t/btc-options, /btc-options/maxpain, /btc-options/skew\tSignal\nCentral Banks\t/central-banks, /central-banks/balance-sheets, /central-banks/btc, /central-banks/stablecoins, /central-banks/gold, /central-banks/reserves, /central-banks/tic\tSignal\nPremiums\t/premiums, /premiums/coinbase, /premiums/kimchi\tSignal\nPredictions\t/predictions, /predictions/movers, /predictions/:slug\tSignal\nSentiment\t/sentiment/reddit\tSignal\nMean Reversion\t/mr/signals, /mr/trades, /mr/stats\tSignal\nHindenburg\t/hindenburg, /hindenburg/history\tSignal\nCAPE\t/cape\tSignal\nKill Conditions\t/kill-conditions\tSignal\nCrypto Re-entry\t/crypto-reentry, /crypto-reentry/history\tSignal\nInstitutional\t/institutional/13f\tSignal\nNews\t/news/trending, /news/stats, /news/market-analysis, /news/xtg-analysis\tSignal\nData Endpoints (/api/data/...)\n\nCached datasets refreshed on schedule. 26 datasets covering prices, macro, crypto, news, institutional, calendar.\n\nDataset\tTier\tDescription\nrealtime-prices\tExplorer\t100+ crypto tokens, 24h change\nyahoo-quotes\tBuilder\tSPY, QQQ, VIX, TLT, DXY, Oil, 16 sector ETFs, stocks\nwhale-alerts\tExplorer\tLarge crypto transactions\nbreaking-news\tExplorer\tFinancial news with FinBERT sentiment\nfear-greed\tExplorer\tCrypto Fear & Greed Index\nmacro-snapshot\tBuilder\t30+ FRED series, regime, risk gauge, z-scores\nfunding-rates\tBuilder\tPerpetual funding rates across exchanges\nfinancial-calendar\tBuilder\tHigh-impact economic events\nnewsletters\tBuilder\tCurated newsletter intelligence\nnarrative-scores\tSignal\t21 narrative themes, crowding 1–5\nbtc-etf-flows\tSignal\tBitcoin ETF daily flows\nreddit-sentiment\tSignal\t14 subreddit sentiment analysis\ndecision-engine\tSignal\tMulti-factor crypto re-entry scoring\nscenario-probs\tSignal\t6 macro scenario probabilities\n\nPlus 12 more datasets. Full list in references/endpoints.md.\n\nSignal Cadence Guide\nSignal\tUpdate Frequency\tRecommended Cadence\nMacro regime\tEvery 6h\tEvery 4–6 hours\nSignal states (1d)\tDaily close\tEvery 4–6 hours\nWhale alerts\tReal-time\tEvery 15–30 min\nFunding rates\tEvery 8h\tEvery 4–8 hours\nBreaking news\tReal-time\tEvery 15–30 min\nBriefs\t4× daily\tAfter each brief window\nDeFi yields\tEvery 4h\tEvery 4–6 hours\nBTC options\tDaily\tEvery 4–6 hours\nWhat It Does Not Do\nDoes not predict prices — classifies regimes and states\nDoes not place orders or replace execution logic\nDoes not provide financial advice\nDoes not guarantee returns\n\nAgentCanary provides market data and intelligence for informational purposes only. Nothing constitutes financial advice."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/MrCerq/agentcanary",
    "publisherUrl": "https://clawhub.ai/MrCerq/agentcanary",
    "owner": "MrCerq",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentcanary",
    "downloadUrl": "https://openagent3.xyz/downloads/agentcanary",
    "agentUrl": "https://openagent3.xyz/skills/agentcanary/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentcanary/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentcanary/agent.md"
  }
}