← Back to Skills Marketplace
mrcerq

AgentCanary

by AgentCanary · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
722
Downloads
1
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install agentcanary
Description
Cross-asset market intelligence API for AI agents. 130+ endpoints across macro regime detection, risk scoring, trading signals (IGNITION/ACCUMULATION/DISTRIB...
README (SKILL.md)

AgentCanary

Cross-asset market intelligence for AI agents. 130+ endpoints. Not raw data — intelligence.

Base 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


Security

  • API-only — HTTP GET/POST returning JSON. No local code, no binaries, no shell commands.
  • No secrets in prompt — wallet-based auth. No API keys pass through the LLM context window.
  • Read-only — fetches data. Cannot write, modify, or access your filesystem.
  • No filesystem access — no file reads, no file writes, no directory listing.
  • Security headers — Helmet.js (X-Powered-By removed, XSS protection, content-type sniffing prevention, strict transport security).
  • Rate limiting — per-tier rate limits enforced server-side. Key creation: 5 attempts per 15 min per IP.
  • Body size limit — 1MB max request body. Rejects oversized payloads.
  • Error isolation — global uncaughtException/unhandledRejection handlers. Express error middleware. No stack traces in responses.
  • Multi-chain deposits — USDC/USDT accepted on Base, Ethereum, Arbitrum, Optimism, Polygon. Same deposit address on all chains.
  • VirusTotal verified0/62 detections.

Getting Started

1. POST /api/keys/create  { walletAddress: "0x..." }  → returns apiKey
2. Send USDC/USDT to the receiving address shown at agentcanary.ai (Base, Ethereum, Arbitrum, Optimism, Polygon)
3. POST /api/billing/check  { apiKey: "..." }  → auto-detects payment, credits account
4. Use endpoints:  GET /api/data/realtime-prices?apikey=YOUR_KEY

Minimum deposit: $5. Credits never expire. No subscriptions. No KYC.


Pricing

Tier Cumulative Deposit Per Call Rate Limit Access
Explorer Free $0.02 10/min, 50/day Prices, news, whale alerts, Fear & Greed, regime
Builder $50+ $0.02 60/min, 5K/day + macro, signals, calendar, volumes, newsletters
Signal $150+ $0.015 120/min, 20K/day All 130+ endpoints. AI reports. Orderbook. DeFi. Options.
Institutional $500+ $0.01 300/min, unlimited White-label. SLA. Custom integrations.

Default Agent Pattern

1. GET /api/macro/regime every 4–6 hours → classify risk environment
2. If Risk-Off → suppress trading, reduce exposure
3. If Risk-On → allow strategy execution, check signals
4. GET /api/data/whale-alerts every 15–30 min → event-driven interrupts
5. GET /api/signals/decision-engine before entries → multi-factor confirmation

AgentCanary is risk intelligence middleware. It tells your agent when conditions are favorable — your agent decides what to do.


Endpoint Categories

Full endpoint documentation with response examples: references/endpoints.md

Proprietary AC Endpoints (/api/...)

Category Key Endpoints Tier
Indicators (36) /indicators, /indicators/summary, /indicators/:name, /indicators/:name/history — includes Bull Market Support Band, Pi Cycle, Wyckoff Structure, Stablecoin Composite, Composite Risk Score, and 31 more Explorer–Signal
Scenarios /scenarios/current, /scenarios/history, /scenarios/signals Signal
Briefs /briefs/latest, /briefs/feed, /briefs/archive, /briefs/:type Explorer–Signal
Macro /macro/regime, /macro/snapshot, /macro/signals, /macro/global-liquidity, /macro/us-m2, /macro/central-banks, /macro/supply-chain Explorer–Builder
Regime /regime, /regime/matrix, /regime/history Signal
Signals /signals/correlations, /signals/sector-rotation, /signals/btc-etf-flows, /signals/fear-greed, /signals/whale-alerts, /signals/geopolitical-risk, /signals/decision-engine + 26 more Signal
Narratives /narratives, /narratives/history, /narratives/:name Signal
Expectations /expectations, /expectations/rotation, /expectations/crowded, /expectations/early Signal
DeFi /defi/intelligence, /defi/pe-ratios, /defi/yields, /defi/perps, /defi/stablecoins, /defi/chains, /defi/unlocks, /defi/signals Signal
BTC Options /btc-options, /btc-options/maxpain, /btc-options/skew Signal
Central Banks /central-banks, /central-banks/balance-sheets, /central-banks/btc, /central-banks/stablecoins, /central-banks/gold, /central-banks/reserves, /central-banks/tic Signal
Premiums /premiums, /premiums/coinbase, /premiums/kimchi Signal
Predictions /predictions, /predictions/movers, /predictions/:slug Signal
Sentiment /sentiment/reddit Signal
Mean Reversion /mr/signals, /mr/trades, /mr/stats Signal
Hindenburg /hindenburg, /hindenburg/history Signal
CAPE /cape Signal
Kill Conditions /kill-conditions Signal
Crypto Re-entry /crypto-reentry, /crypto-reentry/history Signal
Institutional /institutional/13f Signal
News /news/trending, /news/stats, /news/market-analysis, /news/xtg-analysis Signal

Data Endpoints (/api/data/...)

Cached datasets refreshed on schedule. 26 datasets covering prices, macro, crypto, news, institutional, calendar.

Dataset Tier Description
realtime-prices Explorer 100+ crypto tokens, 24h change
yahoo-quotes Builder SPY, QQQ, VIX, TLT, DXY, Oil, 16 sector ETFs, stocks
whale-alerts Explorer Large crypto transactions
breaking-news Explorer Financial news with FinBERT sentiment
fear-greed Explorer Crypto Fear & Greed Index
macro-snapshot Builder 30+ FRED series, regime, risk gauge, z-scores
funding-rates Builder Perpetual funding rates across exchanges
financial-calendar Builder High-impact economic events
newsletters Builder Curated newsletter intelligence
narrative-scores Signal 21 narrative themes, crowding 1–5
btc-etf-flows Signal Bitcoin ETF daily flows
reddit-sentiment Signal 14 subreddit sentiment analysis
decision-engine Signal Multi-factor crypto re-entry scoring
scenario-probs Signal 6 macro scenario probabilities

Plus 12 more datasets. Full list in references/endpoints.md.


Signal Cadence Guide

Signal Update Frequency Recommended Cadence
Macro regime Every 6h Every 4–6 hours
Signal states (1d) Daily close Every 4–6 hours
Whale alerts Real-time Every 15–30 min
Funding rates Every 8h Every 4–8 hours
Breaking news Real-time Every 15–30 min
Briefs 4× daily After each brief window
DeFi yields Every 4h Every 4–6 hours
BTC options Daily Every 4–6 hours

What It Does Not Do

  • Does not predict prices — classifies regimes and states
  • Does not place orders or replace execution logic
  • Does not provide financial advice
  • Does not guarantee returns

AgentCanary provides market data and intelligence for informational purposes only. Nothing constitutes financial advice.

Usage Guidance
This skill appears to be what it claims: an API-only market intelligence service. Before installing or using it, verify the operator and domain (visit agentcanary.ai from a trusted browser), and prefer depositing only a small test amount if you decide to fund an account. Confirm how your agent/runtime will store and send the apiKey so that the key is not exposed in LLM prompts, logs, or transcripts (use a secure secrets store or the platform's secure tool integration). The SKILL.md mentions a VirusTotal link and provides website links despite the registry metadata saying 'source: unknown' — consider asking the publisher for provenance (owner identity, company, or GitHub repo) and for API usage examples in your runtime environment before committing significant funds or automation.
Capability Analysis
Type: OpenClaw Skill Name: agentcanary Version: 1.0.3 The AgentCanary skill bundle is a documentation-only package providing instructions for an AI agent to interact with a market intelligence API (api.agentcanary.ai). It contains no executable code, local filesystem access, or requests for sensitive user credentials; instead, it utilizes a wallet-based API key system. The instructions in SKILL.md are strictly aligned with its stated purpose of fetching financial data and macro indicators.
Capability Assessment
Purpose & Capability
The SKILL.md describes an API-only market-intelligence service and the runtime instructions are limited to calling HTTPS endpoints under api.agentcanary.ai; there are no unrelated binaries, config paths, or environment variables requested. The resources the skill asks for (none) are proportionate to the described purpose.
Instruction Scope
Instructions stick to HTTP API calls and describe endpoints and polling patterns. Two practical concerns: (1) the service uses apiKey as a query parameter (apikey=YOUR_KEY) — the skill claims 'No secrets in prompt' but callers must ensure API keys are not injected into the LLM prompt or logs; how keys are supplied at runtime is not specified. (2) The onboarding requires making crypto deposits to a receiving address on external chains — depositing funds to an unfamiliar service carries financial and operational risk and is not something the agent can do on its own.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing will be written to disk by the skill itself; this is the lowest-risk install mechanism.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. That is consistent with an API-only skill that expects externally created API keys. There are no unexplained credential requests.
Persistence & Privilege
The skill is not set to always:true and uses normal autonomous invocation defaults. It does not request persistent system-level privileges or modify other skills' configs according to the provided metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentcanary
  3. After installation, invoke the skill by name or use /agentcanary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Removed the file: references/endpoints.md - Updated VirusTotal verification link in the Security section - No changes to endpoints, API, or functionality - Documentation now omits the removed reference file
v1.0.2
Version 1.0.2 - Updated the endpoint category list to clarify coverage and explicitly list "Indicators (36)", specifying key indicator examples and a count of available proprietary indicators. - Expanded endpoint descriptions for greater specificity and clarity. - No code changes; documentation only.
v1.0.1
AgentCanary 1.0.1 — Major Expansion & Endpoint Redesign Multi-chain deposit support • USDC/USDT accepted on Base, Ethereum, Arbitrum, Optimism, and Polygon • Same deposit address on all chains — server auto-detects which chain the payment came from Security hardening • Helmet.js security headers (XSS protection, HSTS, X-Powered-By removed) • 1MB request body limit • Key creation rate limited: 5 attempts per 15 min per IP • Global error isolation (uncaughtException/unhandledRejection handlers, no stack traces in responses) • Fresh VirusTotal scan: 0/62 detections New endpoints • /api/central-banks — balance sheets, BTC reserves, stablecoin holdings, gold reserves, TIC data • /api/predictions — Polymarket scenario probabilities + movers • /api/expectations — rotation, crowding, early signals • /api/institutional/13f — 13F filings, short interest, CFTC COT • /api/defi/signals — DeFi-specific signal aggregation • /api/btc-options/skew — options skew data • /api/premiums/coinbase, /api/premiums/kimchi — individual premium endpoints • /api/sentiment/reddit — 14 subreddit sentiment analysis • /api/mean-reversion/* — signals, trades, stats • /api/hindenburg — Hindenburg omen + history • /api/cape — CAPE ratio • /api/crypto-reentry — crypto re-entry framework + history • /api/kill-conditions — kill switch conditions Infrastructure • OpenAPI spec expanded: 92 → 121 paths • Interactive Swagger UI at api.agentcanary.ai/api/docs • Minimum deposit lowered: $10 → $5
v1.0.0
- Initial release of AgentCanary skill (v1.0.0). - Provides market intelligence API for AI agents, with 33 endpoints and coverage of 1181 assets from 250+ sources. - Features include macro regime detection, risk scoring, trading signals, whale alerts, technical analysis, RSI screening, breaking news sentiment, economic calendar, treasury tracking, and Polymarket odds. - API-only design ensures security: no local execution, no filesystem access, and no secrets in prompt. - Free tier offers real-time prices (50 calls/day); broader access and pricing tiers announced ahead of API launch.
Metadata
Slug agentcanary
Version 1.0.3
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is AgentCanary?

Cross-asset market intelligence API for AI agents. 130+ endpoints across macro regime detection, risk scoring, trading signals (IGNITION/ACCUMULATION/DISTRIB... It is an AI Agent Skill for Claude Code / OpenClaw, with 722 downloads so far.

How do I install AgentCanary?

Run "/install agentcanary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AgentCanary free?

Yes, AgentCanary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AgentCanary support?

AgentCanary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AgentCanary?

It is built and maintained by AgentCanary (@mrcerq); the current version is v1.0.3.

💬 Comments