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/ifuryst/open-codex-computer-use/agents-mdgit clone --depth 1 https://github.com/iFurySt/open-codex-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.00637 | $0.00637 |
| Opus 5 | $0.00318 | $0.00318 |
| Sonnet 5 | $0.00127 | $0.00127 |
| Haiku 4.5 | $0.00064 | $0.00064 |
Grade A, and why
open-codex-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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- open-browser-use AGENTS.md — 89% identical, 6 lines differ
What it actually says
open-codex-computer-use
这个仓库是一个面向 Agent 协作开发的基础模板。
AGENTS.md 故意保持简短,只负责做导航,不负责塞满所有规则。仓库内的 docs/ 才是本地知识的正式来源。
如果一次代码或流程变更会让某份文档过期,就在同一轮任务里顺手把它改掉。
每轮开始先读
docs/REPO_COLLAB_GUIDE.md:仓库级协作、提交、文档同步与测试约定。docs/ARCHITECTURE.md:仓库整体结构和预期边界。docs/design-docs/core-beliefs.md:Agent-first 的工作原则和这个模板的设计出发点。
代码改完前要读
docs/HISTORY_GUIDE.md:什么时候记 history、怎么命名、怎么脱敏。docs/QUALITY_SCORE.md:当前质量分层和主要短板。
按任务需要选读
docs/PLANS_GUIDE.md:什么时候要写 execution plan,怎么维护。docs/PRODUCT_SENSE.md:产品价值、取舍方式和优先级判断。docs/RELIABILITY.md:运行稳定性、观测性和上线前的基本要求。docs/SECURITY.md:认证、数据处理、外部集成等安全默认约束。docs/SUPPLY_CHAIN_SECURITY.md:依赖、SBOM、制品 provenance 和仓库级供应链安全默认做法。docs/CICD.md:仓库的 CI/CD 骨架以及后续如何接入真实项目。docs/FRONTEND.md:如果仓库包含前端界面,这里记录对应规范。CONTRIBUTING.md:提 PR 前后的默认检查项和协作要求。docs/releases/README.md:如何维护面向用户的发布记录。docs/releases/RELEASE_GUIDE.md:只要任务涉及 bump 版本、打 tag、推 release,先读这份发版必读。docs/references/README.md:沉淀到仓库里的外部参考资料。
工作规则
- 优先选择小而清晰、对仓库和 Agent 都友好的抽象。
- 回复默认跟随用户提问所使用的语言;如果用户切换语言,回复语言也随之切换。
- 如果用户这一轮输入是英文,则直接用英文回复。
- 推送前先同步远端最新代码,再执行
git push。 - prompt、规则、架构约束尽量都版本化落在仓库里。
- 复杂任务不要只靠聊天上下文,应该落 execution plan。
- 完成的代码变更要记到
docs/histories/。
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.
- 2d ago First seen · 43 lines · 637 tokens per session scan A ca92741378cb
open-codex-computer-use AGENTS.md is an instructions file published in the GitHub repository iFurySt/open-codex-computer-use (1,877 stars, last pushed yesterday), licensed MIT. It adds 637 tokens to every session, about $0.0032 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
ghost-os CLAUDE.md
Instructions for ghostwright/ghost-os, covering ghost os -- developer guide, build & run, architecture, key files and 29 mcp tools.
dsh-computer-use AGENTS.md
Instructions for Anionex/dsh-computer-use, a project described as: 为 DeepSeek Harness 提供电脑控制插件:新鲜 Accessibility 观测、过期状态拒绝、作用域权限与安全输入(目前支持macos)|Accessibility-first macOS Computer Use bundle for DSH with fresh observations, stale-state rejection, scoped permissions, and safe input.
DarwinRelay AGENTS.md
AGENTS.md instructions for dcierra/DarwinRelay, covering agents.md, what darwinrelay is, read these files first, repository map and canonical identities.
agent-computer-use-mcp AGENTS.md
AGENTS.md instructions for astraclawteam/agent-computer-use-mcp, covering agent worker rules, read order, repository purpose, project structure and branch and pr rules.
OpenAra AGENTS.md
Instructions for Aradotso/OpenAra, covering openara agent guide, read first, working rules and where things live.
Screenhand CLAUDE.md
Claude Code instructions for manushi4/Screenhand, covering claude.md, project, commands, architecture and key entry points.