tradehouse-prediction-markets/.claude-plugin/marketplace.json
iskra 54193d3177 TradeHouse prediction-markets Claude Code plugin marketplace v1.0.0
/pm-thesis, /pm-calibration, /pm-fees, /overfit-check wrapping the public
th-api / tools / th-validator free-tier endpoints. Analytics + phantom-battery
verdicts only; RIA-compliant (no persona/signal internals, disclaimers mandatory).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013EsBGJjjHKmNdm5KEcd9bH
2026-07-29 09:25:55 -07:00

24 lines
1 KiB
JSON

{
"name": "tradehouse",
"owner": {
"name": "TradeHouse — Elite AI Empire",
"url": "https://th-validator.eliteaiempire.com"
},
"metadata": {
"description": "Prediction-market analytics plugins backed by TradeHouse settlement-truth data: calibration curves, round-trip fee math, and DSR/PBO overfit verdicts.",
"version": "1.0.0"
},
"plugins": [
{
"name": "tradehouse-prediction-markets",
"source": "./plugins/tradehouse-prediction-markets",
"description": "Slash commands for prediction-market analytics (/pm-thesis, /pm-calibration, /pm-fees) and honest backtest validation (/overfit-check) against TradeHouse public APIs. Analytics only — not investment advice.",
"version": "1.0.0",
"author": { "name": "TradeHouse — Elite AI Empire" },
"homepage": "https://th-validator.eliteaiempire.com",
"license": "MIT",
"keywords": ["prediction-markets", "kalshi", "polymarket", "calibration", "backtest", "overfitting", "deflated-sharpe"],
"category": "finance"
}
]
}