Clawd on Desk is a desktop pet that displays animated reactions to activity from AI coding agents. It helps developers notice when agents are thinking, using tools, requesting permission, or finishing tasks. Catalogue add-ons configure its integrations with supported coding agents.
Borrowing it
Nothing to install: this file belongs to rullerzhou-afk/clawd-on-desk. 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/rullerzhou-afk/clawd-on-desk/main/AGENTS.mdgit clone --depth 1 https://github.com/rullerzhou-afk/clawd-on-deskWrote 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/rullerzhou-afk/clawd-on-desk/agents-md)<a href="https://agentmods.dev/instructions/rullerzhou-afk/clawd-on-desk/agents-md"><img src="https://agentmods.dev/badge/instructions/rullerzhou-afk/clawd-on-desk/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/rullerzhou-afk/clawd-on-desk/agents-md"><img src="https://agentmods.dev/badge/instructions/rullerzhou-afk/clawd-on-desk/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.10827 | $0.10827 |
| Opus 5 | $0.05414 | $0.05414 |
| Sonnet 5 | $0.02165 | $0.02165 |
| Haiku 4.5 | $0.01083 | $0.01083 |
Grade D, and why
clawd-on-desk AGENTS.md scanned grade D with 3 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- Antigravity CLI (agy) 通过 `~/.gemini/config/hooks.json` 做 **state-only** hook 集成(PreInvocation / PostToolUse / PostInvocation / Stop),**不注册 PreToolUse**。agy LLM 会主动调内置 `ask_permission` 工具,触发 agy 自己的 5 选项 native menu(含 " Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- ZCode 通过 `~/.zcode/cli/config.json` 的 `hooks.events.*` 集成全部 7 个支持事件(SessionStart / UserPromptSubmit / PreToolUse / PostToolUse / PostToolUseFailure / Stop / PermissionRequest,无 SessionEnd / Notification)。PermissionRequ Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- 涉及 Claude Code hook payload 的改动(尤其 `/permission`、`permission_suggestions`、`updatedPermissions`、elicitation 输入)至少用一次真实 Claude Code 验证;`curl` 自编 payload 不够 The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- today Changed · +3 lines · +361 tokens per session ed283d89d4a0
- 4d ago Changed · +102 tokens per session 2c12c63f5ef2
- 6d ago Changed · +1 lines · +225 tokens per session 844eba65c538
- 7d ago Changed · +3 lines · +412 tokens per session a7ec5f634611
- 10d ago First seen · 239 lines · 9,727 tokens per session scan D 129d49343a09
clawd-on-desk AGENTS.md is an instructions file published in the GitHub repository rullerzhou-afk/clawd-on-desk (6,180 stars, last pushed today), licensed AGPL-3.0. It adds 10,827 tokens to every session, about $0.0541 per session on Opus 5. A static security scan graded it D with 3 findings (reads agent configuration directories, recursive force delete, 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
plugin-files-mode
Rosetta Plugin Mode Bootstrap.
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).
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.