add-rtk Skill
Install rtk token-compression proxy into agent containers. Routes Bash tool calls through rtk for 60–90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.). Published by microsoft in amplifier-app-nanoclaw.
What is add-rtk Skill?
Install rtk token-compression proxy into agent containers. Routes Bash tool calls through rtk for 60–90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.). Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Deployment
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use add-rtk Skill
- Use it for testing.
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-rtk/SKILL.md
What it does
Install rtk token-compression proxy into agent containers. Routes Bash tool calls through rtk for 60–90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.).
Skill instructions
Add rtk Install rtk — a CLI proxy delivering 60–90% token savings on common dev commands (git, cargo, pytest, docker, kubectl, etc.) — and wire it transparently into agent containers via the Claude Code PreToolUse hook. What this sets up - rtk binary at ~/.local/bin/rtk on the host - ~/.local/bin/rtk mounted read-only at /usr/local/bin/rtk inside the target agent group's containers - PreToolUse hook in the agent group's settings.json so every Bash call is automatically filtered through rtk — no CLAUDE.md instructions needed Step 1 — Install rtk on the host bash curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh If the script put the binary elsewhere, move it: bash find ~/.local ~/.cargo/bin ~/bin -name rtk 2/dev/null mv "$(which rtk 2/dev/null)" ~/.local/bin/rtk Verify: bash ~/.local/bin/rtk --version chmod +x ~/.local/bin/rtk if needed Step 2 — Identify the target agent group bash ncl groups list Note the group ID (e.g. ag-1776342942165-ptgddd).
Explore related resources
Frequently asked questions
What is add-rtk?
add-rtk is a open-source AI agent skill with Copy skill directory. Install rtk token-compression proxy into agent containers. Routes Bash tool calls through rtk for 60–90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.).
Who is add-rtk best for?
add-rtk is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows.
How do I install add-rtk?
Install or run add-rtk using Copy skill directory. Check add-rtk for the latest setup command.
Is add-rtk actively maintained?
add-rtk may need a closer maintenance check before production use.
Auto-fetched from GitHub.