The most Token-efficient open-source AI Agent
npx skills add https://github.com/clacky-ai/openclacky --skill deployCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
The most Token-efficient open-source AI Agent.
OpenClacky matches Claude Code on capability at comparable cost, and saves significantly against other open-source agents (~50% vs OpenClaw, ~3× cheaper than Hermes). 100% open source (MIT), BYOK with any OpenAI-compatible model, built on two years of Agentic R&D and harness engineering.
Website: https://www.openclacky.com/ · Backed by MiraclePlus · ZhenFund · Sequoia China · Hillhouse Capital
Same task, how much do you pay? Under comparable agent workloads, OpenClacky saves a large amount of Token spend compared to mainstream alternatives.
| Agent | Relative cost | Notes |
|---|---|---|
| OpenClacky | ~0.8–1.2× | 16 tools · ~100% cache hit · subagent routing |
| Claude Code | 1.0× (baseline) | World-class harness, closed-source subscription |
| OpenClaw | ~1.5× | Comparable harness agent |
| Hermes | ~3× | 52 built-in tools — schema bloat ~3–4× |
Numbers are averages measured on internal common agent tasks, using Claude Code as the baseline. Full benchmark reports will be published on GitHub.
Core agent capability is roughly on par across the field — the real differentiators are cost, openness, Skill evolution, and integrations.
| Feature | Claude Code | OpenClaw | Hermes | OpenClacky |
|---|---|---|---|---|
| Token cost | 1.0× | ~1.5× | ~3× | ~0.8–1.2× |
| Open source | ❌ Closed | ✅ Open | ✅ Open | ✅ MIT |
| BYOK / model freedom | ❌ Anthropic only | ✅ | ✅ | ✅ |
| Skill self-evolution | ❌ | ❌ | ✅ | ✅ |
| IM integration (Feishu / WeCom / WeChat) | ❌ | ✅ | ✅ | ✅ |
Not by cutting features — by compounding the right choice at every layer.
Sessions never restart, double cache markers, Insert-then-Compress — the system prompt is never mutated, so compression still reuses the cache. Measured cache hit rate: near 100%.
Only 16 core tools. Capabilities are offloaded to the Skill ecosystem via a single invoke_skill meta-tool. Tool count is not the metric — task completion rate is.
| OpenClacky | Claude Code | OpenClaw | Hermes |
|---|---|---|---|
| 16 | 40+ | 23 | 52 |
Go to a meeting, grab coffee — the agent compresses long context in the background and pre-warms the cache. Your first message back hits the cache directly. Cold-start first-token cost reduced by 50%+.
Any OpenAI-compatible API, plug and play. Official direct, aggregate routing, compatible relays — the choice is 100% yours. Use Claude for code, auto-route subtasks to DeepSeek, save another chunk of tokens.
Built on 2 years · 3 generations of agentic architecture · 6 core harness engineering decisions.
/ — instant browse, fuzzy search, direct call. Hundreds of Skills at your fingertips.SKILL.md, breaks down steps, and runs validation. No code required.Double-click to install — environment, dependencies, and Skills all set up automatically.
.dmg (Apple Silicon / Intel).exe (Windows 10 2004+ / Windows 11)More options: https://www.openclacky.com/
Requirements: Ruby >= 3.1.0
gem install openclacky
Or one-line install:
/bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/clacky-ai/openclacky/main/scripts/install.sh)"
openclacky # start interactive agent in current directory
openclacky server # default: http://localhost:7070
Open http://localhost:7070 for a full chat interface with multi-session support — run coding, copywriting, research sessions in parallel.
Options:
openclacky server --port 8080 # custom port
openclacky server --host 0.0.0.0 # listen on all interfaces (remote access)
$ openclacky
> /config
Set your API Key, Model, and Base URL (any OpenAI-compatible provider).
Supported out of the box: Claude (Anthropic) · GPT (OpenAI) · DeepSeek · Kimi (Moonshot) · MiniMax · OpenRouter — or any custom endpoint.
OpenClacky works as a general AI coding assistant — scaffold full-stack apps, add features, or explore unfamiliar codebases:
$ openclacky
> /new my-app # scaffold a new project
> Add user auth with email and password
> How does the payment module work?
Already power users are turning their workflows into vertical AI experts on OpenClacky — encrypted distribution, License management, self-set pricing. Legal, healthcare, financial planning, and more.
Learn more: https://www.openclacky.com/ → Creators
git clone https://github.com/clacky-ai/openclacky.git
cd openclacky
bundle install
bin/clacky
Bug reports and pull requests are welcome on GitHub at https://github.com/clacky-ai/openclacky. Contributors are expected to adhere to the code of conduct.
Available as open source under the MIT License.