← Back to Skills Marketplace
davydenkovm

RTK Integration

by Mikhail · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
266
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rtk-integration
Description
Integrate RTK (Rust Token Killer) to reduce LLM token consumption by 60-90% on shell commands. Use when setting up RTK for the first time, checking token sav...
Usage Guidance
This skill appears to do what it says, but exercise caution before installing: 1) Inspect the remote installer before running it — avoid blindly piping curl to sh. Open https://github.com/rtk-ai/rtk and review the install.sh content and repository ownership. 2) Prefer installing via trusted package managers (Homebrew, pinned GitHub release, or cargo) rather than the branch raw curl. 3) Back up your shell profile (~/.bashrc, ~/.zshrc) before allowing the script to append PATH lines. 4) Consider testing in a sandbox or VM first; don't install on sensitive production machines until you verify the upstream project. 5) Be aware that always using RTK will suppress raw command outputs by design — keep the ability to run raw commands when full output is needed for debugging or security checks. If you cannot verify the upstream repository or installer, treat this as high-risk and do not run the installer.
Capability Analysis
Type: OpenClaw Skill Name: rtk-integration Version: 1.1.0 The skill installs a third-party utility called 'RTK' (Rust Token Killer) via a remote shell script (curl | sh from github.com/rtk-ai/rtk) and aggressively instructs the agent to wrap nearly all shell commands (git, npm, docker, etc.) with this binary. While the stated goal of reducing token consumption is plausible, this pattern creates a high-risk interception point for all agent activity and command output. The setup script (scripts/rtk-setup.sh) also modifies user shell profiles (.bashrc/.zshrc) for persistence, and the SKILL.md contains instructions for the agent to execute the installation immediately upon skill activation.
Capability Assessment
Purpose & Capability
The skill's declared purpose (install and use an RTK wrapper to compress shell output) matches the files and instructions: it ships a setup script, docs mapping raw commands to rtk-prefixed equivalents, and guidance to prefer rtk. Nothing requested is unrelated to installing or using an output-filtering CLI.
Instruction Scope
SKILL.md instructs the agent to run the included setup script immediately on install and to always prefer rtk-prefixed commands. The guide also encourages automatic use across many command classes (git, docker, tests) which will suppress raw outputs by design. The install instruction (curl ... | sh) is the main scope concern because it grants broad runtime discretion (execute remote code) and the skill will add PATH lines to user profile files.
Install Mechanism
There is no formal install spec; the provided script uses curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh which executes a remote script directly. Pulling and piping a branch's raw installer is higher risk (content can change) compared with pinned releases or package-managed installs. The script also writes PATH exports into user dotfiles, which is persistent system modification.
Credentials
The skill requests no credentials or environment variables. The only system changes are adding rtk to PATH and running the installer; those are consistent with installing a CLI. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true and does not request agent-wide privileges, but the setup script persists a PATH export to the user's shell profile (modifies dotfiles) and installs a binary. This is expected for a CLI integration but is a persistent change the user should approve.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rtk-integration
  3. After installation, invoke the skill by name or use /rtk-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: Auto-install RTK on skill setup. Script now handles PATH, detects shell profile (.zshrc/.bashrc/.profile), works on Linux and macOS.
v1.0.0
Initial release: RTK token optimization for any LLM agent. Includes full command reference, config guide, setup script, and rtk gain reporting.
Metadata
Slug rtk-integration
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is RTK Integration?

Integrate RTK (Rust Token Killer) to reduce LLM token consumption by 60-90% on shell commands. Use when setting up RTK for the first time, checking token sav... It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.

How do I install RTK Integration?

Run "/install rtk-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RTK Integration free?

Yes, RTK Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does RTK Integration support?

RTK Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RTK Integration?

It is built and maintained by Mikhail (@davydenkovm); the current version is v1.1.0.

💬 Comments