Sandbox
@naveedharri/benai-skills

Claude Code skill packs, agents, and connectors

BenAI Skills packages reusable Claude Code workflows by department, so you can install only the parts you need. The repo is organized around shared skills, agent definitions, connector configs, and generated department plugins that Claude Code can load.

61 stars26 forksJavaScriptUpdated 13d ago
Who it's for

Builders who want Claude Code to run repeatable marketing, sales, operations, product, or YouTube workflows from shared plugins.

What it delivers

You can add ready-made Claude Code workflows instead of rebuilding prompts, agents, and integrations from scratch.

What it does

Department plugin marketplace

Provides installable bundles for marketing, sales, operations, creative, product, and YouTube.

Shared skills source of truth

Keeps reusable skill content in `shared-skills/` and syncs it into department plugins.

Sub-agent definitions

Includes agents like `lead-qualifier`, `lead-researcher`, `icebreaker-writer`, and `linkedin-scraper`.

Connector configs

Ships connector JSON files for Apify, Webflow, YouTube, and other external services.

Lifecycle hooks

Includes hook scripts such as `hooks/persist-session.sh` for agent-side workflow behavior.

Build and sync scripts

Uses `sync-skills.sh` and `build-zips.sh` to generate synced plugins and distributable zips.

How to get it

  1. 1Some 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

README

BenAI Skills

Expert automation skills for Claude Code, organized by department.

Installation

# 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

Setup

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.

Required API Keys by Plugin

PluginRequired KeysGet KeysUsed By
MarketingGEMINI_API_KEY
APIFY_TOKEN
Gemini
Apify
/infographic
/seo-audit, /programmatic-seo
CreativeGEMINI_API_KEYGemini/infographic
OperationsN8N_API_URL
N8N_API_KEY
Your n8n instance/n8n

Important: Add .env to your .gitignore to keep your API keys secure.

Available Departments

Marketing (11 skills)

SkillCommandPurpose
Programmatic SEO/programmatic-seoSEO-optimized pages at scale
SEO Optimizing/seo-optimizingData-driven SEO via Search Console
SEO Audit/seo-auditTechnical SEO audits (148 rules)
Email Sequence/email-sequenceEmail sequences & drip campaigns
Case Study/case-studyData-driven case studies
Infographic/infographicAI-generated infographics
LinkedIn Writer/linkedin-writerLinkedIn posts & carousels from content
Newsletter Writer/newsletter-writerNewsletter editions from content
Title Generation/title-generationOptimized YouTube video titles
GIF Creator/gif-creatorGIFs from video clips
Excalidraw/excalidrawPresentations & diagrams

Commands: /marketing (skill overview), /repurpose (content repurposing workflow)

BenAI Sales (14 skills)

SkillCommandPurpose
Lead Generation/lead-generationSource, qualify, enrich, and research B2B leads end to end
CRM Prospect Mining/crm-prospect-miningMine prospects from CRM lost/stalled stages
LinkedIn Post Engagers/linkedin-post-engagersScrape LinkedIn post commenters/reactors into a warm list
Call Prep/call-prepPrep calls into a live BenAI-branded instant-ui dashboard
Client One-Pager/client-onepagerPersonalize and deploy the client one-pager from the template
Pipeline Review/pipeline-reviewRead-only pipeline stage review delivered to Slack
Post-Disco Followup/post-disco-followupPost-discovery recap email + proposal from the transcript
Setup Post-Disco/setup-post-discoOne-time interactive setup for post-disco-followup
Sales Rep Analyzer/sales-rep-analyzerGrade sales call performance with an instant-ui report
Create an Asset/create-an-assetTailored sales asset (landing page, deck, one-pager, demo)
Email Personalization/email-personalizationHyper-personalized email icebreakers
Lead Intelligence/lead-intelligenceDeep-research leads via web & LinkedIn
Lead Qualification/lead-qualificationQualify & score leads against ICP
Win/Loss Analysis/win-loss-analysisAnalyze won vs lost deal patterns

Agents: lead-qualifier, lead-researcher, icebreaker-writer, linkedin-scraper

Operations (2 skills)

SkillCommandPurpose
n8n Automation/n8nn8n workflow automation
n8n Blueprint Generator/n8n-prd-generatorAutomation blueprints from calls

Commands: /operations (skill overview)

Creative (3 skills)

SkillCommandPurpose
Video/videoVideo editing (FFmpeg/Remotion)
Excalidraw/excalidrawPresentations & diagrams
Infographic/infographicAI-generated infographics

Commands: /creative (skill overview)

Product (2 skills)

SkillCommandPurpose
Excalidraw/excalidrawPresentations & diagrams
n8n Blueprint Generator/n8n-prd-generatorAutomation blueprints from calls

Commands: /product (skill overview)

YouTube (7 skills)

SkillCommandPurpose
YouTube Brief/youtube-briefStructured video briefs
YouTube Ideation/youtube-ideationVideo topic generation
YouTube Packaging/youtube-packagingTitles & thumbnails for CTR
YouTube Outline/youtube-outlineVideo structure & visual planning
YouTube Scripting/youtube-scriptingScripts & bullet points for filming
YouTube Excalidraw/youtube-excalidrawOn-screen excalidraw visuals
Title Generation/title-generationOptimized YouTube video titles

Commands: /youtube (skill overview)

Marketing OS (8 skills)

SkillCommandPurpose
Marketing OS Setup/marketing-os-setupBuild the Marketing OS end to end
Marketing OS Routines/marketing-os-routinesRegister the routines, audit for silent failure
Marketing OS Dashboard/marketing-os-dashboardRebuild and deploy the control center
OS Optimizer/os-optimizerFramework audit of the vault
OS Operator/os-operatorRecurring Operator prompt
OS MCP/os-mcpRelay MCP on your own Railway account
Team OS/team-osBenAI Relay fork for a shared OS
Instant UI/instant-uiRenders the OS and its reports as BenAI-branded HTML

The OS layer, not the marketing skills. Those live in the Marketing, Content, YouTube, SEO, and Ads plugins.

/marketing-os-setup builds a markdown second brain that becomes the single source of truth every marketing skill reads. The problem it solves is concrete and measurable in this repo: icp-ideal-customer-profile.md and what-we-do-offer.md exist as five separate physical copies across the marketing plugins, plus three more inside the newsletter writers. Update one and seven go stale.

Ten folders (Context, Channels, Content, Campaigns, Intelligence, Analytics, Resources, Daily, Dashboard, Routines), ten routine prompts that keep it current, and a self-contained six-tab dashboard. Setup walks five pillars in order: connectors, Context, structure, routines, dashboard. It is idempotent and safe to re-run.


Baalda OS (3 skills)

SkillCommandPurpose
Baalda Setup/baalda-setupBootstrap the second-brain structure inside a Baalda vault
Baalda Optimizer/baalda-optimizer9-framework vault audit — checkpoints first, keeps note identity
Baalda Guide/baalda-guidePlain-language answers about Baalda — features, file formats, sync, sharing, AI/MCP, pricing

The second-brain OS for Baalda, where notes are plain .md files on disk that teammates edit together in real time and an AI edits directly. Sharing, real-time collaboration and the MCP endpoint are product features with their own UI, so setup and optimizer cover what the app can't decide for you: how the vault is structured, and keeping it clean as it grows. The guide answers "does Baalda do X?" questions for non-technical teammates from checked reference notes.


n8n Automation

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.

Requires: N8N_API_URL, N8N_API_KEY, and N8N_CREDENTIALS_TEMPLATE_URL in your .env file (see Setup section above).

Video Editing

Video editing pipeline with FFmpeg and Remotion. Supports stitching, transitions, TikTok-style captions, teasers, transcription, title cards, and graphics generation.

Excalidraw

Create visual presentations, slide decks, and diagrams in Excalidraw. Supports generating .excalidraw JSON files or injecting slides directly into excalidraw.com via Chrome browser automation.

Email Sequence

Design email sequences including welcome/onboarding, lead nurture, re-engagement, post-purchase, and sales sequences. Includes copy guidelines and sequence templates.

SEO Suite

Three complementary SEO plugins:

PluginRoleData Source
seo-auditTechnical diagnosis — what's brokenseomator CLI
seo-optimizingData-driven strategy — what to DOGoogle Search Console API
programmatic-seoScale content creationTemplates + data sources

seo-audit runs comprehensive technical SEO audits covering 16 categories and 148 rules using seomator CLI. Requires @seomator/seo-audit (installed automatically on first use).

seo-optimizing uses real Google Search Console data to find striking-distance keywords, fix low-CTR pages, detect keyword cannibalization, and execute content optimizations. Three data paths:

  • API path: Service account + GSC API (up to 25,000 rows)
  • Browser path: Claude Code browser extension navigates GSC directly (zero setup)
  • CSV path: Manual export from GSC web UI

programmatic-seo generates SEO-optimized pages at scale using templates and data sources with Webflow CMS integration.

Infographic

Generate professional infographics and visual content using Gemini AI image generation. Supports visual metaphors, brand guidelines, series creation, and iterative refinement.

Content Repurposing

Repurpose content into multiple formats via the /repurpose command in the Marketing plugin. LinkedIn Writer (/linkedin-writer) creates posts and carousels from existing content. Newsletter Writer (/newsletter-writer) transforms content into engaging newsletter editions. Title Generation (/title-generation) generates optimized YouTube video titles using proven CTR formulas. GIF Creator (/gif-creator) extracts and optimizes GIFs from video clips for social media sharing.

Outbound Pipeline

The BenAI Sales plugin includes a full B2B outbound pipeline (/lead-generation) that orchestrates four sub-agents in parallel: lead-qualifier scores leads against your ICP, lead-researcher gathers deep company intelligence, linkedin-scraper pulls LinkedIn profiles and posts via Apify, and icebreaker-writer generates hyper-personalized email openers from the collected intelligence.

Project Structure

benai-skills/
├── .claude-plugin/
│   ├── marketplace.json
│   └── skills-map.json          # Defines which departments get which skills
├── shared-skills/               # Single source of truth for all skills
│   ├── programmatic-seo/
│   ├── seo-optimizing/
│   ├── seo-audit/
│   ├── email-sequence/
│   ├── case-study/
│   ├── infographic/
│   ├── lead-research-assistant/
│   ├── email-personalization/
│   ├── lead-intelligence/
│   ├── lead-qualification/
│   ├── n8n-prd-generator/
│   ├── n8n/
│   ├── video/
│   ├── excalidraw/
│   ├── linkedin-writer/
│   ├── newsletter-writer/
│   ├── title-generation/
│   └── gif-creator/
├── agents/                      # Sub-agent definitions for orchestrated pipelines
│   ├── lead-qualifier.md
│   ├── lead-researcher.md
│   ├── icebreaker-writer.md
│   └── linkedin-scraper.md
├── commands/                    # Static command .md files mapped in skills-map.json
│   ├── marketing.md
│   ├── sales.md
│   ├── operations.md
│   ├── creative.md
│   ├── product.md
│   ├── repurpose.md
│   ├── outbound-pipeline.md
│   └── youtube.md
├── plugins/                     # Generated by sync-skills.sh — do not edit directly
│   ├── marketing/
│   ├── sales/
│   ├── operations/
│   ├── creative/
│   ├── product/
│   └── youtube/
├── sync-skills.sh               # Generates plugins/ from shared-skills/ + skills-map.json
├── build-zips.sh                # Builds distributable zips (runs sync first)
├── CLAUDE.md
└── README.md

Each department plugin follows the same structure:

plugins/<department>/
├── .claude-plugin/
│   └── plugin.json
├── commands/
│   └── <command>.md             # Mapped from commands/ via skills-map.json
└── skills/                      # Populated by sync-skills.sh
    └── <skill-name>/
        ├── SKILL.md
        └── references/

Adding New Skills

  1. Create the skill directory in shared-skills/ with SKILL.md and optional references/
  2. Add the skill to the relevant departments in .claude-plugin/skills-map.json
  3. If needed, add command .md files in commands/ and map them in skills-map.json
  4. Run ./sync-skills.sh to generate department plugins

Editing Existing Skills

  1. Edit the skill in shared-skills/<skill>/ (never in plugins/*/skills/)
  2. Run ./sync-skills.sh to propagate changes

Before every push, run ./sync-skills.sh to ensure departments are in sync.

Building Distributable Zips

Run ./build-zips.sh to generate downloadable zip files in dist/. The script runs sync-skills.sh first, then reads marketplace.json and creates:

  • One zip per department (standalone, installable individually)
  • benai-skills-marketplace.zip (all departments in one package)

License

BenAI

Files in the repo

Repository payload20 top-level entries
  • .claude
  • .claude-plugin
  • agents
  • benai-landing
  • connectors
  • hooks
  • plugins
  • scripts
  • shared-skills
  • .env.example
  • .gitignore
  • .mcp.json
  • build-zips.sh
  • cl5Oudk3Hjo-maxres.jpg
  • CLAUDE.md
  • CONTRIBUTING_GUIDE.md
  • LICENSE
  • README.md
  • refresh-continue-refresh-skill.md
  • sync-skills.sh

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k