3.2kā
by proxyhq
proxy-status ā OpenClaw Skill
proxy-status is an OpenClaw Skills integration for planning workflows. Check status of Proxy payment intents and transactions. Usage: /proxy-status [intent-id] or /proxy-status to see all recent.
Skill Snapshot
| name | proxy-status |
| description | Check status of Proxy payment intents and transactions. Usage: /proxy-status [intent-id] or /proxy-status to see all recent. OpenClaw Skills integration. |
| owner | proxyhq |
| repository | proxyhq/proxy-status |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @proxyhq/proxy-status |
| last updated | Feb 7, 2026 |
Maintainer

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
| 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 |
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install proxy-status?
Run openclaw add @proxyhq/proxy-status in your terminal. This installs proxy-status into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/proxyhq/proxy-status. Review commits and README documentation before installing.
