Omgpointless Aspy
omgpointless-aspy is a Claude Code plugin for the Operate phase that provides a real-time TUI proxy to visualize tool calls, thinking blocks, and token usage.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install omgpointless-aspy@omgpointless/aspyBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:omgpointless/aspy") and the paste-ready config with skillselion.get_install_config("plugin:omgpointless/aspy").
What it does
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 solo builders 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 Operate-phase 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.
Highlights
- 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
Why builders use it
Long Claude Code sessions feel like a black box, so you cannot see costly tool spam or reasoning bloat until the bill or the timeout hits.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1 stars, 0 votes.
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.
Comments
Share how you use omgpointless-aspy, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.