Agent skill

nansen-prediction-markets

Polymarket screeners — discover trending events, top markets by volume, and search for specific markets. Use when browsing what's happening on prediction markets.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexread-onlyNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill nansen-prediction-markets --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: Bash(nansen:*)
Path: vendored/nansen/nansen-prediction-markets/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prediction Market Screeners All commands: `nansen research prediction-market <sub> [options]` (alias: `nansen research pm <sub>`) No `--chain` flag needed — Polymarket runs on Polygon. ```bash # Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 # → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags # Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 # → market_id, question, best_bid, best_ask, volume_24hr, liquidity, open_interest, unique_traders_24h # Search for specific markets nansen research pm market-screener --query "bitcoin" --limit 10 # Find resolved/closed markets nansen research pm market-screener --status closed --limit 10 # Browse categories nansen research pm categories --pretty # → category, active_markets, total_volume_24hr, total_open_interest ``` Sort options: `volume_24hr`, `volume`, `volume_1wk`, `volume_1mo`, `liquidity`, `open_interest`, `unique_traders_24h`, `age_hours` Screeners return active/open markets by default. Use `--status closed` for resolved markets.

What's inside
Ships with 1 file
  • LICENSE
Commands it runs
Top events (groups of related markets)
nansen research pm event-screener --sort-by volume_24hr --limit 20
Top markets by 24h volume
nansen research pm market-screener --sort-by volume_24hr --limit 20
Search for specific markets
nansen research pm market-screener --query "bitcoin" --limit 10
Find resolved/closed markets
nansen research pm market-screener --status closed --limit 10
Browse categories
nansen research pm categories --pretty
More from internet-court-skill
All skills →
About this skill
What does the nansen-prediction-markets skill do?

Polymarket screeners — discover trending events, top markets by volume, and search for specific markets. Use when browsing what's happening on prediction markets.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill nansen-prediction-markets --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going