$NVDA+3.2%·$TSLA-1.8%·$AAPL+0.6%·$BTC+5.4%·$SMCI-8.2%·$GME+12.1%·$AMC-2.3%·$PLTR+2.7%·$SPY-0.4%·$MSTR+7.8%·$COIN+4.2%·$RIVN-3.5%·$META+1.1%·$SOFI+1.5%·$NVDA+3.2%·$TSLA-1.8%·$AAPL+0.6%·$BTC+5.4%·$SMCI-8.2%·$GME+12.1%·$AMC-2.3%·$PLTR+2.7%·$SPY-0.4%·$MSTR+7.8%·$COIN+4.2%·$RIVN-3.5%·$META+1.1%·$SOFI+1.5%·
$QQQ-0.2%·$ARKK+1.8%·$ETH+2.9%·$SOL-4.1%·$ROKU-2.8%·$NFLX+0.9%·$MSFT+0.4%·$GOOGL-0.7%·$AMZN+1.6%·$INTC-5.2%·$AMD+2.3%·$SNOW-1.9%·$HOOD+3.4%·$UPST-6.1%·$QQQ-0.2%·$ARKK+1.8%·$ETH+2.9%·$SOL-4.1%·$ROKU-2.8%·$NFLX+0.9%·$MSFT+0.4%·$GOOGL-0.7%·$AMZN+1.6%·$INTC-5.2%·$AMD+2.3%·$SNOW-1.9%·$HOOD+3.4%·$UPST-6.1%·
The Verity Trading Intelligence Pack

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, Python

Activate in 60 seconds

Claude

  1. 1Copy your API key from your account dashboard.
  2. 2Open Claude and go to Settings → Custom instructions.
  3. 3Paste: "Before any trade decision, call the Verity API at verityskills.com/api/skills with my key: [YOUR-KEY]."
  4. 4Ask Claude: "Check $NVDA before I enter." It calls Verity and reports back.

ChatGPT

  1. 1Copy your API key from your account dashboard.
  2. 2Open ChatGPT and go to Settings → Custom instructions.
  3. 3Add: "You have access to Verity's trading intelligence API. Use key [YOUR-KEY] to check tickers for manipulation before recommending entries."
  4. 4Ask: "Is the narrative on $TSLA real?" ChatGPT calls Verity automatically.

Python / Any agent

  1. 1Copy your API key from your account dashboard.
  2. 2Add one function to your trading script or agent.
  3. 3Call /disinfo-alert, /anomaly-scan, or /cross-check-alert with your ticker.
  4. 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-alert
Skill 01

Trigger 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.

Use when: something feels off about social chatter before you enter a position.

Parameters

ticker
stringrequirede.g. "$NVDA"
lookback_minutes
numberDefault: 60

Example 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 Key

Anomaly Scan

POST/anomaly-scan
Skill 02

Check 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.

Use when: sizing into a position and want to rule out manipulation before executing.

Parameters

ticker
stringrequirede.g. "$TSLA"
window_minutes
numberDefault: 30
sources
string[]["reddit","news","x","youtube"]

Example 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 Key

Cross-Check Alert

POST/cross-check-alert
Skill 03

Before 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.

Use when: your AI analyst has flagged a signal, or before acting on any earnings call or event-driven trade.

Parameters

ticker
stringrequirede.g. "$BTC"
signal
stringrequiredThe claim or signal to verify
min_sources
numberMin sources for corroboration (default: 2)

Example 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 Key

The 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.