Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with this plugin.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with this plugin.
Business Audit Video is a Claude Code plugin for generating professional business audit/consulting videos with AI-powered avatars. It combines web research, strategic script generation, AI voiceover (ElevenLabs), and talking head video (HeyGen) to create personalized pitch videos for companies.
Input: Company URL + optional job posting URL Output: 60-second professional video with strategic analysis and avatar presenter
uv package managerHEYGEN_API_KEY - HeyGen API key for avatar video generationELEVEN_LABS_API_KEY - ElevenLabs API key for voiceoverOPENAI_API_KEY - OpenAI API key for script generation (GPT-4o)CLOUDINARY_URL (optional) - For audio hosting, or use alternativebusiness-audit-video/ ├── .claude-plugin/ │ └── plugin.json # Plugin manifest ├── skills/ │ └── generate-audit-video/ │ ├── SKILL.md # Main workflow and instructions │ ├── scripts/ │ │ ├── research.py # Company research orchestration │ │ ├── script_generator.py # AI-powered script generation │ │ ├── generate_voiceover.py # ElevenLabs TTS │ │ ├── heygen_lipsync.py # HeyGen avatar video generation │ │ ├── extract_colors.py # Corporate color extraction │ │ ├── upload_audio.py # Audio hosting utilities │ │ └── orchestrator.py # Main pipeline │ └── prompts/ │ ├── research_prompt.txt # Research analysis prompt │ └── script_template.txt # Script generation template └── CLAUDE.md # This file
Invoke the skill with:
/business-audit-video:generate-audit-video --company-url "https://www.rsm.global/spain/es" --job-url "https://linkedin.com/jobs/view/123"
The orchestrator handles the entire pipeline automatically, with graceful error handling if any component fails.
Generates a delivery package in
output/:
video.mp4 - Final video with avatar overlaythumbnail.jpg - Video thumbnailscript.json - Complete script with timingsresearch.json - Research data for referenceREADME.md - Usage instructionsc3a34ee5ac854520b354702ad8bed061