Runnable PolyBridge cookbooks for market-implied workflows, Colab notebooks, and developer examples. Each cookbook is self-contained and includes a standalone README.md, a runnable notebook, a setup.sh installer, helper code, and public-facing generated assets.
The blog articles use dated snapshots. Running the notebooks or scripts calls the live Forecast API, so values may differ.
| Cookbook | What it builds | APIs / tools used | Article | Colab | GitHub folder |
|---|---|---|---|---|---|
vix-forecast/ |
A live market stress snapshot for VIX, oil, SPX drawdown, gold, and Hormuz reopening probabilities. | PolyBridge Forecast, Python 3.10+, requests, matplotlib |
VIX forecast | Open notebook | View folder |
longshort-portfolio/ |
A dry-run, review-only long/short sizing demo with structured order-intent artifacts and an MCP prompt workflow. | PolyBridge Forecast, PolyBridge MCP, Claude Desktop prompt workflow, Python 3.10+, requests, pillow |
Long/short dry run | Open notebook | View folder |
README.mdis the public index for the repo.PROMPT.mdfiles capture the reproduction brief or MCP prompt for each cookbook..ipynbnotebooks are designed for local Jupyter use or Google Colab.setup.shinstalls the cookbook-specific Python dependencies.assets/contains the generated public artifacts used by each example.
Get a PolyBridge Forecast API key from the PolyBridge Developer Console:
Export it before running the forecast-backed cookbooks:
read -s "POLYBRIDGE_API_KEY?Paste POLYBRIDGE_API_KEY: "
echo
export POLYBRIDGE_API_KEYThen choose a cookbook and run it from its own directory.
git clone https://github.com/crowdvector/polybridge-cookbooks.git
cd polybridge-cookbooks/vix-forecast
bash setup.sh
read -s "POLYBRIDGE_API_KEY?Paste POLYBRIDGE_API_KEY: "
echo
export POLYBRIDGE_API_KEY
python3 stress_monitor.py
open assets/market-stress-monitor.pnggit clone https://github.com/crowdvector/polybridge-cookbooks.git
cd polybridge-cookbooks/longshort-portfolio
bash setup.sh
read -s "POLYBRIDGE_API_KEY?Paste POLYBRIDGE_API_KEY: "
echo
export POLYBRIDGE_API_KEY
python3 dry_run_portfolio.py
open assets/dry-run-summary.png- Forecast outputs are market-implied snapshots derived from prediction-market data.
- The values in
assets/can change as source markets update. - These cookbooks are technical examples and are not financial advice.
longshort-portfolio/is dry-run and review-only. It does not place trades, require private keys, or include live execution code.
- PolyBridge Developer Console: https://polybridge.ai/console
- PolyBridge MCP release: https://github.com/crowdvector/polybridge-search-mcp/releases/tag/polybridge-mcp-v0.2.4
- VIX forecast article: https://polybridge.ai/blog/vix-forecast
- Long/short dry-run article: https://polybridge.ai/blog/longshort-portfolio