Skill
Rising
April 16, 2026
This Clawdbot skill wraps the Claude Code CLI with a pseudo-terminal shim so it actually works in headless and automation contexts. If you've ever watched `claude -p` hang silently in a cron job, this is the fix you've been looking for.
119 stars
claude-code-clawdbot
6 min read
Repo
TypeScript
Stable
April 15, 2026
CodeBurn is a terminal dashboard that reads Claude Code, Codex, and Cursor session data directly from disk and tells you exactly what you're spending on AI-assisted coding. No proxies, no API keys — just honest cost visibility for developers tired of mystery bills.
1,542 stars
AgentSeal/codeburn
7 min read
Skill
Stable
April 12, 2026
This skill wires Claude Code CLI into the OpenClaw agent framework, promising 80-90% token savings via flat-rate OAuth billing instead of per-token API calls. The concept is genuinely useful, but there are attribution inconsistencies and hard dependencies you need to understand before installing.
3,992 stars
claude-code-cli-for-openclaw
6 min read
Repo
Python
Stable
April 9, 2026
django-typer brings Typer's type-hint-driven CLI interface to Django management commands, replacing the boilerplate-heavy BaseCommand pattern. If you write management commands regularly, this is worth a serious look.
264 stars
django-commons/django-typer
7 min read