Python
Stable
May 19, 2026
cmd2 extends Python's built-in cmd module into something actually usable for building interactive REPL-style command line tools. If you've ever tried to build a complex interactive shell in Python and ended up with a mess of readline hacks, this might be what you were looking for.
687 stars
python-cmd2/cmd2
7 min read
Stable
April 29, 2026
This skill lets external AI assistants like Gemini CLI and Codex delegate tasks to Claude Code's CLI for deep reasoning, surgical edits, and structured output. It's a niche but clever piece of cross-AI plumbing that solves a real problem if you're running multi-agent workflows.
13 stars
cli-claude-code
6 min read
Stable
April 25, 2026
The claude-codex skill bridges Claude Code and the Codex CLI, letting you delegate tasks, run second-opinion reviews, and pipe results back into your workspace without leaving your current session. Here's whether it's actually worth adding to your stack.
111 stars
claude-codex
6 min read
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
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
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
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