
Omgpointless Aspy
- 2 repo stars
- Updated December 11, 2025
- omgpointless/aspy
omgpointless-aspy is a Claude Code plugin that provides a real-time TUI proxy to visualize tool calls, thinking blocks, and token usage.
About
omgpointless-aspy is a Claude Code plugin built around one tool: a real-time terminal UI proxy that sits between you and Claude Code so you can see what the agent is actually doing. Instead of guessing why a session slowed down or spiked in cost, you watch tool invocations unfold, inspect thinking blocks, and review session-level statistics including token usage. For developers who live in long autonomous coding runs, that visibility is operational insurance—you catch runaway tool loops, compare sessions, and reason about spend without exporting logs to a separate SaaS. The bundle is intentionally narrow: one plugin, development-category tagging, keywords around proxy, TUI, observability, and cost-tracking. Install it when monitoring matters more than net-new feature skills. It complements skill packs and MCP servers by improving how you supervise the agent runtime itself. Intermediate comfort with CLI proxies and local dev setups helps; deliverables are insight and control during sessions, not generated product code.
- Real-time TUI proxy in front of Claude Code for transparent agent execution
- Visualizes tool calls and thinking blocks as they stream
- Session statistics and token usage surfaced for cost-tracking
- Single focused plugin (aspy) aimed at development observability
- Helps debug noisy or expensive agent loops before they burn your budget
Omgpointless Aspy by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install omgpointless-aspy@omgpointless/aspyAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | December 11, 2025 |
| Repository | omgpointless/aspy ↗ |
What it does
Run aspy as a Claude Code TUI proxy when you want live visibility into tool calls, thinking blocks, session stats, and token costs during long agent sessions.
Who is it for?
Best when you're running heavy Claude Code automation and need a local observability proxy without standing up full APM.
Skip if: Skip if you only need occasional chat and do not care about per-session tool traces or token accounting.
What you get
With aspy in the loop you get a live TUI view of tools, thinking, and session metrics so you can steer, debug, and track token spend in real time.
- Live in-terminal view of Claude tool and thinking activity
- Per-session usage statistics for debugging and cost awareness
- Clearer signal when to stop or refactor an expensive agent run
By the numbers
- [object Object]
- [object Object]
Recommended Plugins
How it compares
Session observability proxy, not an agent skill for building features or an MCP data connector.
FAQ
Who is Omgpointless Aspy for?
It is for Claude Code users who want a TUI proxy to watch tool calls, thinking output, and token usage during development sessions.
When should I use Omgpointless Aspy?
Use it when sessions are long, expensive, or hard to debug and you need live statistics instead of post-hoc log digging.
How do I add Omgpointless Aspy to my agent?
Install the omgpointless/aspy Claude Code plugin and run aspy as the proxy layer in front of your Claude Code workflow per the repo README.