SkillAgentSearch skills...

nansen-prediction-markets

Polymarket screeners — discover trending events, top markets by volume, and search for specific markets

Install / Use

npx skills add internet-court/internet-court-skill --skill nansen-prediction-markets

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

84/100

Supported Platforms

Universal

Our assessment of nansen-prediction-markets

nansen-prediction-markets scores 84/100 on our quality scale, 115th of 174 Education & Research skills we index.

Its SKILL.md is 1.6 KB long, well organised into 9 sections with 1 code example: moderately detailed.

With 6,129 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
17/20
Description
12/15
Adoption
16/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 38 days ago, so nansen-prediction-markets is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

nansen-prediction-markets compared with similar skills

All 4 of these similar skills score higher than nansen-prediction-markets; compare them before choosing.

SkillScoreStarsUpdatedFormat
nansen-prediction-markets (this skill)by internet-court846.1k38d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
last30days-skillby mvanhorn10062.9k3d agoCLAUDE.md
Scraplingby D4Vinci10083.9ktodayMCP Server

Frequently asked questions

How do I install nansen-prediction-markets?
Run npx skills add internet-court/internet-court-skill --skill nansen-prediction-markets. The install tabs above show the steps for each supported agent.
Which AI agents does nansen-prediction-markets work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is nansen-prediction-markets safe to use?
It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is nansen-prediction-markets still maintained?
The repository was last updated 38 days ago, so nansen-prediction-markets is actively maintained.

name: nansen-prediction-markets description: "Polymarket screeners — discover trending events, top markets by volume, and search for specific markets. Use when browsing what's happening on prediction markets." metadata: openclaw: requires: env: - NANSEN_API_KEY bins: - nansen primaryEnv: NANSEN_API_KEY install: - kind: node package: nansen-cli bins: [nansen] allowed-tools: Bash(nansen:*)

Prediction Market Screeners

All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub>)

No --chain flag needed — Polymarket runs on Polygon.

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

Related Skills

View on GitHub
GitHub Stars6.1k
CategoryEducation
Updated1mo ago
Forks110

Languages

TypeScript

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium