index

index is a command for coding agents from thrashr888/agentkernel. It costs 0 tokens per session (1,693 once invoked), scanned A, original, MIT.

A command reference for Agentkernel, a command-line tool for running code in isolated sandboxes. It covers temporary runs, interactive access, sandbox creation and lifecycle, file copying, and execution receipts.

In plain words
What is it for?
Use it as a quick reference for running commands, attaching to shells, pausing or resuming sandboxes, listing or removing them, copying files, and managing their lifetime.
Why use it?
It gives developers one place to find the main commands for creating, controlling, inspecting, and using sandboxes.

Command

Part of the agentkernel plugin — 1 skill, 18 commands, 10 agents shipped together

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.

agentmods
npx agentmods add commands/thrashr888/agentkernel/index
Clone the repo
git clone --depth 1 https://github.com/thrashr888/agentkernel

Or install agentkernel, the plugin that ships this one along with the rest of its 1 skill, 18 commands, 10 agents.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,693 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01693
Opus 5 $0.00000 $0.00847
Sonnet 5 $0.00000 $0.00339
Haiku 4.5 $0.00000 $0.00169

Measured 3d ago against content hash fed94de2667f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

index 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 3d 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.

docs/commands/index.md · 181 lines

How it starts

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

Commands

agentkernel provides a Docker-like CLI for managing sandboxes.

Quick Reference

Daily Drivers (Root Level)

Command Description
run Run a command in a temporary sandbox
exec Execute a command in a running sandbox
attach Attach to a sandbox's interactive shell
receipt Verify and replay execution receipts

Sandbox Lifecycle (sandbox / sb)

Command Description
sandbox create Create a new sandbox
sandbox start Start a stopped sandbox
sandbox stop Stop a running sandbox
sandbox pause Checkpoint a Firecracker sandbox with guest memory and processes (suspend alias)
sandbox resume Resume a full-state Firecracker checkpoint
sandbox fork Start a new sandbox from a paused Firecracker checkpoint
sandbox remove Remove a sandbox
sandbox list List all sandboxes (with IP addresses)
sandbox info Show detailed information about a sandbox (with IP)
sandbox extend-ttl Extend a sandbox's time-to-live
sandbox cp Copy files to/from a sandbox
sandbox gc Garbage-collect expired sandboxes
sandbox clean Remove all sandboxes and Docker artifacts
sandbox exec-list List running exec processes
sandbox exec-logs View exec process logs
sandbox exec-kill Kill a running exec process

SSH (ssh)

Command Description
ssh connect SSH into a sandbox (certificate-authenticated)
ssh config Generate SSH config entry for IDE integration
ssh proxy ProxyCommand helper for SSH

Templates & Configuration

Command Description
template list List available templates (built-in + custom)
template save Save a running sandbox as a template
template add Add a template from GitHub
template remove Remove a custom template
sandbox export-config Export sandbox config as TOML
sandbox import-config Create sandbox from a TOML config

Read the full file on GitHub · 181 lines

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. 3d ago First seen · 181 lines · 0 tokens per session scan A fed94de2667f

Subscribe to this mod's changes

index is a command published in the GitHub repository thrashr888/agentkernel (58 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,693 tokens. 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-08-30.