Agent skill
using-polymarket-adapter
How to use the Polymarket adapter in Wayfinder Paths for market discovery (Gamma), orderbooks/prices/history (CLOB), user positions/activity (Data API), and execution (buy/sell + redeem) using USDC.e collateral on Polygon (incl bridge conversion).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-polymarket-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, polymarket, predictions, gamma, clob, data-api, usdc.e, polygon, orderbook, timeseries, execution, redemption
SKILL.md
When to use
Use this skill when you are:
- Discovering Polymarket markets/events, or doing fuzzy search by text
- Pulling orderbooks/prices and historic time series for analysis
- Computing “movers” (dark-horse → trending) across a set of markets
- Placing predictions (buy), cashing out (sell), or redeeming resolved positions
- Converting collateral: native Polygon USDC ↔ USDC.e (required for trading)
How to use
wayfinder_paths/adapters/polymarket_adapter/README.md- Adapter overview + end-to-end cycle- rules/high-value-reads.md - Market discovery, IDs, time series, analysis patterns
- rules/deposits-withdrawals.md - Getting USDC.e and bridging back to USDC
- rules/execution-opportunities.md - Approvals + trading flows (buy/sell/cancel/orders)
- rules/gotchas.md - Common pitfalls (USDC vs USDC.e, outcomes, tradability filters, rate limits)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?