Not Claude Code Emulator
Description
ULTRA DANGEROUS CLAUDE CODE EMULATOR; MAKING THE API REQUEST IDENTICAL TO CLAUDE CODE
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
not-claude-code-emulator
**This project is archived.** For a more comprehensive solution that supports Claude Code, Gemini CLI, ChatGPT Codex, and more, check out [CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI).
OAuth proxy server built with [Hono](https://hono.dev) and [Bun](https://bun.sh). Provides an OpenAPI-documented Messages API with built-in token management and streaming support.
Install
Prerequisites: [Bun](https://bun.sh) and [GitHub CLI](https://cli.github.com).
npm install -g not-claude-code-emulator
not-claude-code-emulator install
Use the published npm package for setup. Do not use a source checkout for installation.
Usage
not-claude-code-emulator start
Server endpoints:
| Endpoint | URL |
|---|---|
| Docs | http://localhost:3000/docs |
| OpenAPI Spec | http://localhost:3000/openapi.json |
| Messages API | http://localhost:3000/v1/messages |
| Health | http://localhost:3000/health |
Environment Variables
| Variable | Default | Description |
|---|---|---|
PORT |
3000 |
Server port |
HOST |
localhost |
Server host |
DISABLE_TELEMETRY |
— | Set 1 to disable telemetry |
Development
bun run dev # start with --watch
bun run typecheck # type check
bun test # run tests
bun run build # build
bun run lint # check formatting
bun run format # auto-format
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11