by zachahn
Clean up Claude 5's token vomit with a separate LLM. Save your tokens, Claude 5 is hopeless
# Add to your Claude Code skills
git clone https://github.com/zachahn/vomitvomit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zachahn. Clean up Claude 5's token vomit with a separate LLM. Save your tokens, Claude 5 is hopeless. It has 50 GitHub stars.
vomit's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/zachahn/vomit" and add it to your Claude Code skills directory (see the Installation section above).
vomit is primarily written in Go. It is open-source under zachahn on GitHub, so you can review or fork the full source.
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 vomit against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Vomit converts Claude's token vomit into English by piping it through a local LLM. It's fully local (no telemetry) and has no external dependencies.
I wrote a small blog post about this project: https://zachahn.com/posts/1787191554
Disclaimer:
# Install the binary to your GOPATH
go install github.com/zachahn/vomit@latest
# Setup connection details to your LLM
vomit init
# Instructions on how to replace Claude's output via hooks
vomit scrub -claude
In addition, there's a non-invasive mode if you want to run Vomit on the side.
vomit list. List Claude session identifiersvomit tail [<session_identifier>]. Translate Claude's tokens for the specified session, or follow the latest onevomit help. See for more commandsThis should work with:
If you don't have a local LLM set up already, I think I recommend using Llama.app, then downloading GPT-OSS 20B through it. Run the init subcommand after you set this up.
GNU GPLv3