By naveedharri
The BenAI marketing OS as skills: research, copywriting in Ben's voice, design systems, carousels, thumbnails, video editing, and analytics. competitor-radar and analytics-dashboard are schedule-ready.
Repurpose YouTube videos, blog articles, guides, or raw insights into high-performing LinkedIn posts that match Ben Van Sprundel's tone of voice and writing style. A step-by-step, interactive process: never output a complete post immediately. Each step presents suggestions, waits for the user's decision, then advances to the next step. Use when the user shares a YouTube link, blog URL, transcript, document, insight, or idea and wants a LinkedIn post, or asks to repurpose content for LinkedIn. Triggers: "LinkedIn post", "LinkedIn content", "repurpose", "write a post", "post about", "turn this into a post", "create a LinkedIn post", "LinkedIn from YouTube", "LinkedIn from blog".
Draft or judge content in Ben van Sprundel's voice. Use EVERY TIME output is written as Ben or scored against his tone - Circle community replies, LinkedIn posts, newsletters, Slack messages, YouTube scripts, DMs, emails. Triggers include "reply as Ben", "draft in Ben's voice", "Ben voice engine", "judge this draft", "does this sound like Ben". Includes a deterministic red-flag linter plus an LLM rubric judge; every draft must pass before it ships.
Build a Ben AI image-first carousel (Type B) from provided source content and export it as a PDF. Give it a newsletter, a YouTube transcript, a LinkedIn post, or a raw brief; it picks the slide count (3-10), writes the copy in Ben's voice, renders every slide with Higgsfield GPT Image 2, composites the real-logo brand footer in code, and assembles the PDF. Use whenever the user (or an orchestrator/routine) says "build a carousel", "turn this into a carousel", "make a LinkedIn/Instagram carousel", or "repurpose this into slides".
Build and weekly-refresh a branded HTML "Competitor Radar" dashboard that tracks a roster of competitors across YouTube, Instagram, LinkedIn, TikTok, community, and SEO. Use when the user wants to track competitors, monitor competitor socials/engagement/subscribers, build a competitor dashboard, or refresh the weekly competitor report. Gathers real data via connectors (YouTube, Apify, Firecrawl), renders a two-tab (Demo/Actual) dashboard in Ben AI branding, deploys it to a stable Vercel URL via git push, and posts the link to Slack.
Set someone up, from scratch, with their own weekly Competitor Radar dashboard. Use when a user wants to start tracking competitors, build their own competitor dashboard, monitor rivals' socials/SEO/subscribers, or "set me up with something like the competitor radar." Runs an interactive Q&A (niche, competitors, which platforms), can auto-discover and recommend competitors, wires up Apify + Firecrawl connectors, builds a branded HTML dashboard, deploys it to a stable Vercel URL, and schedules a weekly/monthly cloud routine to refresh and Slack it. This is the giveaway companion to the `competitor-radar` skill.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Expert automation skills for Claude Code, organized by department.
# Add marketplace
/plugin marketplace add naveedharri/benai-skills
# Install a department plugin
/plugin install marketing@benai-skills
/plugin install sales@benai-skills
/plugin install operations@benai-skills
/plugin install creative@benai-skills
/plugin install product@benai-skills
/plugin install youtube@benai-skills
Some skills require API keys. Create a .env file in your project directory:
# Quick setup
curl -O https://raw.githubusercontent.com/naveedharri/benai-skills/main/.env.example
mv .env.example .env
# Edit .env and add your API keys
Or copy from this repo's .env.example and fill in your keys.
| Plugin | Required Keys | Get Keys | Used By |
|---|---|---|---|
| Marketing | GEMINI_API_KEYAPIFY_TOKEN | Gemini Apify | /infographic/seo-audit, /programmatic-seo |
| Creative | GEMINI_API_KEY | Gemini | /infographic |
| Operations | N8N_API_URLN8N_API_KEY | Your n8n instance | /n8n |
Important: Add .env to your .gitignore to keep your API keys secure.
| 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 |
Commands: /marketing (skill overview), /repurpose (content repurposing workflow)
| Skill | Command | Purpose |
|---|---|---|
| Lead Research Assistant | /lead-research-assistant | B2B lead generation & ICP scoring |
| Email Sequence | /email-sequence | Email sequences & drip campaigns |
| Case Study | /case-study | Data-driven case studies |
| 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 |
Commands: /sales (skill overview), /outbound-pipeline (B2B lead qualification + research + personalization pipeline)
Agents: lead-qualifier, lead-researcher, icebreaker-writer, linkedin-scraper
| Skill | Command | Purpose |
|---|---|---|
| n8n Automation | /n8n | n8n workflow automation |
| n8n Blueprint Generator | /n8n-prd-generator | Automation blueprints from calls |
Commands: /operations (skill overview)
| Skill | Command | Purpose |
|---|---|---|
| Video | /video | Video editing (FFmpeg/Remotion) |
| Excalidraw | /excalidraw | Presentations & diagrams |
| Infographic | /infographic | AI-generated infographics |
Commands: /creative (skill overview)
| Skill | Command | Purpose |
|---|---|---|
| Excalidraw | /excalidraw | Presentations & diagrams |
| n8n Blueprint Generator | /n8n-prd-generator | Automation blueprints from calls |
Commands: /product (skill overview)
| Skill | Command | Purpose |
|---|---|---|
| YouTube Brief | /youtube-brief | Structured video briefs |
| YouTube Ideation | /youtube-ideation | Video topic generation |
| YouTube Packaging | /youtube-packaging | Titles & thumbnails for CTR |
| YouTube Outline | /youtube-outline | Video structure & visual planning |
| YouTube Scripting | /youtube-scripting | Scripts & bullet points for filming |
| YouTube Excalidraw | /youtube-excalidraw | On-screen excalidraw visuals |
| Title Generation | /title-generation | Optimized YouTube video titles |
Commands: /youtube (skill overview)
Build, test, and deploy n8n workflows via REST API with incremental testing. Includes node references for 40+ common nodes, JavaScript/Python Code node patterns, expression syntax, and credential management. Also includes the n8n Blueprint Generator (/n8n-prd-generator) for converting discovery call transcripts into n8n automation blueprints.
npx claudepluginhub naveedharri/benai-skills --plugin benai-marketingEvery BenAI skill in one install. All 100 skills across marketing, sales, SEO, ads, design, YouTube, creative, operations, second-brain OS, and general productivity. Add this one plugin to get the complete library.
General-purpose AI productivity toolkit — browser automation, audio transcription, deep research, decision frameworks, fact-checking, file organization, HTML presentations, prompt engineering, AI-text humanizing, MCP server building, and more. 13 community skills in one install.
A modular content engine, one skill per job: /research a topic, turn it into a /linkedin post and a /newsletter in Ben's voice, then generate on-brand /visual graphics to match.
Rank higher and grow organic traffic with programmatic SEO, technical audits, and Search Console optimization. Create email sequences that convert, build compelling case studies, and generate professional infographics. Repurpose YouTube content into LinkedIn posts, newsletters, GIFs, and visual diagrams.
Plan, brief, and prepare YouTube videos from idea to filming-ready. Create video briefs, generate topic ideas, optimize titles and thumbnails, build structured outlines, write scripts, and design on-screen excalidraw visuals.
Every BenAI skill in one install. All 100 skills across marketing, sales, SEO, ads, design, YouTube, creative, operations, second-brain OS, and general productivity. Add this one plugin to get the complete library.
Create content, plan campaigns, and analyze performance across marketing channels. Maintain brand voice consistency, track competitors, and report on what's working.
Go-to-market skills for Claude Code — SEO, content, outbound, sales, growth, analytics, strategy, ads, social, and CRM
A collection of 62 agent skills for founders who hate marketing
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.