portfolio-sync
Installation
SKILL.md
Portfolio Sync Skill
Real methods to fetch and sync positions from each prediction market platform.
Polymarket Position Sync
Polymarket positions are held as ERC-1155 tokens on Polygon. Query on-chain balances.
import os
import requests
WALLET = os.getenv("POLY_FUNDER_ADDRESS")
CTF_CONTRACT = "0x4D97DCd97eC945f40cF65F87097ACe5EA0476045" # Conditional Token Framework
def get_polymarket_positions(token_ids: list[str]) -> dict:
"""
Get balances for specific token IDs
Related skills
More from alsk1992/cloddsbot
binance-futures
Binance Futures trading with DB tracking
155crypto-hft
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
113trading-futures
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
77tts
Text-to-speech synthesis with ElevenLabs and system voices
62auto-reply
Automatic response rules, patterns, and scheduled messages
56trading-system
Unified trading system with auto-logging, bots, and performance analytics
33