Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/connerohnesorge/claude-agent-sdk-go/stuckgit clone --depth 1 https://github.com/connerohnesorge/claude-agent-sdk-goWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/connerohnesorge/claude-agent-sdk-go/stuck)<a href="https://agentmods.dev/agents/connerohnesorge/claude-agent-sdk-go/stuck"><img src="https://agentmods.dev/badge/agents/connerohnesorge/claude-agent-sdk-go/stuck.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00053 | $0.01125 |
| Opus 5 | $0.00026 | $0.00562 |
| Sonnet 5 | $0.00011 | $0.00225 |
| Haiku 4.5 | $0.00005 | $0.00112 |
Grade A, and why
stuck scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 146 lines · 53 tokens per session scan A 1c6a9847b1cb
stuck is an agent published in the GitHub repository connerohnesorge/claude-agent-sdk-go (24 stars, last pushed 2mo ago), with no licence file. It adds 53 tokens to every session and 1,125 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
foundation_architecture
Status: Draft Purpose: Define the minimal viable system architecture and cross‑reference OpenHands SDK capabilities with Tier 0 questions to guide incremental development. Related: ./openhandsinsightsandprioritization.md, ./implementationquestions.md, ./design/multiagentorchestration.md.
phase1_agent_assignments_guide
Status: Ready for Assignment Timeline: Week 1-2 All streams can start immediately (Week 1).
parallel_work_streams
Document Purpose: Identify parallelizable work streams that can be assigned to different agents simultaneously, with clear boundaries and interfaces.
phase3_multi_agent_coordination_complete
Date: 2025-11-17 Status: ALL 4 ROLES IMPLEMENTED Test Coverage: 171/171 passing (100%).
workspace_isolation_system
Created: 2025-11-20 Status: Draft Purpose: Technical design and API specification for the Workspace Isolation System that provides isolated, Git-backed workspaces for Hephaestus agents. Related: docs/design/agents/agentmanager.md, docs/design/services/workspacemanager.md, docs/design/databaseschema.md…
payment-integration
Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.