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/anionex/dsh-computer-use/agents-mdgit clone --depth 1 https://github.com/Anionex/dsh-computer-useWhat 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.00093 | $0.00093 |
| Opus 5 | $0.00046 | $0.00046 |
| Sonnet 5 | $0.00019 | $0.00019 |
| Haiku 4.5 | $0.00009 | $0.00009 |
Grade A, and why
dsh-computer-use 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 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.
What it actually says
AGENTS.md
- 修改本仓库(native Swift、
src/、src/client/任一)后,交付或测试前运行pnpm run build,把lib/、lib/client.js、native/macos/bin/dsh-computer-use-helper与native/macos/manifest.json全部重建并保持一致,不要只改源不重编产物。
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 · 4 lines · 93 tokens per session scan A 65a87ce9da64
dsh-computer-use AGENTS.md is an instructions file published in the GitHub repository Anionex/dsh-computer-use (34 stars, last pushed 11d ago), licensed MIT. It adds 93 tokens to every session, about $0.0005 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-08-30.
Other instructions, from other repositories
open-codex-computer-use AGENTS.md
AGENTS.md instructions for iFurySt/open-codex-computer-use, covering open-codex-computer-use, 每轮开始先读, 代码改完前要读, 按任务需要选读 and 工作规则.
open-codex-computer-use CLAUDE.md
Claude Code instructions for iFurySt/open-codex-computer-use, a project described as: 👾 Open Computer Use – Open-Source Alternative to Codex Computer Use.
Shinken CLAUDE.md
Instructions for Meirtz/Shinken, covering claude.md — guide for ai coding sessions in this repo, ⛔ the one hard rule: this is a public open-source project, layout, development commands and architecture (how the pieces connect).
ghost-os CLAUDE.md
Instructions for ghostwright/ghost-os, covering ghost os -- developer guide, build & run, architecture, key files and 29 mcp tools.
browser-bridge AGENTS.md
Instructions for koltyakov/browser-bridge, covering project guide, data flow, package map, where to find things and method dispatch (extension side).
DeepSeekMeter AGENTS.md
Instructions for CWNU-Open-Source-Community/DeepSeekMeter, covering agents.md — deepseekmeter 仓库操作规范, 1. 项目是什么, 2. 常用命令(改动后必须本地验证), ios 版验证(核心包自测 + 工程结构静态校验必跑;有 xcode 时还会构建 app 冒烟) and android 核心单测(需 jdk 17 + android sdk;jvm 直跑无需设备).