Install
openclaw skills install @lacryptorina/vedetta-skillUse when you need live crypto, US stock, or macro market intelligence via x402 micropayments (USDC on Base). Buy pay-per-call analyst reads, divergence verdicts, predictions, screener, and track record — no API key, payment is auth. Descriptive research only, NFA. A korra.finance product.
openclaw skills install @lacryptorina/vedetta-skillPublisher: korra.finance
Disclaimer — not financial advice. Vedetta returns descriptive market research only (stance, confidence, narrative, divergence, odds, news). It is not investment advice, a recommendation, or a buy/sell instruction. Do not present outputs as trading signals. Agents must keep this framing when summarizing results for users.
Vedetta (https://vedetta.dethboy.com) is a pay-per-call market intelligence API for AI agents. It sells live analyst answers, sentiment-vs-price divergence verdicts (crypto, US stocks, macro), falsifiable predictions, single-topic probes (news, odds, social, narrative, events, themes, trends), cached signals, and a verifiable track record — over the x402 payment protocol, USDC on Base, one micropayment per HTTP request. No signup, no API key: payment IS authentication. Every live analyst read is a flat $0.09; cached reads are $0.005–$0.03. Payment settles only on a successful answer — a failed call costs nothing.
/v1/pulse) or a cross-asset
"which asset should I look at first?" scan (/v1/screener).Discover (free). curl -s https://vedetta.dethboy.com/llms.txt — the
full catalog with exact params. Quick health check:
curl -s https://vedetta.dethboy.com/health → expect "ok":true and
"analyst_link_connected":true before paying for live reads.
Pick the cheapest correct route. Spend path:
/v1/route?task=... $0.005 — not sure which endpoint? Describe the
task in plain English and get the exact route + params + price back./v1/track-record $0.01 — audit the desk's logged history first./v1/feed $0.005 · /v1/snapshot?asset=BTC $0.02 — cached entry points./v1/screener?only=divergent $0.03 — cross-asset divergence scan./v1/ask?q=...&asset=BTC (free-form),
/v1/consensus?asset= (divergence verdict), /v1/equity?asset=NVDA,
/v1/macro?asset=SPX|VIX|US10Y|US2Y|GOLD|OIL|BRENT,
/v1/prediction?asset=&horizon=24h|7d|30d, /v1/pulse,
/v1/news-read · /v1/house-view · /v1/event · /v1/odds ·
/v1/social · /v1/narrative (all ?asset=),
/v1/theme?theme=<free text ≤80 chars>,
/v1/trend?asset=&window=24h|7d|30d.
One ticker per call. The authoritative price is always in the HTTP 402
offer — never pay more than the listed price above.Pay with x402. Prefer the bundled client in this skill:
# One-time workspace setup (Node 18+)
mkdir -p ~/.vedetta-client && cd ~/.vedetta-client \
&& npm init -y >/dev/null 2>&1 \
&& npm pkg set type=module >/dev/null \
&& npm i @x402/axios @x402/evm axios viem >/dev/null 2>&1
# Copy pay.mjs from this skill's scripts/ into ~/.vedetta-client/
# (or point NODE at the skill scripts path)
Bundled script path (after install): scripts/pay.mjs next to this SKILL.md.
export VEDETTA_X402_PRIVATE_KEY='0x...' # dedicated low-balance wallet only
cd ~/.vedetta-client && node pay.mjs '/v1/consensus?asset=BTC'
# or, from the skill directory after npm deps are installed there:
# node scripts/pay.mjs '/v1/feed?limit=1'
The SDK handles 402 → sign → retry automatically. If the machine already has another x402-capable client or payment tool, use that instead — any x402 V2 client works; read price/network from the 402 offer at runtime.
Parse the JSON. Key fields: verdict/stance (bullish|bearish|
neutral), confidence/sentiment_pct, divergence, narrative/
summary, signal_age_minutes + stale (freshness), quality
(structured > parsed > keyword-only > raw — weight structured highest).
Always surface the API disclaimer (or equivalent) and restate that
results are descriptive research, not financial advice.
/v1/screener for the cross-asset view.curl -s https://vedetta.dethboy.com/health → "ok":true,
"analyst_link_connected":true.node pay.mjs '/v1/feed?limit=1'
($0.005) — a JSON post stream confirms discovery, payment, and parsing all
work.node pay.mjs '/v1/track-record' ($0.01) — the
logged signal history; compute your own accuracy, Vedetta claims none.# Hermes Agent
hermes skills install https://vedetta.dethboy.com/SKILL.md --name vedetta
# Or install this packaged folder
hermes skills install ./vedetta
Full catalog: https://vedetta.dethboy.com/llms.txt
Human install page: https://vedetta.dethboy.com/install
Contact: vedetta@dethboy.com