Polymarket Portfolio Tracker for Openclaw

A professional tool for tracking Polymarket investment portfolios, calculating real-time P&L, and managing automated price alerts.

mosonchan2023
v1.0.2
Mar 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install polymarket-portfolio-tracker

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install polymarket-portfolio-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Polymarket Portfolio Tracker?

The Polymarket Portfolio Tracker is a specialized utility designed for traders who need precise management of their prediction market assets. By integrating with Openclaw Skills, this tool enables users to synchronize their wallet addresses and receive instant updates on their contract valuations without manual refreshes. It serves as a comprehensive dashboard for monitoring financial performance across diverse market outcomes.

This skill goes beyond simple tracking by offering deep analytical capabilities. It helps traders understand their risk exposure and total return on investment by synthesizing market data and personal position history into actionable insights. Whether you are a casual participant or a high-volume trader, this skill ensures your portfolio data is always current and accessible.

Polymarket Portfolio Tracker Use Cases

  • Monitoring real-time value changes for all open Polymarket contracts within a specific wallet.
  • Calculating realized and unrealized profit and loss (P&L) across multiple prediction markets.
  • Setting automated price alerts for specific outcomes to receive notifications via Telegram or Email.
  • Analyzing asset allocation and ROI to refine trading strategies.

How Polymarket Portfolio Tracker Works

  1. The user initiates a sync action by providing their public wallet address.
  2. The skill connects to the blockchain and market APIs to retrieve all active positions.
  3. Real-time market data is fetched to calculate the current value of each contract held.
  4. The system calculates realized and unrealized P&L based on entry prices and current market spreads.
  5. If alerts are set, the skill monitors price movements and triggers notifications when user-defined thresholds are crossed.

Polymarket Portfolio Tracker Setup

To deploy the Polymarket Portfolio Tracker within your environment, ensure you have the necessary API credentials. Follow these steps to configure Openclaw Skills for your agent:

  1. Obtain your SKILLPAY_API_KEY from the service provider.
  2. Configure your environment variables to include the secret key:
export SKILLPAY_API_KEY="your_api_key_here"
  1. Use the sync command with your wallet address to begin tracking your portfolio.

Polymarket Portfolio Tracker Data Schema & Taxonomy

The skill manages data primarily through JSON-based actions and market metadata. Below is the structural overview of how data is handled:

Action Input Required Primary Output
sync wallet address JSON object of current positions and valuations
alert market name, targetPrice, condition Triggered notification via Email/Telegram
analyze position history ROI and risk exposure report

Position Metadata:

  • market: The identifier for the specific prediction market.
  • targetPrice: The decimal price (0 to 1) used for monitoring.
  • condition: Logical operator for alerts (e.g., above, below).

Polymarket Portfolio Tracker Advanced Features

  • Multi-currency support for comprehensive P&L reporting.
  • Seamless integration with external notification systems including Telegram and Email.
  • Advanced risk exposure analysis tools for diversified portfolios.
  • Automated synchronization triggered by specific market events or time intervals using Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*