ssbnk AGENTS.md

ssbnk AGENTS.md is an instructions file for Codex, OpenCode from delorenj/ssbnk. It costs 1,325 tokens per session, scanned A, original, MIT.

AGENTS.md instructions for delorenj/ssbnk, covering screenshot bank (ssbnk), project overview, core components, 1) watcher (/watcher) and 2) management ui (/ui).

Instructions file for CodexOpenCode

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 instructions/delorenj/ssbnk/agents-md
Clone the repo
git clone --depth 1 https://github.com/delorenj/ssbnk

Made for: Codex, OpenCode.

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 ssbnk AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/delorenj/ssbnk/agents-md.svg)](https://agentmods.dev/instructions/delorenj/ssbnk/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/delorenj/ssbnk/agents-md"><img src="https://agentmods.dev/badge/instructions/delorenj/ssbnk/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,325 This file is loaded in full into every session.
When invoked 1,325 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.01325 $0.01325
Opus 5 $0.00662 $0.00662
Sonnet 5 $0.00265 $0.00265
Haiku 4.5 $0.00133 $0.00133

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

Security

Grade A, and why

ssbnk AGENTS.md 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 today.

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.

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

ScreenShot Bank (ssbnk)

Project Overview

ssbnk is a self-hosted screenshot/screencast hosting service. It watches local folders, normalizes filenames, hosts assets, and exposes "latest" retrieval endpoints. Remote machines upload screenshots via the /upload API, and the URL is copied to the host clipboard automatically.

Core stack:

  • Watcher/API: Go (/watcher) — serves everything: assets, API, and the built UI
  • Management UI: Astro + React (/ui) — static build served by the watcher
  • Static hosting: Nginx (/web) — LEGACY, only in the packaged all-in-one image
  • Remote uploaders: Bash scripts on remote machines (/scripts)

Full generated docs live in docs/ (start at docs/index.md).

Core Components

1) Watcher (/watcher)

  • Watches screenshot and screencast directories via fsnotify.
  • Converts videos to GIF (ffmpeg) and stores metadata JSON in watcher-data/metadata/.
  • Copies URL to host clipboard on both local screenshots and remote uploads.
  • Writes last screenshot filename to /tmp/ssbnk/last-screenshot for paste-image support.
  • Endpoints (all served by the watcher on SSBNK_API_PORT, default 80):
    • /api/screenshots paginated JSON listing for the UI (limit/offset)
    • /latest metadata-driven lookup (302 redirect)
    • /hybrid metadata + filesystem fallback
    • /stateless filesystem-only lookup
    • /upload remote upload endpoint (requires X-Upload-Key header)
    • /health metadata/file consistency status
    • Hosted assets served root-level (/<file>.png), unknown paths fall through to the UI's index.html

2) Management UI (/ui)

  • Astro 6 + React 19 + TypeScript + Tailwind 4 + shadcn (on @base-ui/react).
  • Static build (npm run builddist/); the watcher serves it from SSBNK_UI_DIR (default /ui). No separate UI server.
  • Single screen: ScreenshotGallery.tsx calling GET /api/screenshots. ui/ has its own .git (nested repo).

3) Web Server (/web) — LEGACY

  • Nginx configs from the retired 3-container architecture; only used inside the packaged all-in-one image (root Dockerfile, supervisord).
  • Proxies only /upload and /latest to the watcher on port 31243. The current compose.yml stack has no Nginx container.
  • web/html/ holds the live hosted assets.

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. today First seen · 80 lines · 1,325 tokens per session scan A 6fe1aa2bd72e

Subscribe to this mod's changes

ssbnk AGENTS.md is an instructions file published in the GitHub repository delorenj/ssbnk (2 stars, last pushed today), licensed MIT. It adds 1,325 tokens to every session, about $0.0066 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.