BladeX — AI skill for Claude Code
Self-hosted memory-first proxy for AI agents.
How to install BladeX
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open netloafer/BladeX and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What BladeX does
Self-hosted memory-first proxy for AI agents. Cross-session & cross-agent memory + task ledger. Zero code changes. Works with Claude Code, Codex CLI, Hermes, Pi, DeepSeek Harness & any OpenAI-compatible client.Your data stays private.
Alternatives in AI
- Opencodex — Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama… 12.3k ★
- EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
- WindsurfAPI — Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, A 3k ★
README
**Build your private data assets.** **Connect all your agents and LLMs like a blade.**
BladeX is a **self-hosted, memory-first proxy** that sits between your AI agents and the model providers. Point any agent's API base URL at BladeX and it gains cross-session, **cross-agent** memory plus a per-task ledger — with **no code changes to the agent**. Everything stays on your machine: the memory is a private data asset you own, not a feature you rent.
中文版:[README.zh.md](README.zh.md)
The 4S
| What it means | |
|---|---|
| Save all Memory | Every turn lands in the Memory Hub losslessly — full text and metadata, the single source of truth. Nothing is silently truncated, and nothing is deleted to make room: when capacity is tight, trust decays and facts are archived. |
| Saving your Token | The injected surface is no longer a memory dump. Each turn carries hard rules, a stable self-description, and the task ledger; everything else the model pulls on demand through bladex_memory_search. A ledger that survives compaction also cuts the re-explaining rounds, which is where the real spend is. |
| Smart LLM Router | One endpoint, many models. Configuration-driven deterministic routing (explicit request model → team → principal → agent), optional LLM judging, session stickiness, health-based failover. Static configuration always beats runtime inference. |
| Sift out experience | Raw turns are not memory. A background distiller turns them into structured facts, groups them into Matters (a "thing" you work on across sessions and agents), and the model records what it has actually established in the ledger's Verified section. |
What problem does it solve?
Agents forget across sessions, and their built-
Related Skills
Memtrace Public
Structural memory for AI coding agents. Bi-temporal graph, MCP-native, zero LLM calls. Cursor · Claude Code ·
Flow Next
Plan-first AI workflow plugin for Claude Code, OpenAI Codex, and Factory Droid. Zero-dep task tracking, worker
Agent Eval Hub
Multi-provider + cross-device reliability harness for AI agents. Runs the same suite across Claude, OpenAI, Ge
Sqlite Graph Memory
Graph RAG on SQLite for AI agents: vector retrieval + hand-curated wikilink graph + cross-encoder rerank, with
Kompact
LLM context compression proxy — 40-70% token savings, zero code changes
Dsh Oh My Claude
Claude Code CLI as an LLM provider for dsh (DeepSeek Harness): live model list, per-session resume, approval r
Related Agents
ZeroClaw Android
Run AI agents 24/7 on your Android phone. Native Rust core, 25+ providers (OpenAI, Claude, Gemini, Groq, DeepS
Hermes Agent
Integration file for a Hermes-style personal agent system. Use when a Hermes deployment (a self-hosted assista
Independent Reviewer
Product-technical alignment reviewer. Spawned in a tmux pane via OpenAI Codex CLI with zero inherited context.