Borrowing it
Nothing to install: this file belongs to naveedharri/benai-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/naveedharri/benai-skills/develop/CLAUDE.mdgit clone --depth 1 https://github.com/naveedharri/benai-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/naveedharri/benai-skills/claude-md)<a href="https://agentmods.dev/instructions/naveedharri/benai-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/naveedharri/benai-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/naveedharri/benai-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/naveedharri/benai-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.05978 | $0.05978 |
| Opus 5 | $0.02989 | $0.02989 |
| Sonnet 5 | $0.01196 | $0.01196 |
| Haiku 4.5 | $0.00598 | $0.00598 |
Grade B, and why
benai-skills CLAUDE.md scanned grade B with 2 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 6d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
curl -X POST "${N8N_API_URL}/webhook/{path}" -d '{}' Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST "${N8N_API_URL}/api/v1/workflows/{id}/activate" How it starts
The opening of the file, as written. The whole thing — 460 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BenAI Skills - Expert Automation
What This Is
A marketplace of expert automation plugins for Claude Code, organized by department. Each department is a single installable plugin containing multiple skills.
Available Departments
Marketing (12 skills)
| Skill | Command | Purpose |
|---|---|---|
| programmatic-seo | /programmatic-seo |
SEO-optimized pages at scale |
| seo-optimizing | /seo-optimizing |
Data-driven SEO via Search Console |
| seo-audit | /seo-audit |
Technical SEO audits (148 rules) |
| email-sequence | /email-sequence |
Email sequences & drip campaigns |
| case-study | /case-study |
Data-driven case studies |
| infographic | /infographic |
AI-generated infographics |
| linkedin-writer | /linkedin-writer |
LinkedIn posts & carousels from content |
| newsletter-writer | /newsletter-writer |
Newsletter editions from content |
| title-generation | /title-generation |
Optimized YouTube video titles |
| gif-creator | /gif-creator |
GIFs from video clips |
| excalidraw | /excalidraw |
Presentations & diagrams |
| website-launch-kit | /website-launch-kit |
Custom landing pages through conversation |
Commands: /marketing (skill overview), /repurpose (content repurposing workflow)
BenAI Sales (14 skills)
| Skill | Command | Purpose |
|---|---|---|
| lead-generation | /lead-generation |
Source, qualify, enrich, and research B2B leads end to end |
| crm-prospect-mining | /crm-prospect-mining |
Mine prospects from CRM lost/stalled stages |
| linkedin-post-engagers | /linkedin-post-engagers |
Scrape LinkedIn post commenters/reactors into a warm list |
| call-prep | /call-prep |
Prep calls into a live BenAI-branded instant-ui dashboard |
| client-onepager | /client-onepager |
Personalize and deploy the client one-pager from the template |
| pipeline-review | /pipeline-review |
Read-only pipeline stage review delivered to Slack |
| post-disco-followup | /post-disco-followup |
Post-discovery recap email + proposal from the transcript |
| setup-post-disco | /setup-post-disco |
One-time interactive setup for post-disco-followup |
| sales-rep-analyzer | /sales-rep-analyzer |
Grade sales call performance with an instant-ui report |
| create-an-asset | /create-an-asset |
Tailored sales asset (landing page, deck, one-pager, demo) |
| email-personalization | /email-personalization |
Hyper-personalized email icebreakers |
| lead-intelligence | /lead-intelligence |
Deep-research leads via web & LinkedIn |
| lead-qualification | /lead-qualification |
Qualify & score leads against ICP |
| win-loss-analysis | /win-loss-analysis |
Analyze won vs lost deal patterns |
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.
- 6d ago Changed · +2 lines · +67 tokens per session 43095daea289
- 11d ago First seen · 458 lines · 5,911 tokens per session scan B 575677cda1ba
benai-skills CLAUDE.md is an instructions file published in the GitHub repository naveedharri/benai-skills (61 stars, last pushed 7d ago), licensed MIT. It adds 5,978 tokens to every session, about $0.0299 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
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.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
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).