polyhub_account

Retrieve real-time PolyHub portfolio statistics using an API key.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly view their PolyHub portfolio statistics and manage simple actions like selling a position via an API key, reducing manual lookups and exchanges.

Core Features & Use Cases

  • View portfolio overview: total value, available balance, positions, and overall PnL.
  • Sell by token ID: close a position by providing its token ID, with user confirmation and safeguards.
  • Quick decision support: get up-to-date metrics before making trades or adjusting strategies.

Quick Start

Connect your PolyHub API key to begin.

Frequently Asked Questions about polyhub_account

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

FAQPage Schema
How do I check my PolyHub portfolio stats and available balance using an API key?

To check your PolyHub portfolio stats, you can use this Skill to retrieve real-time metrics like total value, available balance, open positions, and overall PnL simply by providing your API key.

Can I sell a PolyHub position by providing its token ID?

Yes, you can sell a PolyHub position by providing its specific token ID. The process includes built-in user confirmation and safeguards to ensure safe execution before closing the position.

Do I need jq installed to handle JSON responses from the PolyHub API?

While curl is strictly required for making the API requests, jq is an optional dependency used for safe JSON handling and parsing the returned portfolio statistics data.

What environment variables are required to retrieve real-time portfolio statistics from PolyHub?

To retrieve real-time portfolio statistics from PolyHub, your environment must have POLYHUB_API_BASE_URL and POLYHUB_API_KEY configured correctly to authorize and route the data requests.

How does viewing overall PnL and positions help with trading decisions on PolyHub?

Viewing overall PnL and positions provides up-to-date metrics and quick decision support before making trades, allowing you to adjust strategies based on your exact portfolio value and open exposure.

Why is my PolyHub portfolio stats request not working?

Your PolyHub portfolio stats request may not be working if curl is unavailable, or if the POLYHUB_API_BASE_URL and POLYHUB_API_KEY environment variables are missing or incorrectly configured.