polyhub_copy

Manage PolyHub copy-trading tasks, signals, positions, and trades via API.

78|10|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/HubbleVision/polyhub-skills --skill polyhub-copy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polyhub_copy
Source: https://github.com/HubbleVision/polyhub-skills/tree/main/openclaw/skills/polyhub_copy
Command: npx skills add https://github.com/HubbleVision/polyhub-skills --skill polyhub-copy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Copy-traders and developers need a reliable way to manage PolyHub copy-trading tasks, signals, positions and trades using an API key, without manual UI steps.

Core Features & Use Cases

  • Create, list, update and delete copy tasks; inspect positions and trades; sell positions; batch updates; and view total PnL and signals.
  • Manage take-profit / stop-loss (TPSL) rules and filters for copy tasks, including per-market and per-task constraints.
  • Supports safety and validation flows such as pre-flight balance checks and guided API-key setup.

Quick Start

Set POLYHUB_API_BASE_URL and POLYHUB_API_KEY, then list, create, update or delete copy tasks via the API.

Frequently Asked Questions about polyhub_copy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate copy-trading tasks via an API key?

Automating copy-trading tasks via an API key involves configuring environment variables for your base URL and key, then executing deterministic commands to create, update, or delete copy tasks without manual UI interaction.

How do I manage take-profit and stop-loss rules for copy tasks?

Managing take-profit and stop-loss rules for copy tasks requires applying per-market and per-task constraints through API commands, ensuring strict validation for IDs to enforce safety rules during batch operations.

Can I batch update copy positions and sell trades using an API?

You can batch update copy positions and sell trades using the API by enforcing deterministic tool commands with strict ID validation, allowing guided inspection and execution of trades against your account.

How do I check total PnL and signals for my copy-trading portfolio?

Checking total PnL and signals for your copy-trading portfolio involves executing API commands to review positions and trades, applying pre-flight balance checks to validate safety before retrieving financial data.

Do I need to set environment variables to use the copy-trading API?

You need to set environment variables, specifically the API base URL and API key, to authenticate and establish connectivity before listing or managing any copy-trading tasks programmatically.

What limitations exist when deleting copy tasks via API commands?

Limitations when deleting copy tasks via API commands include strict validation requirements for specific IDs like taskId, ensuring deterministic execution through curl and jq to prevent accidental invalid batch deletions.