Back to Content Team Agency
Install: Content Team Agency
Step-by-step installation guide
Prerequisites
OpenClaw v1.3+
Node 18+
ChromaDB
8GB+ RAM
An API key for Anthropic
Step 1: Download the Build
Use the OpenClaw CLI to install this build:
openclaw install agentforge/content-team-agency
Or download the config files directly from the build page and extract to your project directory.
Step 2: Configure
Create a .env file in the project root:
ANTHROPIC_API_KEY=sk-ant-your-key-here
Configure your channels:
slack: Set up API credentials in your config
api: Set up API credentials in your config
Step 3: Build-Specific Setup
1. Install ChromaDB: pip install chromadb
2. Install the agency: openclaw install agentforge/content-team
3. Configure social media API keys
4. Set your content niche and topics in config/topics.json
5. Run openclaw start --agency
Step 4: Run
openclaw start --agency
Your agent should now be running! Test it by sending a message through your configured channel.