Here is the exact setup for all 10. Every one of these runs on Claude, no coding background needed. Base setup, do this once: 1. Install Claude Code (claude.com/claude-code) or the Claude desktop app. 2. Make one folder per agent, for example "content-writer". 3. Inside it, create a file called CLAUDE.md. That file is the agent's job description. 4. In Claude's settings, connect the tools it needs: Gmail, Google Calendar, web search. That is what turns a chatbot into an employee. 01 Website Builder. Prompt: "Build me a one page website for [business name], a [niche] in [city]. Hero with a clear offer, 3 services, testimonials, and a Book Now button linked to [calendar link]. Deploy it to Vercel and give me the live link." 02 Support Chatbot. Make a file called faq.md with your 20 most common questions and answers. CLAUDE.md: "You are the 24/7 support agent for [business]. Answer only from faq.md. If you don't know, collect the customer's name and email for follow up." Then ask Claude to build you a simple chat widget for your site wired to it. 03 Voice Receptionist. Sign up to VAPI and pick a voice. Then prompt Claude: "Write me a VAPI assistant prompt for [business] that answers calls, handles the 5 most common questions, books appointments into [calendar link], and knows how to handle pricing questions and frustrated callers." Paste the result into VAPI. 04 Content Writer. Create memory/voice.md and paste 5 of your best posts into it. Prompt: "Read memory/voice.md and write my 7 posts for this week in my exact voice: 3 value, 2 story, 2 promo for [offer]. Match my sentence length and formatting." 05 Video-to-Shorts. Drop your video file into the folder. Prompt: "Transcribe this video, find the 10 strongest moments where the first line works as a hook, cut each into a vertical clip with ffmpeg, and burn in word-by-word captions." Claude Code installs Whisper and ffmpeg itself.