返回顶部
p

pg-status

Use when checking ProxyGate status — balance, usage, listings, tunnel health, earnings, seller profile, or job status. Make sure to use this skill whenever someone mentions "check balance", "proxygate status", "my usage", "my earnings", "what's my balance", "how much have I spent", "my listings", "settlement history", or wants any kind of status overview.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.1
安全检测
已通过
271
下载量
0
收藏
概述
安装方式
版本历史

pg-status

# ProxyGate Status Quick status checks for buyers and sellers. ## Buyer status ```bash proxygate balance # USDC balance (total, pending, available, cooldown) proxygate usage # recent request history proxygate usage -s weather-api -l 10 # filtered by service, last 10 proxygate usage --from 2026-03-01 --json # date range, machine-readable proxygate settlements -r buyer # cost breakdown (total requests, cost, fees, net) proxygate settlements -s maps-api --from 2026-03-01 # filtered ``` ## Seller status ```bash proxygate listings list # active listings (ID, service, status, RPM, price) proxygate listings list --table # human-readable table proxygate listings docs <id> # view docs for a listing proxygate settlements -r seller # earnings (total requests, earnings, fees, net payout) proxygate settlements --from 2026-03-01 --to 2026-03-14 proxygate balance # earned balance ``` ## Job status ```bash proxygate jobs list --status claimed # jobs you've claimed proxygate jobs get <job-id> # full job details + submission status ``` ## SDK ```typescript import { ProxyGateClient } from '@proxygate/sdk'; const client = await ProxyGateClient.create({ keypairPath: '~/.proxygate/keypair.json', }); const { balance, available, pending_settlement } = await client.balance(); const usage = await client.usage({ service: 'weather-api', limit: 10 }); const settlements = await client.settlements({ role: 'seller', from: '2026-03-01' }); const { listings } = await client.listings.list(); const profile = await client.sellerProfile('wallet-address'); ``` ## Troubleshooting | Symptom | Check | |---------|-------| | Balance 0 | Deposit: `proxygate deposit -a <amount>` — see `pg-buy` | | Proxy returns 503 | Listing paused or seller tunnel down | | "Unauthorized" | Run `proxygate login` to reconfigure — see `pg-setup` | | Tunnel disconnects | Check `proxygate dev` logs, verify local port is open | | Gateway unreachable | Verify URL: `https://gateway.proxygate.ai` | ## Related skills | Need | Skill | |------|-------| | First-time setup | `pg-setup` | | Buy API access | `pg-buy` | | Sell API capacity | `pg-sell` | | Job marketplace | `pg-jobs` | | Check status | **This skill** | | Update CLI/SDK | `pg-update` |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pg-status-1776370382 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pg-status-1776370382 技能

通过命令行安装

skillhub install pg-status-1776370382

下载 Zip 包

⬇ 下载 pg-status v0.2.1

文件大小: 3.77 KB | 发布时间: 2026-4-17 15:44

v0.2.1 最新 2026-4-17 15:44
Sync with CLI v0.2.1 — updated commands, descriptions, and examples

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部