openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
It goes beyond basic chat checks to test full agent workflows (tool loops, streaming, URL normalization), and provides machine-readable reports and capability requirements for CI/CD.
Give it an LLM relay URL and API key. Get the correct base URL, supported protocols, models, streaming status, protocol-specific tool compatibility, and ready-to-copy client config.
Status: usable V0.2 MVP. The CLI has zero runtime dependencies.
You have been given an LLM relay, a self-hosted model service, or an OpenAI-compatible API. Basic chat appears to work, but you do not know whether the endpoint can support a real agent or automated workflow.
Typical situations include:
/v1, or whether you received a
complete endpoint URL.LLM Endpoint Doctor performs automatic discovery and small capability probes before you commit to an integration. It does more than ask the endpoint to reply to “hello”: it tests whether the endpoint can support practical applications, agents, and automation.
/v1?/chat/completions / /responses endpoint?/models be read? Which text model should be tried?Diagnose OpenAI-compatible and Anthropic LLM endpoints: discover URLs/models, verify SSE and tool loops, and generate Codex configs.
Similar projects matched by category, topics, and programming language.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.