rtk-exec

Execute shell commands through the RTK proxy to generate compressed CLI output.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill rtk-exec-hiddink-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rtk-exec
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/templates/skills/rtk-exec
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill rtk-exec-hiddink-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the issue of excessive token consumption caused by verbose CLI tool outputs, which can quickly exhaust context windows and increase costs.

Core Features & Use Cases

  • Token-Optimized Proxying: Wraps standard shell commands with the RTK (Rust Token Killer) engine to filter, group, and truncate output.
  • Broad Compatibility: Supports over 100 common CLI tools including git, cargo, pytest, and kubectl.
  • Use Case: When running a large test suite or a verbose git log, this skill compresses the output by 60-90% before it reaches the AI, allowing for deeper analysis without hitting token limits.

Quick Start

Use the rtk-exec skill to run the git status command and receive a token-efficient summary of your repository state.

Frequently Asked Questions about rtk-exec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compress verbose CLI output to save LLM tokens?

You can compress CLI output to save LLM tokens by executing shell commands through the RTK proxy, which filters, groups, and truncates verbose diagnostic data by 60-90% before it reaches the AI.

Does the RTK proxy work with kubectl and pytest logs?

Yes, the RTK proxy works with kubectl, pytest, and over 100 common CLI tools including git and cargo. It wraps these standard shell commands to generate token-optimized, compressed output for broad compatibility.

What is the best way to fit large test suite results into constrained context windows?

The best way to fit large test suite results into constrained context windows is using a token-optimized proxy to compress the verbose diagnostic data, reducing token consumption by 60-90% for deeper AI analysis without hitting limits.

Do I need to install any binary to run shell commands with token compression?

Yes, you need the rtk binary installed and accessible in your system path to run shell commands with token compression. This prerequisite allows the skill to proxy standard commands through the RTK engine.

When should I not use a token compression proxy for CLI commands?

You should not use a token compression proxy when you require the complete, unmodified CLI output for strict auditing, as the RTK engine actively filters, groups, and truncates verbose data to optimize tokens.

Why does verbose CLI output exhaust AI context windows so quickly?

Verbose CLI output exhausts context windows quickly because standard tools generate massive amounts of text from system logs and test results, increasing token consumption and costs before the AI can process the data.