claudeers.
// Developer Tools

tokless

A unified CLI to install and update token-saving plugins — RTK, Caveman, CodeGraph, and Context-Mode — for Claude Code, OpenCode, Codex, and Antigravity. Min…

Actively maintained
100/100
last commit 2 days ago
last release 12 days ago
releases 12
open issues 4
// star history+20 this week (+9%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up tokless (release-binary project) into my current project.
Found on https://claudeers.com/tokless
Repo: https://github.com/HoangP8/tokless
Homepage/docs: —
Detected install method: release-binary → inspect the README
Category: devtools. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (release-binary)

Grab the latest release asset from GitHub.

# download a build from https://github.com/HoangP8/tokless/releases
// or clone
git clone https://github.com/HoangP8/tokless

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageGo
tokless

Save tokens on AI coding agents — no performance loss.

One tool, no config — works the moment it lands.



Next week (22/6 - 28/6)
  • Fix Codex & AGY hooks for better MCP (codegraph + context-mode) compliance rate
  • Add Pi support
  • Add Cursor support

Introduction

Saving tokens shouldn't be complicated. Many great plugins exist to help coding agents save context and perform better — but setting them up and keeping them updated is hard, especially for non-technical users.

tokless is the lazy solution. One command, pick your agent, restart — IDE and CLI both wired. Cross-platform: macOS, Linux, Windows. No config, no manual edits, re-runnable.

Supported Agents

Claude Code
Claude Code
Anthropic
OpenCode
OpenCode
anomalyco
Codex
Codex
OpenAI
Antigravity
Antigravity
Google

Each agent wired per its own config spec. Pick one, some, or all:

tokless                              # interactive: pick agents
tokless --agents claude,opencode     # wire just these
tokless --agents claude,opencode,codex,antigravity  # all

Tools

4 tools, each kills a different token waste source
ToolWhat it doesExample
RTKTrims noisy bash/tool outputls -la 45 lines (~800 tok) → rtk ls 12 lines (~150 tok)
CavemanMakes the agent answer in terse prose69-tok explanation → 19-tok answer (useMemo)
CodeGraphQuery a code graph, skip whole-file reads1 codegraph explore call = 0 file reads on 25,874-file repo
Context-ModeRun heavy work in a sandbox, return only what matters700KB log → 3KB summary, raw bytes never enter context

Each tool from official source. Each targets a different waste source — no overlap, no conflict.

Install

install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/HoangP8/tokless/main/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/HoangP8/tokless/main/scripts/install.ps1 | iex

Commands

tokless              Install + wire everything (default; safe to re-run)
tokless update       Show version diff, upgrade the four tools
tokless doctor       Show what's wired; warn about broken bits
tokless uninstall    Remove everything tokless touched
tokless self-update  Update the tokless CLI itself

Flags:

--agents <list>   Subset: claude,opencode,codex,antigravity
--dry-run         Preview, no writes
--verbose         Every step

Restart agents after install so they pick up new config.

// faq

What is tokless?

A unified CLI to install and update token-saving plugins — RTK, Caveman, CodeGraph, and Context-Mode — for Claude Code, OpenCode, Codex, and Antigravity. Minimal setup. Any OS.. It is open-source on GitHub.

Is tokless free to use?

tokless is open-source under the MIT license, so it is free to use.

What category does tokless belong to?

tokless is listed under devtools in the Claudeers registry of Claude-compatible tools.

3 views
242 stars
unclaimed
updated 2 months ago

// embed badge

tokless on Claudeers
[![Claudeers](https://claudeers.com/api/badge/tokless.svg)](https://claudeers.com/tokless)

// retro hit counter

tokless hit counter
[![Hits](https://claudeers.com/api/counter/tokless.svg)](https://claudeers.com/tokless)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript240,305MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript128,278MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python109,277MIT[ claude ]
🔓

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

// devtoolsDietrichGebert/JavaScript104,762MIT[ claude ]
→ see how tokless connects across the ecosystem