Borrowing it
Nothing to install: this file belongs to iamnolanhu/digitalocean-skills. 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/iamnolanhu/digitalocean-skills/main/CLAUDE.mdgit clone --depth 1 https://github.com/iamnolanhu/digitalocean-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/instructions/iamnolanhu/digitalocean-skills/claude-md)<a href="https://agentmods.dev/instructions/iamnolanhu/digitalocean-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/iamnolanhu/digitalocean-skills/claude-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/iamnolanhu/digitalocean-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/iamnolanhu/digitalocean-skills/claude-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.00780 | $0.00780 |
| Opus 5 | $0.00390 | $0.00390 |
| Sonnet 5 | $0.00156 | $0.00156 |
| Haiku 4.5 | $0.00078 | $0.00078 |
Grade A, and why
digitalocean-skills CLAUDE.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Without MCP**: Falls back to direct API calls via curl (each skill has API examples) How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What This Is
A Claude Code plugin providing DigitalOcean infrastructure management skills. The plugin works in two modes:
- With MCP: Uses DigitalOcean MCP tools (
droplet-create,firewall-list, etc.) - Without MCP: Falls back to direct API calls via curl (each skill has API examples)
Testing
source .env # Load DIGITALOCEAN_API_TOKEN
Test by invoking skills/commands in conversation, or load the plugin locally:
claude plugin add ./
Architecture
.claude-plugin/plugin.json # Plugin manifest (defines what files are skills/commands/agents/hooks)
skills/*/SKILL.md # Workflow guides with frontmatter (name, description)
commands/*.md # Slash commands with frontmatter (name, description, argument-hint)
agents/*.md # Specialized personas with frontmatter (name, description, model)
hooks/hooks.json # Hook configuration (SessionStart runs session-start.sh)
hooks/session-start.sh # Displays status, detects MCP mode, shows running resources
Key Patterns
Skills are opinionated playbooks that make decisions (VPC by default, defense-in-depth security). Each skill must include both MCP tool examples AND curl API fallbacks in a "Tool Reference" section.
Commands invoke skills or perform quick operations. Use /do- prefix.
Agents are multi-step personas (e.g., infrastructure-auditor runs systematic security audits).
Session-start hook detects MCP availability and shows current resource costs on session start.
Naming Conventions
- Skill directories:
kebab-case→skills/managing-ssh-keys/SKILL.md - Commands:
/do-{action}→commands/do-provision.md - Agents:
kebab-case.md→agents/cost-optimizer.md
Quick Reference
Commands (6)
| Command | Description |
|---|---|
/do-dashboard |
Full infrastructure view with costs |
/do-costs |
Quick cost breakdown |
/do-status |
Infrastructure overview |
/do-provision |
Guided Droplet creation |
/do-firewall |
Firewall management |
/do-ssh-setup |
SSH key configuration |
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 · 89 lines · 780 tokens per session scan A be5f73ba1a6e
digitalocean-skills CLAUDE.md is an instructions file published in the GitHub repository iamnolanhu/digitalocean-skills (4 stars, last pushed 7mo ago), licensed MIT. It adds 780 tokens to every session, about $0.0039 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
plan-forge naming.instructions.md
Azure naming conventions — Microsoft CAF abbreviations, constraints, uniqueness, tagging.
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).