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/novoads/agent-skills/agents-mdgit clone --depth 1 https://github.com/novoads/agent-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/novoads/agent-skills/agents-md)<a href="https://agentmods.dev/instructions/novoads/agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/novoads/agent-skills/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.04245 | $0.04245 |
| Opus 5 | $0.02122 | $0.02122 |
| Sonnet 5 | $0.00849 | $0.00849 |
| Haiku 4.5 | $0.00424 | $0.00424 |
Grade C, and why
agent-skills AGENTS.md scanned grade C 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 3d 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
Every credit number shown to a user must come from a live `POST /v1/estimates` call made in the current session, and the user approves it before anything is generated. There are no rate tables in this repo — not in `MAST How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent instructions
This repository is set up for AI coding agents (Cursor, Claude Code, Copilot-style tools, etc.) to generate AI video and image assets via the API documented in this repo.
First-time setup
If .env or MASTER_CONTEXT.md do not exist, tell the user to run ./scripts/setup.sh.
When the session IS the setup ("help me set this up"), setup is the whole job and the
final report is SHORT — the few sentences a non-developer wants, not an engineering log.
./scripts/setup.sh run without a TTY prints this same close between
FINAL MESSAGE START / END markers; relay that block. The script and the
template below are mirrors — change them together. One or two status lines, then:
Setup's done — your key works. (or, when the key is missing:) One step left, the only one I can't do: create an API key at https://novoads.ai/dashboard/settings?tab=api, paste it into
.env, and tell me — I'll verify it. (No account yet? The $1 trial.) (On macOS and on Linux with a desktop session, setup opens.envitself and the line becomes "I've opened.envfor you — paste the key on theNOVOADS_API_KEYline, save, and tell me." It is skipped over SSH, in CI, and underNOVOADS_SETUP_NO_OPEN=1.)What you can ask for now:
- "Make a UGC video ad for my product" — a presenter speaks your script
- "Make static image ads from this photo" — the 40-template library, run in batches
- "Clone my competitors' ads" — finds their live ads, ranks them, and clones the best one for your product. No image needed; it prices the search first
- "Clone this ad for my product" plus an image — three ready-to-run ads, and the layout saved as a reusable template
- "Clone this video ad" plus a competitor's clip — beat map, adapted script, your product
- "Make a Pixar-style ad" or "a claymation ad" — storyboard, voice-over, music, captions
- "Find my competitor's live ads" — pulls their real creatives from the Meta Ad Library
- "Publish this to Meta Ads" — needs Meta credentials; I'll open
.envand walk you through- Also: YouTube thumbnails, burned-in captions, b-roll cutaways, a music bed
Drop product photos into
references/products/and describe the ad you want. Every generation is priced by a live estimate and shown to you before anything is spent.
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.
- 3d ago First seen · 191 lines · 4,245 tokens per session scan C 2fb89a679bee
agent-skills AGENTS.md is an instructions file published in the GitHub repository novoads/agent-skills (10 stars, last pushed 8d ago), licensed MIT. It adds 4,245 tokens to every session, about $0.0212 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
dev-agent-skills CLAUDE.md
Instructions for fvadicamo/dev-agent-skills, covering claude.md, project overview, architecture, key file: marketplace.json and skill anatomy.
qa-orchestra CLAUDE.md
Claude Code instructions for Anasss/qa-orchestra, covering qa orchestra — claude code instructions, what this project is, quick start, 1. clone into your workspace and 2. fill in your project context.
claude-goal-scaffold CLAUDE.md
Claude Code instructions for wilwaldon/claude-goal-scaffold, covering project: [your project name], stack, structure, design direction and content source.
kortex CLAUDE.md
Instructions for Heapy/kortex, a project described as: Agent Skills for Kotlin Development.
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.