user-activity
✓Pull trading activity from Polymarket for any user
Installation
SKILL.md
Pull trading activity from Polymarket's Data API for any user by username or wallet address.
| user | Username (e.g. gabagool22) or wallet address (0x...) | Required | | --days N | Number of days of history to fetch | 7 | | --limit N | Maximum number of trades to fetch | 10000 | | --output PATH | Output file (CSV or JSON based on extension) | None | | --analyze | Print analysis summary | False | | --json | Output raw JSON to stdout | False |
| datetime | ISO timestamp | | timestamp | Unix timestamp | | side | BUY or SELL | | outcome | Up or Down | | title | Market question | | size | Number of shares | | price | Price per share | | value | size price | | slug | Market URL slug | | eventSlug | Event identifier | | conditionId | Market condition hash | | transactionHash | On-chain tx hash |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/unarmedpuppy/polyjuiced --skill user-activity- Source
- unarmedpuppy/polyjuiced
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is user-activity?
Pull trading activity from Polymarket for any user Source: unarmedpuppy/polyjuiced.
How do I install user-activity?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/unarmedpuppy/polyjuiced --skill user-activity Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/unarmedpuppy/polyjuiced
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01