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.
npx agentmods add instructions/cznorth/winkterm/agents-mdgit clone --depth 1 https://github.com/Cznorth/winktermWrote 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.
[](https://agentmods.dev/instructions/cznorth/winkterm/agents-md)<a href="https://agentmods.dev/instructions/cznorth/winkterm/agents-md"><img src="https://agentmods.dev/badge/instructions/cznorth/winkterm/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02718 | $0.02718 |
| Opus 5 | $0.01359 | $0.01359 |
| Sonnet 5 | $0.00544 | $0.00544 |
| Haiku 4.5 | $0.00272 | $0.00272 |
Grade A, and why
winkterm AGENTS.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://localhost:8000/api/agent/handshake Copies of this mod
1 near-identical copy found in the catalogue:
- winkterm CLAUDE.md — 89% identical, 38 lines differ
How it starts
The opening of the file, as written. The whole thing — 288 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
Project Overview
WinkTerm is an AI + terminal "human-machine fusion" ops tool. The AI and the user share the same pty session, and all interaction happens inside the terminal. The user talks to the AI by typing a # message; the AI can suggest commands and write them into the input line, where the user presses Enter to run or Backspace to edit.
Common Commands
Backend Development
cd backend
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
# Start the development server
python -m uvicorn backend.main:app --reload --port 8000
Automated Test Suite
# From the repository root, run the stable full local suite:
.\scripts\test-all.ps1
# Optional flags:
.\scripts\test-all.ps1 -SkipFrontendE2E
.\scripts\test-all.ps1 -SkipCodexSmoke
.\scripts\test-all.ps1 -RunVnc
scripts/test-all.ps1 runs backend pytest, frontend lint/build/typecheck,
starts a temporary backend, verifies the agent terminal API, runs Codex chat
and tool-call WebSocket smoke tests, starts the frontend, then runs the
Puppeteer settings E2E. The script stops the backend/frontend processes it
starts. VNC smoke is skipped by default because it requires a configured SSH/VNC
target; use -RunVnc only when that target is available.
Frontend Development
cd frontend
npm install
npm run dev # Development mode
npm run build # Build (output to frontend/out/)
npm run lint # Lint check
npm run gen:api # Generate TypeScript types and react-query hooks from OpenAPI
When frontend/package.json or frontend dependencies change, always commit the
matching frontend/package-lock.json. Before pushing, verify the Docker install
path with the same npm major used by the Docker image:
cd frontend
npx [email protected] ci --omit=optional --ignore-scripts
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.
- 3d ago First seen · 288 lines · 2,718 tokens per session scan A c952a824a67a
winkterm AGENTS.md is an instructions file published in the GitHub repository Cznorth/winkterm (20 stars, last pushed 1mo ago), licensed MIT. It adds 2,718 tokens to every session, about $0.0136 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
sshdesk AGENTS.md
Instructions for rylena/sshdesk, covering agent setup, scope, user-facing instruction, development setup and verification.
termcp CLAUDE.md
Instructions for open-mcp-ai/termcp, covering security & privacy, agent skills, issue tracker, triage labels and domain docs.
zashiki CLAUDE.md
Instructions for kounetsuman/zashiki, covering zashiki development conventions, comment conventions, testing, documentation (where design, specs, and context live) and issues vs. discussions.
GovOn AGENTS.md
Instructions for GovOn-Org/GovOn, covering govon repository instructions, 우선 문서, 브랜치 전략, 커밋과 pr and 현재 제품 방향.
GovOn copilot-instructions.md
Instructions for GovOn-Org/GovOn, covering github copilot pr review instructions, review tag system, review criteria, report ([must] / [should] tags) and do not report.
codex-session-tui AGENTS.md
Instructions for avikalpa/codex-session-tui, covering agents.md, project purpose, current scope, architecture and safety rules.