skills/orthogonal-prediction-market-odds/SKILL.md
Get prediction market odds and prices from Polymarket and Kalshi
npx skillsauth add orthogonal-sh/skills prediction-market-oddsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Get current odds, prices, and market data from prediction markets like Polymarket and Kalshi.
Uses the Dome API to aggregate prediction market data from Polymarket and Kalshi.
orth run dome /polymarket/markets -q 'status=open'
<details>
<summary>curl equivalent</summary>
curl -X POST "https://api.orth.sh/v1/run" \
-H "Authorization: Bearer $ORTHOGONAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"dome","path":"/polymarket/markets"}'
</details>
orth run dome /polymarket/markets -q 'search=election' -q 'status=open'
orth run dome /kalshi/markets
orth run dome /polymarket/activity
orth run dome /polymarket/orders
orth run dome /matching-markets/sports
orth run dome /matching-markets/sports/nba
/polymarket/markets, /kalshi/markets)Returns markets array:
["politics", "us election"])id and label (typically "Yes"/"No")/polymarket/activity)Returns activities array:
BUY, SELL, or MERGEUser: "What are the odds on Polymarket right now?"
orth run dome /polymarket/markets -q 'status=open'
User: "Show me Kalshi prediction markets"
orth run dome /kalshi/markets
User: "What's happening in prediction markets?"
orth run dome /polymarket/activity
User: "Any sports betting markets?"
orth run dome /matching-markets/sports
search requires status parameter (open or closed) — always include bothmarkets array means no markets match the search termtesting
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "下载视频", "download video", "yt-dlp", "YouTube", "B站", "抖音", "提取音频", "extract audio".
business
Send messages and manage Slack channels. Use when asked to send Slack messages, post to channels, list channels, or fetch message history.
development
Evaluate YC batch companies for investment — scrapes the YC directory, researches each company and its founders (work history, LinkedIn, website), assesses founder-company fit, and exports to Google Sheets with priority rankings. Use when asked to evaluate YC companies, research a YC batch, screen startups, or do due diligence on YC companies.
development
Take screenshots of websites and web pages