openapi

openapi is an agent for coding agents from akarazhev/bitcoin-risk-brief. It costs 0 tokens per session (319 once invoked), scanned A, original, Apache-2.0.

A machine-readable OpenAPI description of the Bitcoin Risk Brief service, a service that provides Bitcoin risk analysis and research context. It documents seven public endpoints and includes request, response, status-code and header details.

In plain words
What is it for?
Use it to download the schema, generate a Python client, integrate health and readiness checks, retrieve current or historical risk data, read risk levels and briefs, and submit waitlist requests.
Why use it?
It lets developers inspect the API contract and generate client code without relying on manually written integration notes. Clients still need to check service readiness and follow the interpretation rules.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/akarazhev/bitcoin-risk-brief/openapi
Clone the repo
git clone --depth 1 https://github.com/akarazhev/bitcoin-risk-brief

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openapi

README.md
[![agentmods](https://agentmods.dev/badge/agents/akarazhev/bitcoin-risk-brief/openapi.svg)](https://agentmods.dev/agents/akarazhev/bitcoin-risk-brief/openapi)
Your own site
<a href="https://agentmods.dev/agents/akarazhev/bitcoin-risk-brief/openapi"><img src="https://agentmods.dev/badge/agents/akarazhev/bitcoin-risk-brief/openapi.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 319 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00319
Opus 5 $0.00000 $0.00160
Sonnet 5 $0.00000 $0.00064
Haiku 4.5 $0.00000 $0.00032

Measured 4d ago against content hash d1b089378c87, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openapi scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

This example downloads the live schema with `curl`, then generates a Python client with
docs/agents/openapi.md · 37 lines

What it actually says

OpenAPI

The machine-readable OpenAPI schema is served at:

https://bitcoinriskbrief.minihub.app/api/openapi.json

It describes the seven public application endpoints: health, readiness, latest risk, risk history, risk levels, latest brief, and waitlist submission, including route summaries, status codes, cache/no-store headers, and illustrative response examples. Generated code does not enforce the product's interpretation rules: clients must still call /api/readiness first and must not present any output as financial advice, investment advice, a price forecast, or a trading recommendation.

Interactive documentation is deliberately absent. The strict Content-Security-Policy blocks the CDN-loaded assets used by the default Swagger UI, so the backend exposes the schema while leaving Swagger UI and ReDoc disabled. The CSP is not relaxed for documentation.

Generate a client

This example downloads the live schema with curl, then generates a Python client with OpenAPI Generator:

curl --fail --silent --show-error \
  https://bitcoinriskbrief.minihub.app/api/openapi.json \
  --output bitcoin-risk-brief.openapi.json

openapi-generator-cli generate \
  --input-spec bitcoin-risk-brief.openapi.json \
  --generator-name python \
  --output generated/bitcoin-risk-brief-python

Review generated method names and models before integrating them, and put the readiness-first gate in the calling workflow rather than assuming code generation adds it.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 37 lines · 0 tokens per session scan A d1b089378c87

Subscribe to this mod's changes

openapi is an agent published in the GitHub repository akarazhev/bitcoin-risk-brief (0 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 319 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

ladybug-architect

Deep work on the LadybugDB graph tier — the Graph API service, its client factory and routing middleware, the EC2/ASG fleet and its CloudFormation stacks, and the DynamoDB registries. Use for architecture review, query and memory performance tuning, ingestion and materialization issues, instance/volume…

RoboFinSystems/robosystems · 95 tokens

growth-pulse-workflow

Agent "growth-pulse-workflow" from Treevu-ai/cli-market-world, covering por qué es distinto de price pulse, arquitectura, fuentes de datos (todas públicas, sin auth), cómo ejecutar and verificado (2026-07-12).

Treevu-ai/cli-market-world · 0 tokens

outbound-intelligence-agro

ICP: Export Managers, Revenue Strategists, and Innovation Directors in the Agro/Food sector. Goal: Sell CLI Market Intelligence Pilot ($300-$500/mo). Key Value: Eliminating commercial blindness in destination retail pricing using Golden Records.

Treevu-ai/cli-market-world · 0 tokens

report-sample-blueberries

Categoría: Arándanos / Blueberries Frecuencia: Cada 4 horas Golden Records Analizados: 12 SKUs normalizados Mercados: Perú (Origen/Local) vs. España (Destino/Referencia).

Treevu-ai/cli-market-world · 0 tokens

data-analytics-lead

CLI Market's internal Data & Analytics lead — owns catalog data quality, price/coverage metrics, moat health, and the search→cart→checkout funnel for both human and AI-agent consumers. Use PROACTIVELY when investigating qualityflagged spikes, coverage7dpct drops, stale collectors, cross-retailer dedup/normalization…

Treevu-ai/cli-market-world · 104 tokens

trellis-check

Code quality check expert. Reviews code changes against specs and self-fixes issues.

yuqie6/ProductFlow · 20 tokens