{
  "markdown": "# market-risk\n\nA Claude Code plugin that fetches real-time risk levels for crypto and stock indices from [CycleBottom](https://cyclebottom.com).\n\n## What it does\n\nReturns a normalized 0-1 risk metric based on logarithmic deviation from the 365-day moving average, adjusted for diminishing returns.\n\n- Risk near 0 = historically cheap (accumulation zone)\n- Risk near 1 = historically overvalued (distribution zone)\n\n### Supported assets\n\n| Asset Class | Assets | Data since |\n|-------------|--------|------------|\n| Crypto | BTC, ETH, ADA, SOL, BNB, LINK | 2010-2020 |\n| Indices | Dow Jones, S&P 500, NASDAQ | 1927-1985 |\n\n## Install\n\n```\n/plugin install cyclebottom/risk-skill\n```\n\n## Usage\n\n```\n/crypto-risk:market-risk\n```\n\nOr just ask naturally: \"What's the BTC risk level?\", \"crypto risk\", \"is the S&P 500 overvalued?\", \"market temperature\" — the skill auto-triggers.\n\n## Response example\n\n**Crypto:**\n```\nBTC  — $67,326 | Risk: 0.176 (Low risk)           | MA365: $58,241 | Price/MA: 1.156x\nETH  — $2,056  | Risk: 0.313 (Moderate-low risk)   | MA365: $1,842  | Price/MA: 1.116x\nSOL  — $135    | Risk: 0.421 (Moderate-low risk)   | MA365: $112    | Price/MA: 1.205x\nADA  — $0.72   | Risk: 0.385 (Moderate-low risk)   | MA365: $0.58   | Price/MA: 1.241x\nBNB  — $612    | Risk: 0.502 (Neutral)             | MA365: $548    | Price/MA: 1.117x\nLINK — $15.20  | Risk: 0.344 (Moderate-low risk)   | MA365: $12.80  | Price/MA: 1.188x\n```\n\n**Indices:**\n```\nDJIA    — 42,150 | Risk: 0.612 (Moderate-high risk) | MA365: 39,820 | Price/MA: 1.059x\nS&P 500 — 5,680  | Risk: 0.598 (Moderate-high risk) | MA365: 5,320  | Price/MA: 1.068x\nNASDAQ  — 17,850 | Risk: 0.571 (Moderate-high risk) | MA365: 16,540 | Price/MA: 1.079x\n```\n\n## Risk scale\n\n| Range | Meaning |\n|-------|---------|\n| 0.00 - 0.15 | Extreme low risk — Strong accumulation zone |\n| 0.15 - 0.30 | Low risk — Good accumulation opportunity |\n| 0.30 - 0.45 | Moderate-low risk — Reasonable entry |\n| 0.45 - 0.55 | Neutral — Fair value range |\n| 0.55 - 0.70 | Moderate-high risk — Consider caution |\n| 0.70 - 0.85 | High risk — Distribution zone |\n| 0.85 - 1.00 | Extreme high risk — Historically overvalued |\n\n## API\n\n| Endpoint | Assets |\n|----------|--------|\n| `GET https://cyclebottom.com/api/risk/crypto` | btc, eth, ada, sol, bnb, link |\n| `GET https://cyclebottom.com/api/risk/indices` | djia, sp500, nasdaq |\n\nEach object returns `price`, `risk`, `label`, `ma365`, `priceToMA`, and `date`.\n\n## License\n\nMIT\n",
  "bytes": 2467,
  "sha": "a6b15694980319ad3a2dc2173f9f3741e97842effe1e8d99cf6915b83cf02554",
  "repo_slug": "cyclebottom/risk-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_cyclebottom_risk_skill_cyclebottom_risk_e9dd0ca1/readme"
}