# Proxy Status

> Check Payment Status

- Skill: `kernel8901/proxy-status` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add kernel8901/proxy-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kernel8901/proxy-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kernel8901 (https://skillmd.com/u/kernel8901)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kernel8901/proxy-status

---


# 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 |

