by x1xhlol
Claude Code, but better: better performance, OpenAI/OpenRouter support, no telemetry, no lock-in.
# Add to your Claude Code skills
git clone https://github.com/x1xhlol/better-clawdLast scanned: 5/21/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@anthropic-ai/sdk: Claude SDK for TypeScript has Insecure Default File Permissions in Local Filesystem Memory Tool",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-05-21T07:54:22.739Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}better-clawd is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by x1xhlol. Claude Code, but better: better performance, OpenAI/OpenRouter support, no telemetry, no lock-in. It has 424 GitHub stars.
Yes. better-clawd passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/x1xhlol/better-clawd" and add it to your Claude Code skills directory (see the Installation section above).
better-clawd is primarily written in TypeScript. It is open-source under x1xhlol on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh better-clawd against similar tools.
No comments yet. Be the first to share your thoughts!
Claude Code, but better.
Better-Clawd exists because the original had a genuinely great core idea and too many self-inflicted problems around it. This fork keeps what worked, fixes what did not, and gives people real choice over how they log in, which provider they use, and how much of the product they actually want phoning home.
No telemetry. No vendor lock-in. Faster startup, lower idle overhead, and better long-session performance than the original Claude Code. Less corporate baggage.
npm install -g better-clawd
Or run it without a global install:
npx better-clawd
Claude Code had the bones of a best-in-class coding CLI, but too much of the experience was tied to one company, one backend, one set of assumptions, and one way of doing things.
Better-Clawd is the response to that.
Better-Clawd is intentionally tuned to be leaner than upstream Claude Code:
PERFORMANCE.mdBetter-Clawd currently supports:
Default endpoints:
https://api.openai.com/v1wss://api.openai.com/v1/responseshttps://openrouter.ai/apihttps://openrouter.ai/api/v1/responsesbetter-clawd/login/status to confirm the active provider and auth methodThe intended setup path is inside the CLI itself. Environment variables still work, but they are mostly useful for CI, headless usage, forced provider selection, or custom/proxied endpoints.
OpenAI:
BETTER_CLAWD_API_PROVIDER=openai
OPENAI_API_KEY=your_key_here
OPENAI_BASE_URL=https://api.openai.com/v1
OpenRouter:
BETTER_CLAWD_API_PROVIDER=openrouter
OPENROUTER_API_KEY=your_key_here
OPENROUTER_BASE_URL=https://openrouter.ai/api
The direction is straightforward:
If you liked the original idea but got tired of the lock-in, this is the fork.
Better-Clawd is an independent, unofficial community project and is not affiliated with, endorsed by, or sponsored by Anthropic, PBC.
Claude, Claude Code, and related names, marks, and branding are the property of Anthropic, PBC or their respective owners. They are referenced here only to describe compatibility, origin, and the purpose of this fork.
The intent here is interoperability, commentary, and fair reference, not impersonation.