Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add cyberelf/agent_skills --skill polymarket-analyzergit clone --depth 1 https://github.com/cyberelf/agent_skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cyberelf/agent_skills/polymarket-analyzer)<a href="https://agentmods.dev/skills/cyberelf/agent_skills/polymarket-analyzer"><img src="https://agentmods.dev/badge/skills/cyberelf/agent_skills/polymarket-analyzer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.03062 |
| Opus 5 | $0.00034 | $0.01531 |
| Sonnet 5 | $0.00014 | $0.00612 |
| Haiku 4.5 | $0.00007 | $0.00306 |
Grade C, and why
polymarket-analyzer scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh How it starts
The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Polymarket + Multi-Source China Market Sentiment Analyzer
Collect data from multiple information channels to support comprehensive sentiment analysis for Chinese concept stocks (中概股) and A-shares.
The agent performs all judgment and interpretation. The scripts in this skill are pure data collectors — they fetch raw information without making directional calls.
When to Use
- The user asks about Polymarket prediction market data for China/HK topics
- The user wants sentiment context for A-share or 中概股 investment decisions
- The user requests multi-source market intelligence (news, macro, market proxies)
- The user asks about specific stocks: BYD, NIO, Alibaba, Tencent, SMIC, etc.
Prerequisites
Polymarket CLI (required for prediction market data)
brew tap Polymarket/polymarket-cli https://github.com/Polymarket/polymarket-cli
brew install polymarket
# or
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh
polymarket --version
yfinance (optional — enables market proxy data)
pip install yfinance
Skill Structure
polymarket-analyzer/
├── SKILL.md
├── references/
│ ├── china_stock_mapping.json # 21 China concept stocks → A-share sector/ticker mapping
│ ├── signal_weights.json # Configurable source weights for composite analyzer
│ ├── workflows/
│ │ ├── scenario-1-macro-geopolitical.md # Top-down macro & geopolitical risk workflow
│ │ ├── scenario-2-sector-catalyst.md # Bottom-up sector/company catalyst workflow
│ │ └── scenario-3-daily-pulse.md # Fast daily digest / delta-only briefing
│ └── templates/
│ ├── comprehensive-insight-report.md # Full deep-dive report template (Scenarios 1 & 2)
│ └── quick-brief.md # 30-second pulse template (Scenario 3)
└── scripts/
├── polymarket_analyzer.py # Full 7-source composite analyzer
├── query-markets.py # Polymarket search — active markets only by default
├── filter-markets.py # Polymarket multi-filter — active markets only by default
├── fetch-market-data.py # Raw price/volume for China proxy instruments
└── fetch-cn-news.py # Raw headlines from Chinese domestic + global sources
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/china_stock_mapping.json 10 KB
- references/signal_weights.json 2.8 KB
- references/templates/comprehensive-insight-report.md 7.2 KB
- references/templates/quick-brief.md 1.0 KB
- references/workflows/scenario-1-macro-geopolitical.md 7.1 KB
- references/workflows/scenario-2-sector-catalyst.md 7.0 KB
- references/workflows/scenario-3-daily-pulse.md 4.1 KB
- scripts/fetch-cn-news.py 11 KB runs code
- scripts/fetch-market-data.py 4.9 KB runs code
- scripts/filter-markets.py 4.7 KB runs code
- scripts/polymarket_analyzer.py 58 KB runs code
- scripts/query-markets.py 3.4 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 259 lines · 69 tokens per session scan C 8327e8f202a4
polymarket-analyzer is a skill published in the GitHub repository cyberelf/agent_skills (2 stars, last pushed 13d ago), licensed MIT. It adds 69 tokens to every session and 3,062 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.