tallow
Modular terminal coding agent with extensions and multi-model routing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Tallow?โผ
Run `npx skills add dungle-scrubs/tallow --all -g -y` in your terminal to install everything globally.
What does Tallow do?โผ
Tallow is a terminal coding agent that edits files, runs shell commands, and manages multi-step coding work. It ships with 52 extensions, 34 themes, and supports routing tasks across multiple model providers.
Does Tallow work with Claude Code projects?โผ
Yes. Tallow scans both `.tallow/` and `.claude/` directories, so existing Claude Code skills, agents, and commands work without any changes.
Can I restrict which tools Tallow uses?โผ
Yes. Use the `--tools` flag with presets like `readonly` or `none`, or pass a comma-separated allowlist such as `read,grep,find` to block everything else at runtime.
Can I extend Tallow without forking it?โผ
Yes. Drop a TypeScript file into `~/.tallow/extensions/` that registers tools, commands, or event handlers through the extension API, and it loads automatically on startup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core