cli

cli is a skill for Claude Code, Codex from kajogo777/bento. It costs 0 tokens per session (858 once invoked), scanned A, original, Apache-2.0.

A command-line tool that saves an AI agent’s workspace state—such as memory, dependencies, caches, conversations, and session data—as portable OCI images, a standard format used by container registries.

In plain words
What is it for?
It is for initializing workspace tracking, saving and restoring checkpoints, comparing workspace versions, managing environment variables and secrets, and pushing or pulling checkpoints from an OCI registry.
Why use it?
Git does not store many of the files and settings an agent needs to continue work. Checkpoints let you save, compare, share, and restore that broader workspace state.

Skill for Claude CodeCodex

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 skills/kajogo777/bento/cli
Any agent
npx skills add kajogo777/bento --skill cli
Clone the repo
git clone --depth 1 https://github.com/kajogo777/bento

Made for: Claude Code, 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 cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/kajogo777/bento/cli.svg)](https://agentmods.dev/skills/kajogo777/bento/cli)
Your own site
<a href="https://agentmods.dev/skills/kajogo777/bento/cli"><img src="https://agentmods.dev/badge/skills/kajogo777/bento/cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 858 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.00858
Opus 5 $0.00000 $0.00429
Sonnet 5 $0.00000 $0.00172
Haiku 4.5 $0.00000 $0.00086

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

Security

Grade A, and why

cli 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.

internal/cli/SKILL.md · 80 lines

How it starts

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

Bento CLI Skill

Bento packages AI agent workspace state into portable, layered OCI artifacts — everything git doesn't track: agent memory, dependencies, build caches, conversation history, session state. Checkpoints are standard OCI images pushable to any container registry.

Commands

bento init                          # initialize workspace tracking
bento save -m "message"             # save a checkpoint
bento open <ref>                    # restore checkpoint (ref: cp-1, latest, tag, digest)
bento open undo                     # undo last open
bento list                          # list checkpoints
bento status                        # show head, changes, remote sync
bento diff                          # workspace vs latest
bento diff cp-2 cp-5                # between two checkpoints
bento tag <ref> <name>              # tag a checkpoint
bento inspect [ref]                 # metadata and layers (--files for file list)
bento push [remote]                 # push to OCI registry
bento pull                          # pull from remote
bento gc                            # garbage collection
bento env set|unset|show|export     # manage env vars and secret refs
bento watch                         # auto-checkpoint on file changes
bento add <file> --layer <name>     # add file to a layer
bento keys generate|list|public     # manage Curve25519 keypairs
bento secrets export                # export encrypted secret envelope
bento sessions [inspect]            # list/inspect agent sessions
bento explore                       # interactive checkpoint browser

Global flags: --dir <path> (workspace directory), -v (verbose), --help

Key Concepts

Checkpoints — Snapshots stored as OCI images. Auto-numbered (cp-1, cp-2), content-addressed by digest, taggable. latest always points to most recent.

Layers — Files split into deps (node_modules, .venv — large, rarely changes), agent (memory, config — small, changes often), project (catch-all). Identical layers are deduplicated across saves.

Read the full file on GitHub · 80 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 · 80 lines · 0 tokens per session scan A 6a77afd152c8

Subscribe to this mod's changes

cli is a skill published in the GitHub repository kajogo777/bento (22 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 858 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.

Related

Other skills, from other repositories

ecspresso

ECS deployment tool - deploy, manage, and troubleshoot ECS services.

kayac/ecspresso · 17 tokens

container-manager-podman-operations

Rootless Podman pod/kube operations via the container-manager-mcp MCP server — pods (create/list/stats/top/inspect/logs/stop/rm), Kubernetes YAML interop (generate/play kube), checkpoint/restore, pod-scoped networks and volumes, health checks, and system prune. Use when the agent must drive Podman pod-level workloads…

Knuckles-Team/container-manager-mcp · 114 tokens

homebutler

Homelab server operations via homebutler CLI/MCP. Check system status, generate butler reports, scan inventory/topology, manage Docker containers, install self-hosted apps, verify backup drills, Wake-on-LAN, port scanning, alerts, backup/restore, and multi-server SSH.

Higangssh/homebutler · 64 tokens

aiq-deploy

Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.

NVIDIA/skills · 27 tokens

cuopt-install

Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer.

NVIDIA/skills · 40 tokens

new-service

Add a new service to Harbor — scaffold the compose config, environment variables, metadata, documentation, and cross-service integrations. Use this skill whenever the user wants to add a new service to Harbor, integrate a new tool/app/model server, create a compose configuration for a new project, or onboard any…

av/harbor · 139 tokens