Proxy Status
Skill by proxyhq
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/proxyhq/proxy-statusname: 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
| Status | Icon | Meaning |
|---|---|---|
| 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-proxyhq-proxy-status": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-agent-card-payments
Virtual card payments for AI agents. Create intents, issue cards within policy, and make autonomous purchases with approvals for high-value spend.
agent-card-provisioning
Provision virtual payment cards for AI agents on-demand. Create single-use or limited cards with spending controls, merchant restrictions, and automatic expiration. Cards are issued instantly when policy allows.
proxy-pay-mcp
Proxy MCP server integration for agent payments. Use MCP tools to create intents, issue cards within policy, and track transactions. Supports agent tokens for autonomous runs and OAuth for interactive clients.
Proxy Pay
Skill by proxyhq
proxy-mcp
Proxy MCP server integration for AI agent payments. Use Proxy's Model Context Protocol tools to create payment intents, provision virtual cards, check balances, and track transactions. Requires Proxy account and agent token.