---
id: "framework-system-setup"
type: "framework"
source_timestamps: ["00:10:04", "00:16:59"]
tags: ["implementation", "onboarding"]
related: ["entity-n8n", "entity-notion", "entity-groq"]
steps_count: 7
sources: ["ccc"]
sourceVaultSlug: "claude-automated-content-system-2026May14"
originDay: 2
---
# Automated Content System Setup Process

## Overview

The step-by-step technical implementation required to build the automated content system **before running** the AI agents of [[framework-ccc-content-pipeline]].

## The Seven Setup Steps

### 1. Create Accounts

Sign up for:
- **Claude Pro** ([[entity-claude-ai]]) — ~$20–$30/mo
- **n8n** ([[entity-n8n]]) — ~$20–$30/mo (cloud) or free self-hosted
- **Groq** ([[entity-groq]]) — free tier available
- Install the **Claude in Chrome** extension ([[entity-claude-in-chrome]])
- **Notion** ([[entity-notion]]) — free or paid tier

### 2. Configure n8n

Import the pre-built JSON workflow into n8n to handle Instagram audio extraction and transcription. ([[entity-create-content-club|CCC]] provides this template.)

### 3. Generate Groq API Key

Create an API key in the Groq console and paste it into the specific n8n HTTP Request node to enable Whisper transcription — see [[action-setup-n8n-groq]] and [[concept-audio-transcription-workaround]].

### 4. Duplicate Notion Template

Copy the CCC Notion template to your workspace to establish:
- **Creator List** database
- **Content Ideas** database
- **Knowledge Base** database
- **Webhook URL** reference page

### 5. Configure Webhook

Copy the **production webhook URL** from n8n and paste it into the designated Webhook page in the Notion template — see [[concept-webhook-integration]]. This is how Claude knows where to send data.

### 6. Populate Knowledge Base

Paste transcripts of your past YouTube videos, client calls, and presentations into the Knowledge Base — see [[action-populate-knowledge-base]] and [[concept-knowledge-base-priming]]. This is the highest-leverage setup step for output quality.

### 7. Install Claude Skills

Upload the specific JSON skill files (Creator Finder, Viral Spotter, Transcribe-and-Script) into the [[entity-claude-ai|Claude desktop app]] to initialize the agents — see [[concept-ai-agent-skills]].

## Total Monthly Cost

Approximately **$40–$60/month** for a light-usage solo creator. Heavy usage or higher Claude tiers can exceed this. See cost analysis in [[_AGENT_PRIMER]].

## Prerequisites

- [[prereq-api-webhook-basics]] for troubleshooting
- [[prereq-personal-brand-strategy]] for meaningful output
