skills$openclaw/proxy-status
proxyhq3.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.

3.2k stars1.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026planning

Skill Snapshot

nameproxy-status
descriptionCheck status of Proxy payment intents and transactions. Usage: /proxy-status [intent-id] or /proxy-status to see all recent. OpenClaw Skills integration.
ownerproxyhq
repositoryproxyhq/proxy-status
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @proxyhq/proxy-status
last updatedFeb 7, 2026

Maintainer

proxyhq

proxyhq

Maintains proxy-status in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
277 B
SKILL.md
1.5 KB
SKILL.md

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
README.md

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.