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/vincentkoc/dotskills/agents-mdgit clone --depth 1 https://github.com/vincentkoc/dotskillsWrote 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/vincentkoc/dotskills/agents-md)<a href="https://agentmods.dev/instructions/vincentkoc/dotskills/agents-md"><img src="https://agentmods.dev/badge/instructions/vincentkoc/dotskills/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.00892 | $0.00892 |
| Opus 5 | $0.00446 | $0.00446 |
| Sonnet 5 | $0.00178 | $0.00178 |
| Haiku 4.5 | $0.00089 | $0.00089 |
Grade A, and why
dotskills 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Repository Purpose
This repository contains Codex, OpenClaw and other agentic AI skills and supporting references. Changes are scoped to skill definitions and lightweight workflow artifacts. Skills are managed using vercel-labs/agent-skills (skills.sh/docs).
Mandatory Contribution Flow
- Read
CONTRIBUTING.mdbefore making changes in this repo. - Make targeted edits to skill files and references.
- Run validation gates before finalizing:
make validatepre-commit run --all-filesmake check-generated- if generated artifacts are out of date, run
make marketplace && make releases-indexand re-runmake check-generated
- Open PRs as drafts first when applicable.
Skill Standards
- Keep changes focused and minimal to requested scope.
- Prefer deterministic commands and repeatable workflows.
- Prefer concise, evidence-backed SKILL.md guidance.
- Put operational details in
references/when they are verbose. - Public skills under
skills/must includelicense: MITandmetadata.source: https://github.com/vincentkoc/dotskills. - Validators must enforce public-skill license and source metadata.
OpenAI Metadata Defaults
Default values for agents/openai.yaml in public skills:
openai_yaml_defaults:
interface:
icon_small: "./assets/icon.jpg"
icon_large: "./assets/icon.jpg"
brand_color: "#111827"
New/Updated Skills Checklist
- Update
SKILL.mdto keep required sections and concise workflow guidance. - Add or update
references/,scripts/, andassets/only when needed for reuse. - Public skills must include
agents/openai.yamlwith required interface fields and the defaults above. - Store per-skill icons in
skills/<skill>/assets/icon.jpgand reference them via./assets/icon.jpg. - If a public skill is added or renamed, update
README.mdpublic skills and install list. - If a public skill is added or renamed, update
catalog.yamlentry. - Regenerate published indexes when public skills change:
make marketplaceandmake releases-index.
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.
- 4d ago First seen · 95 lines · 892 tokens per session scan A 78bd00b2d7a7
dotskills AGENTS.md is an instructions file published in the GitHub repository vincentkoc/dotskills (102 stars, last pushed 12d ago), licensed MIT. It adds 892 tokens to every session, about $0.0045 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
nextclaw AGENTS.md
AGENTS.md instructions for Peiiii/nextclaw, covering nextclaw ai 常驻内核, 产品愿景, 沟通与推进, 深思与目标模式 and 协作与 git 安全.
ai-chief-of-staff CLAUDE.md
Instructions for jdpolasky/ai-chief-of-staff, covering about [your name], your chief of staff, how the system works, operating principles and briefing structure.
nextclaw CLAUDE.md
Claude Code instructions for Peiiii/nextclaw, a project described as: An open-source, extensible, self-hosted agent workspace with multi-runtime support for Codex, Claude Code, and more, plus reusable local apps for custom interfaces and services.
Cerebro AGENTS.md
Instructions for AgenticFirst/Cerebro, covering cerebro — agent context, read before touching integrations, project layout, conventions a fresh agent would otherwise miss and running locally.
nextjs-skills CLAUDE.md
Instructions for mohamed-hossam1/nextjs-skills: All contribution rules — style, naming, file layout, verification — live in AGENTS.md. Read that first.
claude-plugins CLAUDE.md
Claude Code instructions for aiocean/claude-plugins, covering claude.md, what this is, plugin structure, marketplace registry and plugin categories.