ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Proxy Status

Skill by proxyhq

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/proxyhq/proxy-status
Or

name: proxy-status description: Check status of Proxy payment intents and transactions. Usage: /proxy-status [intent-id] or /proxy-status to see all recent. disable-model-invocation: true argument-hint: "[intent-id or blank for all]"

Check Payment Status

View status of payment intents and transactions.

Usage

/proxy-status              # Show all recent intents
/proxy-status int_abc123   # Show specific intent

Instructions

If $ARGUMENTS has intent ID:

Call: proxy.intents.get { intentId: "$ARGUMENTS" }
Show: status, merchant, amount, created time
If card issued: proxy.transactions.list_for_card

If $ARGUMENTS is empty:

Call: proxy.intents.list
Group by status and display:

Output Format

šŸ“Š Payment Status
─────────────────

ā³ Pending Approval (2)
  • $500.00 - Adobe Creative Cloud
  • $299.00 - Apple Store

āœ… Active Cards (3)
  • $49.99 - Amazon (card ready)
  • $25.00 - Uber Eats (card ready)
  • $150.00 - Best Buy (used, $147.32 charged)

āœ“ Completed (5 this week)
  • $29.99 - Netflix - matched
  • $12.50 - Spotify - matched
  ...

Status Legend

StatusIconMeaning
pending🟢Card ready
pending_approvalā³Needs approval
card_issuedšŸ’³Card active
matchedāœ…Transaction completed
mismatchedāš ļøAmount/merchant mismatch
rejectedāŒApproval denied
expiredā°Intent expired

Metadata

Author@proxyhq
Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-proxyhq-proxy-status": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.