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 skills add ngerakines/atproto-skills --skill atproto-attestationgit clone --depth 1 https://github.com/ngerakines/atproto-skillsWrote 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/skills/ngerakines/atproto-skills/atproto-attestation)<a href="https://agentmods.dev/skills/ngerakines/atproto-skills/atproto-attestation"><img src="https://agentmods.dev/badge/skills/ngerakines/atproto-skills/atproto-attestation/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/skills/ngerakines/atproto-skills/atproto-attestation"><img src="https://agentmods.dev/badge/skills/ngerakines/atproto-skills/atproto-attestation.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.00516 | $0.03787 |
| Opus 5 | $0.00258 | $0.01894 |
| Sonnet 5 | $0.00103 | $0.00757 |
| Haiku 4.5 | $0.00052 | $0.00379 |
Grade A, and why
atproto-attestation 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 12d 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 — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AT Protocol record attestations (badge.blue)
CID-first record attestations as specified at https://badge.blue/ and implemented in the atproto-attestation Rust crate. This skill routes to per-language guides for Rust, TypeScript, and Go, sitting on top of a language-neutral spec in shared/.
Defaults
An attestation binds a cryptographic or content-addressed claim to a specific record in a specific repository:
- Content CID: CIDv1, codec
0x71(dag-cbor), hash0x12(SHA-256), 32-byte digest, 36-byte binary form. Computed over a canonical merge ofrecord(withoutsignatures) +$sigmetadata (withoutcid/signature, withrepositoryinserted). - Inline attestation: the 36-byte CID bytes are ECDSA-signed (P-256 or K-256), normalized to low-S, base64-encoded (standard alphabet with padding), and embedded in
record.signatures[]alongside the metadata. - Remote attestation: the content CID is written into a separate proof record in the attestor's repo; the subject record's
signatures[]carries acom.atproto.repo.strongRefpointing at the proof record.
Full normative rules: shared/spec.md. Step-by-step CID procedure: shared/cid-computation.md. Inline flow: shared/inline-attestation.md. Remote flow: shared/remote-attestation.md. Signature normalization: shared/signature-normalization.md. Fixtures: shared/test-vectors.md. Cross-language differences: shared/divergence-matrix.md.
Language detection
Before generating or reviewing any attestation code, determine the target language from project files:
Cargo.toml,*.rs, any mention ofatproto-attestation/atproto-identity/k256/p256→ Rust — read fromrust/. The reference crate lives here.package.json,tsconfig.json,*.ts,*.tsx, imports of@noble/curves/@ipld/dag-cbor/multiformats→ TypeScript — read fromtypescript/.go.mod,*.go, imports ofgithub.com/ipfs/go-cid/github.com/ipld/go-ipld-prime/github.com/decred/dcrd/dcrec→ Go — read fromgo/.
What ships with it
19 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- go/creating.md 14 KB
- go/README.md 10 KB
- go/signatures.md 8.8 KB
- go/verifying.md 10 KB
- rust/creating.md 9.5 KB
- rust/README.md 7.7 KB
- rust/signatures.md 8.8 KB
- rust/verifying.md 9.6 KB
- shared/cid-computation.md 6.3 KB
- shared/divergence-matrix.md 14 KB
- shared/inline-attestation.md 6.6 KB
- shared/remote-attestation.md 8.0 KB
- shared/signature-normalization.md 5.6 KB
- shared/spec.md 11 KB
- shared/test-vectors.md 4.6 KB
- typescript/creating.md 13 KB
- typescript/README.md 9.4 KB
- typescript/signatures.md 7.4 KB
- typescript/verifying.md 11 KB
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.
- 12d ago First seen · 183 lines · 516 tokens per session scan A ddb213f87afd
atproto-attestation is a skill published in the GitHub repository ngerakines/atproto-skills (50 stars, last pushed 4mo ago), licensed MIT. It adds 516 tokens to every session and 3,787 once invoked, about $0.0026 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 skills, from other repositories
ops-demo
CocoOps demo mode activator — populates .cocoplus/ops/demo/ with realistic mock data and sets cocoplus.toml [demo] enabled = true. Invoked via $ops demo.
acl-rule-analysis
Vendor-agnostic ACL and firewall rule analysis with shadowed rule detection, overly permissive rule identification, unused rule discovery, redundant rule flagging, and rule ordering optimization. Covers ACLs (Cisco/JunOS/EOS) and firewall policies (PAN-OS/FortiGate/CheckPoint).
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…
agent-team-orchestration
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4)…
agent-bom-enforce
Enforce security policies on MCP tool calls and block dangerous operations at runtime. Use when: "block risky calls", "apply policy", "proxy", "runtime protection", "policy enforcement", "intercept MCP calls".
diary
Show CocoDiary operator-facing work journal status.