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 sanky369/vibe-building-skills --skill direct-response-copygit clone --depth 1 https://github.com/sanky369/vibe-building-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/sanky369/vibe-building-skills/direct-response-copy)<a href="https://agentmods.dev/skills/sanky369/vibe-building-skills/direct-response-copy"><img src="https://agentmods.dev/badge/skills/sanky369/vibe-building-skills/direct-response-copy/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/sanky369/vibe-building-skills/direct-response-copy"><img src="https://agentmods.dev/badge/skills/sanky369/vibe-building-skills/direct-response-copy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
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.00125 | $0.01812 |
| Opus 5 | $0.00063 | $0.00906 |
| Sonnet 5 | $0.00025 | $0.00362 |
| Haiku 4.5 | $0.00013 | $0.00181 |
Grade A, and why
direct-response-copy 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 13d 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 — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Direct Response Copy
Write copy whose only job is to cause one specific action — click, signup, purchase, reply. Governing principle: one page, one reader, one action. Every section either moves the reader toward that action or gets cut; persuasion comes from a named mechanism and real proof, never from volume or hype.
When to use / when not to
- Use for any asset with a conversion goal: landing/sales/opt-in pages, ads, promotional emails, upgrade prompts.
- Requires a positioning claim and a voice. If the positioning is missing or mushy, run
skills/marketing/positioning-anglesfirst — copy cannot rescue an undifferentiated claim. If a voice guide exists fromskills/marketing/brand-voice, write within it; if not, sketch voice from intake and proceed. - Multi-email automated flows →
skills/marketing/email-sequences(it reuses this architecture per email). Content meant to rank →skills/marketing/seo-content. Recurring relationship email →skills/marketing/newsletter.
Intake
One batch; pull answers from existing artifacts (positioning statement, voice guide, lead magnet spec) before asking:
- What asset, and what is the ONE action a successful reader takes?
- What's the offer, and what does it cost the reader (money, time, email address)?
- Who is the reader, and what's the #1 reason they'd hesitate? (If unknown, name the likely objection yourself and flag it.)
- What proof exists — testimonials, case studies, numbers, credentials, recognizable customers?
- Any real deadline, capacity limit, or price change?
Don't stall: with an offer and audience in hand, draft with stated assumptions rather than blocking on Q3–Q5 — but never fill Q4/Q5 gaps with invented material.
Workflow — build the eight components in order
1. Hook
Draft 3–5 hooks using different formulas, present them with one-line rationales, and have the user pick (default to your top pick if they defer):
| Formula | Template |
|---|---|
| Curiosity | "The one thing [person] gets wrong about [topic]" |
| Specificity | "How I [specific result] in [specific timeframe]" |
| Benefit | "[Specific benefit] without [specific drawback]" |
| Question | "Are you [specific situation]?" |
| Bold statement | "[Controversial claim about the industry]" |
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.
- 13d ago First seen · 131 lines · 125 tokens per session scan A 775f39fa2389
direct-response-copy is a skill published in the GitHub repository sanky369/vibe-building-skills (30 stars, last pushed 2mo ago), licensed MIT. It adds 125 tokens to every session and 1,812 once invoked, about $0.0006 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
api-tester
A tool for creating and checking API tests from the real API contract and implementation. An API is the agreed way that software sends requests and receives responses.
dep-auditor
A read-only audit of a project’s third-party packages for known security issues, version health, and license facts. It uses the versions actually selected by lockfiles, which record the exact packages installed, rather than relying only on version ranges.
skill-curator
A Chinese-language evaluator for deciding whether developer tools and agent resources are suitable for a curated collection. It checks real repositories, installation paths, activity, duplicates, and security boundaries using evidence.
git-workflow
A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.
zh-readme
A tool for writing README files in Chinese after first examining a software project. A README is the main guide visitors see when they open a code repository.
env-manager
An environment-variable manager for project settings stored outside the code, often in .env files. It checks variable definitions and usage while keeping secret values out of reports and terminal output.