Three AI agent skills. One verdict. Trade or hold.
Your AI assistant already checks price, volume, and chart patterns. These three skills give it the one check it can't do on its own: whether the narrative driving the move is real or manufactured. That includes earnings call coordination, mention market front-running, and coordinated short campaigns.
Each skill calls a detection engine trained on 14,847+ documented manipulation fingerprints, calibrated against SEC enforcement records, and updated as new tactics emerge. The detection sharpens over time as new manipulation events are documented and added.
Base URL: https://verityskills.com/api/skills· Works with Claude, ChatGPT, Gemini, LangChain, PythonActivate in 60 seconds
Claude
- 1Copy your API key from your account dashboard.
- 2Open Claude and go to Settings → Custom instructions.
- 3Paste: "Before any trade decision, call the Verity API at verityskills.com/api/skills with my key: [YOUR-KEY]."
- 4Ask Claude: "Check $NVDA before I enter." It calls Verity and reports back.
ChatGPT
- 1Copy your API key from your account dashboard.
- 2Open ChatGPT and go to Settings → Custom instructions.
- 3Add: "You have access to Verity's trading intelligence API. Use key [YOUR-KEY] to check tickers for manipulation before recommending entries."
- 4Ask: "Is the narrative on $TSLA real?" ChatGPT calls Verity automatically.
Python / Any agent
- 1Copy your API key from your account dashboard.
- 2Add one function to your trading script or agent.
- 3Call /disinfo-alert, /anomaly-scan, or /cross-check-alert with your ticker.
- 4Gate your execution logic on the verdict field. Done.
API key in your account dashboard. Pro and Fund tiers.
Get your API key →Why these three skills
Each skill answers a different question before the trade fires:
/disinfo-alertIs there a coordinated campaign running on this ticker right now?/anomaly-scanHave unusual patterns appeared in the last 30 minutes?/cross-check-alertDoes this signal hold up across every source simultaneously?Run them in sequence. One verdict. Trade or hold.
Disinfo Alert
POST/disinfo-alertTrigger an immediate scan of any ticker for disinformation across Reddit, X, and 50,000+ news sources. Returns a confidence score, affected sources, coordinated-narrative indicators, and recommended action. In seconds.
Parameters
tickerlookback_minutesExample response
{
"ticker": "$NVDA",
"anomaly_type": "COORDINATED_FUD",
"confidence": 0.91,
"sources": ["reddit/r/stocks", "reddit/r/investing", "X"],
"signal_count": 47,
"verdict": "HIGH - act now"
}Pro and Fund tiers. API key in your account dashboard.
Get API KeyAnomaly Scan
POST/anomaly-scanCheck for unusual volume, sentiment shifts, or coordinated narrative patterns in the last N minutes across all monitored sources. The pre-trade check you should run before any significant position.
Parameters
tickerwindow_minutessourcesExample response
{
"ticker": "$TSLA",
"window_minutes": 30,
"anomalies_found": true,
"signals": [
{ "source": "reddit", "type": "VOLUME_SPIKE", "confidence": 0.74 },
{ "source": "news", "type": "SENTIMENT_SHIFT", "confidence": 0.61 }
],
"recommendation": "CAUTION"
}Pro and Fund tiers. API key in your account dashboard.
Get API KeyCross-Check Alert
POST/cross-check-alertBefore acting on a signal, verify it across all monitored sources simultaneously. Returns a multi-source verdict (corroborated, contradicted, or isolated) so your AI agent can decide whether to proceed or hold. Catches the coordination that front-runs earnings calls, mention markets, and pre-announcement leaks — the patterns that show up on Discord and X before the event.
Parameters
tickersignalmin_sourcesExample response
{
"ticker": "$BTC",
"signal": "ETF redemption spike",
"verdict": "CORROBORATED",
"sources_checked": 4,
"sources_corroborating": 3,
"confidence": 0.87,
"summary": "ETF outflow confirmed: Bloomberg, CoinDesk, r/CryptoCurrency"
}Pro and Fund tiers. API key in your account dashboard.
Get API KeyThe next manipulation on your tickers is already starting.
All three AI agent skills are available on Pro and Fund tiers. Start your free trial, get your API key, and your AI is running pre-trade checks in under 5 minutes.