tokless

作者 HoangP8已验证

A unified toolkit for efficient and effective coding agents (Karpathy principles, Caveman, Ponytail, RTK, CodeGraph, Context-Mode). Minimal setup under 30 seconds. Any OS.

174
Stars
16
Forks
Go
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/HoangP8/tokless

快速入门

使用 tokless 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

tokless

A unified pipeline for efficient and effective coding agents.

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

version platform license


Introduction

Many packages help coding agents work more effectively and efficiently. The best tools already exist; wiring them well is the real work. Tokless brings together specialized tools, each with a distinct purpose, and manages them with minimal setup.

Clear purpose — best tool for each job, wired without conflict
No overload — minimal MCP tools with clear, unified instructions
Zero config — works as soon as installed, in under 30 seconds
One place — install, update, and manage all tools across every configured agent

AGENTS

Claude Code
Claude Code
✓ CLI + IDE + Desktop
OpenCode
OpenCode
✓ CLI + Desktop
Codex
Codex
✓ CLI + IDE + Desktop
Antigravity
Antigravity
✓ CLI + IDE
GitHub Copilot
GitHub Copilot
✓ CLI + IDE
Factory Droid
Factory Droid
✓ CLI + Desktop
Pi
Pi
✓ CLI
Cursor
Cursor
✓ CLI + IDE
Grok Build
Grok Build
✓ CLI
Kilo Code
Kilo Code
✓ CLI + IDE
Oh My Pi
Oh My Pi
✓ CLI
Cline
Cline
✓ CLI
   

Installation

Manual

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

Interactive install detects installed supported agents; choose one, some, or all:

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

Copy this for your agent

https://raw.githubusercontent.com/HoangP8/tokless/main/docs/installation.md

Tools

Popular packages with distinct roles, wired without conflicts.

PackagePurpose
karpathy-skillsCoding principles: think first, simplify, edit surgically, verify.
cavemanTerse response rules that preserve technical accuracy.
ponytailMinimal-code rules: reuse first, avoid speculative work.
rtkFilters command output before it reaches the agent.
codegraphIndexed code graph for source, call paths, and impact.
context-modeSandboxed context tools with session memory and focused analysis.
MCP Tools
├── CodeGraph · 1/1
│   └── codegraph_explore
└── Context Mode · 6/11
    ├── ctx_execute
    ├── ctx_batch_execute
    ├── ctx_execute_file
    ├── ctx_index
    ├── ctx_search
    └── ctx_fetch_and_index

Configuration

How each tool connects to each agent:

Instruction means static markdown instructions.

ToolClaudeOpenCodeCodexAntigravityCopilotDroidPiOh My PiGrokKilo CodeClineCursor
rtkHook + AllowPluginHookHook + AllowHook + AllowHookExtensionExtensionGlobal PluginHookHook
cavemanInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstruction
ponytailInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstructionInstruction
codegraphMCP + Allow + InstructionMCP + InstructionMCP + InstructionHook + MCP + InstructionHook + MCP + InstructionHook + MCP + InstructionMCP + Extension + InstructionMCP + InstructionMCP + InstructionMCP + InstructionMCP + InstructionHook + MCP + Instruction
context-modeMCP + Allow + InstructionMCP + InstructionHook + MCP + InstructionMCP + InstructionMCP + Hook + InstructionMCP + InstructionMCP + Extension + InstructionMCP + InstructionMCP + InstructionMCP + InstructionMCP + InstructionMCP + Instruction

Note: ❌ Grok Build does not support RTK command rewriting yet.

Usage

tokless              Install tools, then pick detected agents (safe to re-run)
tokless update       Update the tokless CLI, then show version diff and upgrade tools
tokless doctor       Show what's wired; warn about broken bits
tokless info         Show how tokless was installed, plus paths and config locations
tokless index        Build per-project codegraph indexes
tokless disable      Disable one or more agents
tokless uninstall    Remove everything tokless touched
tokless self-update  Update the tokless CLI itself
tokless --version    Print tokless version
tokless --help       Show all commands and flags

Flags:

--agents <list>   Subset: claude,opencode,codex,antigravity,copilot,droid,pi,grok,omp,cline,cursor
--tools <list>    Subset: rtk,caveman,ponytail,codegraph,context-mode
--dry-run         Preview, no writes
--verbose         Every step
--yes             Skip confirmations

Restart agents after install so they pick up new config.

常见问题

What is tokless?

tokless is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by HoangP8. A unified toolkit for efficient and effective coding agents (Karpathy principles, Caveman, Ponytail, RTK, CodeGraph, Context-Mode). Minimal setup under 30 seconds. Any OS. It has 174 GitHub stars.

Is tokless safe to use?

Yes. tokless 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.

How do I install tokless?

Clone the repository with "git clone https://github.com/HoangP8/tokless" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is tokless written in?

tokless is primarily written in Go. It is open-source under HoangP8 on GitHub, so you can review or fork the full source.

Are there alternatives to tokless?

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 tokless against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

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

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

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

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

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

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情