Borrowing it
Nothing to install: this file belongs to zhouwei713/WorkBuddy-Dream-Skin. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/zhouwei713/WorkBuddy-Dream-Skin/main/AGENTS.mdgit clone --depth 1 https://github.com/zhouwei713/WorkBuddy-Dream-SkinWrote 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/zhouwei713/workbuddy-dream-skin/agents-md)<a href="https://agentmods.dev/instructions/zhouwei713/workbuddy-dream-skin/agents-md"><img src="https://agentmods.dev/badge/instructions/zhouwei713/workbuddy-dream-skin/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/zhouwei713/workbuddy-dream-skin/agents-md"><img src="https://agentmods.dev/badge/instructions/zhouwei713/workbuddy-dream-skin/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00826 | $0.00826 |
| Opus 5 | $0.00413 | $0.00413 |
| Sonnet 5 | $0.00165 | $0.00165 |
| Haiku 4.5 | $0.00083 | $0.00083 |
Grade A, and why
WorkBuddy-Dream-Skin 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 10d 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
WorkBuddy Dream Skin 维护说明(AI 协作者约束)
本文件面向 AI 协作者(Claude、Codex、Cursor 等):约束大模型在编辑本仓库时不能破坏什么、必须先读什么、收工前必须跑什么。
人类贡献者应该看
CONTRIBUTING.md(PR 流程、preflight 门禁、如何加主题)而不是这里。This file is written for AI collaborators. Human contributors: please read
CONTRIBUTING.mdinstead.
本文件供后续大模型和维护者使用。开始修改前请先阅读 README.md、docs/ARCHITECTURE.md、docs/DEVELOPMENT.md 和 .github/AI/HANDOFF.md。
不可破坏的边界
- 保持外置 CDP 注入架构。
- 禁止修改 WorkBuddy 安装目录、
WorkBuddy.exe、app.asar、签名文件或更新程序。 - CDP 必须只绑定本机回环地址。
- 使用端口前必须确认监听进程就是目标
WorkBuddy.exe。 - 装饰节点必须保持
pointer-events: none。 - 恢复流程必须可用,重复注入必须保持幂等。
- 不得让审计脚本发送消息、保存设置、创建内容、执行授权、升级账号或退出登录。
修改流程
- 先用
rg查找相关 CSS、脚本和已有兼容规则。 - 使用
apply_patch修改文本文件。 - 用户已有图片、主题和审计产物应当保留。
- 修改用户可见行为时更新
CHANGELOG.md和VERSION。 - 运行 PowerShell 语法检查、Node.js 语法检查和载荷检查。
- 启动或刷新换肤后必须运行
verify-workbuddy-skin.ps1。 - 涉及页面或悬停状态时,执行对应专项审计。
- 如果调测过程中启动了临时服务,任务结束前必须关闭。
验证最低要求
$errors = @()
Get-ChildItem .\scripts\*.ps1 | ForEach-Object {
[void][Management.Automation.Language.Parser]::ParseFile($_.FullName, [ref]$null, [ref]$parseErrors)
$errors += $parseErrors
}
if ($errors.Count) { $errors | Format-List; exit 1 }
node --check .\scripts\injector.mjs
node .\scripts\injector.mjs --check-payload
.\scripts\verify-workbuddy-skin.ps1
根据修改范围追加下列审计:
.\scripts\audit-workbuddy-hover.ps1
.\scripts\audit-workbuddy-composer.ps1
.\scripts\audit-workbuddy-scenes.ps1
.\scripts\audit-workbuddy-pages.ps1
.\scripts\audit-workbuddy-details.ps1
.\scripts\audit-workbuddy-settings.ps1
版本和交接
VERSION必须与注入器报告的版本一致。- 新主题必须能够保存为命名预设,并通过一条命令切换。
- 新增主题字段时要保持 Schema 1 的兼容转换。
- 修改架构、运行目录、命令或已知限制时同步更新
.github/AI/HANDOFF.md。 - 不要把原始参考仓库内容重新放回本项目。参考仓库位于相邻目录
../Codex-Dream-Skin-main。
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.
- 10d ago First seen · 65 lines · 826 tokens per session scan A bcffb76518ec
WorkBuddy-Dream-Skin AGENTS.md is an instructions file published in the GitHub repository zhouwei713/WorkBuddy-Dream-Skin (24 stars, last pushed 1mo ago), licensed MIT. It adds 826 tokens to every session, about $0.0041 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.