원클릭으로
polyflup-ops
Operational commands, environment configuration, and deployment for PolyFlup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Operational commands, environment configuration, and deployment for PolyFlup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
SQLite best practices, connection management, and migration system for PolyFlup.
Chronological log of system improvements and session summaries for PolyFlup.
Polymarket-specific terminology, trading strategies, and API reference.
Coding standards, modular architecture, and common execution patterns for the PolyFlup Python backend.
Specialized in maintaining project documentation, ensuring it reflects the current state of the codebase and operational procedures.
Specialized in syncing the production database and performing analysis on trades, balances, and market history.
| name | polyflup-ops |
| description | Operational commands, environment configuration, and deployment for PolyFlup. |
uv run polyflup.py # Run bot
uv run check_db.py # Check database
uv run migrate_db.py # Run migrations
uv pip install -r requirements.txt
cd ui && npm install
npm run dev # Dev mode
npm run build # Build
npm start # Start production
docker compose up -d --build
docker logs -f polyflup-bot
docker compose down
PROXY_PK: Private key (Required, starts with 0x)BET_PERCENT: Position size (default 5.0)MIN_EDGE: Min confidence (default 0.565)ENABLE_STOP_LOSS, ENABLE_TAKE_PROFIT, ENABLE_REVERSAL: YES/NOMARKETS: Comma-separated symbols (e.g., BTC,ETH)logs/trades_2025.log - All trading activity and monitoringlogs/window_YYYY-MM-DD_HH-mm.log - Specific 15-minute window historylogs/errors.log - Dedicated error stack traces and exceptions# Check database integrity
uv run check_db.py
# Run migrations manually
uv run migrate_db.py
# Check migration status
uv run check_migration_status.py
The bot includes specialized tools for syncing production data:
trades.db via SSHps aux | grep polyflupENABLE_ENHANCED_BALANCE_VALIDATION=YES in .env