wallet-analytics

Installation
SKILL.md

Wallet Analytics

Overview

Analyze Polymarket wallet performance including trading metrics, positions, realized PnL, and performance indicators like Sharpe ratio and win rate.

Security

This skill implements defense-in-depth measures against indirect prompt injection (Snyk W011):

  • Input Sanitization: All user-generated content (handles, pseudonyms, position titles, labels) is sanitized using security.ts
  • Pattern Filtering: Known prompt injection patterns are removed (e.g., "ignore previous instructions", "system:")
  • Content Validation: Suspicious content with excessive special characters is flagged
  • Fail-Safe: Processing errors return original data rather than corrupting it

The skill fetches data from the trusted DOME API (api.domeapi.io) which provides structured wallet and position data from the Polymarket protocol.

Setup

Installs
2
GitHub Stars
5
First Seen
Mar 19, 2026
wallet-analytics — 0xweaksheep/dome_skills