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 gigshow/decker-ai --skill decker-polymarketgit clone --depth 1 https://github.com/gigshow/decker-aiWrote 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/gigshow/decker-ai/decker-polymarket)<a href="https://agentmods.dev/skills/gigshow/decker-ai/decker-polymarket"><img src="https://agentmods.dev/badge/skills/gigshow/decker-ai/decker-polymarket/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gigshow/decker-ai/decker-polymarket"><img src="https://agentmods.dev/badge/skills/gigshow/decker-ai/decker-polymarket.svg" alt="Reviewed on agentmods" width="80" 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.00061 | $0.01089 |
| Opus 5 | $0.00030 | $0.00544 |
| Sonnet 5 | $0.00012 | $0.00218 |
| Haiku 4.5 | $0.00006 | $0.00109 |
Grade A, and why
decker-polymarket scanned grade A with 0 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 9d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Decker + Polymarket (예측시장) 스킬
Goal
Decker를 통해 Polymarket 예측시장에서 시장 조회·YES/NO 주문 실행. 메인 decker 스킬을 확장. ClawHub polymarket-odds 흡수.
덱커에 쌓인 폴리마켓 시그널 (카피 파이프라인)
스케줄러가 judgment_signals에 PM:<slug> + polymarket_* 소스로 넣은 배포용 시그널은 라이브 리더보드와 별개로 조회한다.
| 용도 | 호출 |
|---|---|
| 에이전트·LLM 인사이트 | GET {DECKER_API_URL}/api/v1/llm/opportunities?venue=polymarket&limit=20 |
| 특정 마켓만 | ...&symbol=PM:<slug> (또는 symbol=<slug>) |
응답: venue, count, opportunities[] — 항목에 source, symbol, rationale, conviction 등. 데이터 0건이면 스케줄러·DB 마이그레이션 확인.
사용자 자연어: “폴리마켓 시그널 뭐 있어?” → Assistant가 위 API를 도구로 호출하거나, 사용자에게 텔레그램 시그널 / 채팅 추천종목 을 안내 (DB 기반 요약).
Quick Reference
| 사용자 말 | 액션 | 비고 |
|---|---|---|
| "PM 시장 검색 비트코인", "폴리마켓 검색 트럼프" | 시장 검색 | Gamma API search |
| "PM 카테고리", "폴리마켓 태그" | 태그/카테고리 목록 | Gamma tags |
| "PM 이벤트 crypto", "폴리마켓 이벤트 정치" | 이벤트 목록 | tag_slug 선택 |
| "PM 시장 will-bitcoin-100k", "폴리마켓 will-x" | 시장 slug 상세 | Gamma market by slug |
| "Polymarket will-x-win yes 10 매수", "PM 시장 slug yes 매수" | order-request exchange_id=polymarket | symbol=market_slug, outcome=yes/no |
| "Polymarket 시장 가격", "PM 확률" | Assistant API 또는 시장 조회 | |
| "PM 포지션" | Assistant API | JWT 필요 |
DECKER_API_URL
주문 (Polymarket)
order-request에 exchange_id=polymarket 추가:
GET {DECKER_API_URL}/api/v1/link/slack/order-request?slack_user_id={sender_id}&symbol=will-x-win&side=buy&quantity=10&exchange_id=polymarket&outcome=yes&openclaw_secret={OPENCLAW_SECRET}
- exchange_id=polymarket 필수
- symbol: Polymarket 시장 slug (예: will-joe-biden-get-coronavirus-before-the-election)
- outcome: yes | no (YES/NO 토큰)
- quantity: 주식 수 (shares)
- price: Limit 주문 시 0.01~0.99 (선택)
전제 조건
- Decker 가입 + Slack 연동
- Polymarket 키 연동 (Decker 설정 → 거래소 API 설정)
- 시장 slug는 Polymarket에서 확인
Polymarket 키 설정 (에이전트 안내용)
- Polygon 지갑: MetaMask에서 Polygon 네트워크(Chain ID 137) 추가
- Polymarket 가입: https://polymarket.com → 지갑 연결 → USDC.e 입금(거래용)
- 개인키 추출: MetaMask → 계정 세부정보 → Export Private Key
- Decker 설정: 로그인 → 설정 → 거래소 API 설정 → Polymarket
- Secret Key: Polygon 지갑 개인키(0x로 시작) — 필수
- 거래소 선택: exchange_preference를 "Polymarket"로 설정 후 저장
- 주문: "Polymarket 시장-slug yes 10 매수" (slug는 polymarket.com에서 확인)
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.
- 9d ago First seen · 83 lines · 61 tokens per session scan A 9dd3b5c09ed1
decker-polymarket is a skill published in the GitHub repository gigshow/decker-ai (3 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 1,089 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
defi-yield
DeFi yield analysis and optimization — lending rates, LP yields, staking returns, yield farming strategies, risk-adjusted yield comparison, and protocol-level sustainability assessment.
liquidation-heatmap
Liquidation level analysis and heatmap interpretation — identify leveraged position concentration, liquidation cascades, stop-hunt zones, and use liquidation data as support/resistance signals.
onchain-analysis
On-chain data analysis — active addresses / whale tracking / TVL / DEX liquidity, interpretation and signal generation using on-chain valuation metrics such as MVRV / NVT / SOPR.
perp-funding-basis
Perpetual futures funding rate analysis and cash-carry basis trading — funding rate regimes, annualized basis signals, carry trade construction, and funding rate arbitrage between exchanges.
stablecoin-flow
Stablecoin supply and flow analysis — USDT/USDC mint-burn signals, exchange stablecoin reserves, on-chain stablecoin velocity, and capital rotation indicators for crypto market timing.
token-unlock-treasury
Token unlock schedule analysis and project treasury tracking — vesting cliffs, linear unlocks, team/investor/ecosystem token releases, treasury diversification, and sell pressure forecasting.