rtk-assisted-shell

rtk-assisted-shell is a skill for Codex from markoblogo/abvx-agent-skills. It costs 66 tokens per session (576 once invoked), scanned A, original, MIT.

A shell-command workflow that reduces large command output before it reaches the coding agent. It uses compact views for files, searches, Git changes, tests, logs, and other developer commands.

In plain words
What is it for?
Use it when inspecting files, searching code, reviewing Git history or diffs, running tests and linters, or checking logs.
Why use it?
It removes repetitive or noisy output that makes important errors and results harder to find. Smaller output also leaves more room for useful project context.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when inspecting files, searching code, reviewing Git history or diffs, running tests and linters, or checking logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/markoblogo/abvx-agent-skills/rtk-assisted-shell
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add markoblogo/abvx-agent-skills --skill rtk-assisted-shell
Clone the repo
git clone --depth 1 https://github.com/markoblogo/abvx-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rtk-assisted-shell

README.md
[![agentmods](https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/rtk-assisted-shell.svg)](https://agentmods.dev/skills/markoblogo/abvx-agent-skills/rtk-assisted-shell)
Your own site
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/rtk-assisted-shell"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/rtk-assisted-shell.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00576
Opus 5 $0.00033 $0.00288
Sonnet 5 $0.00013 $0.00115
Haiku 4.5 $0.00007 $0.00058

Measured 4d ago against content hash f52ff3c112e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

rtk-assisted-shell scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/rtk-assisted-shell/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RTK Assisted Shell

Save tokens by routing noisy shell workflows through RTK-style filtering first.

Goal

Before running a command that could dump large output, prefer an RTK-shaped command or an equivalent compact shell pattern so the model receives a smaller artifact.

Default Rewrites

Prefer these forms first when RTK is installed:

  • git status -> rtk git status
  • git diff -> rtk git diff
  • git log -> rtk git log
  • cat file, head file, tail file -> rtk read file
  • rg pattern, grep pattern -> rtk grep pattern .
  • ls, large find flows -> rtk ls or compact find
  • pytest, npm test, cargo test, go test, tsc, linters -> rtk <command>
  • docker logs, kubectl logs -> rtk docker logs ..., rtk kubectl logs ...

If RTK is not installed or does not support the command, fall back to compact native shell patterns:

  • file-scoped diffs, not whole history;
  • bounded excerpts, not full files;
  • failing tests first, not full suites;
  • error-first or summary-first log views.

Workflow

  1. Decide whether the command is likely to be noisy.
  2. If yes, prefer RTK rewrite first.
  3. If RTK output is still insufficient, broaden one step:
    • summary -> excerpt -> raw command.
  4. If RTK is unavailable, preserve the same compactness policy manually.
  5. Keep exact raw output only when it materially changes diagnosis or handoff.

When To Use Aggressively

  • repo exploration;
  • git state and diff inspection;
  • test and lint failures;
  • CI logs;
  • container and cluster logs;
  • broad searches over large repos.

Guardrails

  • Do not use RTK if output format must remain exact for downstream parsing.
  • Do not hide the only decisive stack trace or assertion.
  • If RTK filtering obscures the needed detail, fall back to a narrower raw command before using a broad raw command.

Final Report

State whether RTK or manual compact output shaping was used, what decisive signal was kept, and what large output was intentionally avoided.

Read the full file on GitHub · 65 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 65 lines · 66 tokens per session scan A f52ff3c112e9

Subscribe to this mod's changes

rtk-assisted-shell is a skill published in the GitHub repository markoblogo/abvx-agent-skills (15 stars, last pushed 14d ago), licensed MIT. It adds 66 tokens to every session and 576 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

mcp-media-inbox-triage

Find media, partnership, and high-intent requests buried in a shared Gmail inbox, summarize the useful ones, and route them to the right owner through Zapier MCP.

zapier/gtm-cheat-codes · 43 tokens

install-zapier

Install and connect Zapier, routing to the right surface (MCP, SDK, or CLI) for what the person needs. Use when someone says "install Zapier", "add Zapier", "connect Zapier", or "set up Zapier", or when they want an AI client (Claude, ChatGPT, Cursor) to use their apps, want to call Zapier from code, or want Zapier in…

zapier/gtm-cheat-codes · 93 tokens

handoff

Export or import local Waybill Bundles for unfinished coding-agent tasks. Use when the user asks for /handoff, /handoff export, /handoff import, or wants to continue from a Waybill bundle.

wardmos/waybill · 44 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens