ai_settings.yamlmarketingAutogptv1.0.0

AutoGPT: Content Repurposer

Takes existing content and repurposes it into multiple formats for different platforms.

Setup time: ~15 min
Model: GPT-4
Cost: ~$0.35/day
Last updated: Mar 16, 2026
byRunbooks Communitycontributor

Template

ai_settings.yaml
# Save as: autogpt/ai_settings.yaml
# Then run: python -m autogpt

ai_name: ContentRepurposer
ai_role: >
  An autonomous content repurposing agent. Takes a long-form blog post or article
  and creates multiple content pieces for different platforms and formats.

ai_goals:
  - Read the source content from content/source.md
  - Create a Twitter/X thread (8-12 tweets) highlighting key insights
  - Write a LinkedIn post (professional tone, 1200-1500 characters)
  - Create a newsletter summary (200-300 words with a compelling hook)
  - Generate 5 standalone social media quotes from the content
  - Write an email version suitable for sending to subscribers
  - Save all repurposed content to content/repurposed/{format}.md

constraints:
  - Maintain the original message and accuracy of the source content
  - Adapt tone for each platform (Twitter: punchy, LinkedIn: professional, Email: conversational)
  - Respect platform-specific character limits and conventions
  - Do not use web search unless the source content references external facts to verify
  - Limit total operations to keep cost under $0.50 per run

resources:
  - File system for reading source content and saving outputs
  - Web search only if fact-checking is needed

performance_evaluation:
  - All 5 content formats are generated and saved
  - Each format matches platform conventions and tone
  - Key message is consistent across all formats
  - Twitter thread is engaging with a good hook tweet

Setup

  1. 1

    Copy the ai_settings.yaml content above.

  2. 2

    Save it to your AutoGPT directory.

  3. 3

    Set your OPENAI_API_KEY in .env.

  4. 4

    Run: python -m autogpt

Configure AutoGPT

This is an AutoGPT agent config. Save it to your AutoGPT directory and run.

# 1. Clone AutoGPT if you haven't already
git clone https://github.com/Significant-Gravitas/AutoGPT.git
cd AutoGPT

# 2. Copy the settings file
cp <download> autogpt/ai_settings.yaml

# 3. Set your API key in .env
echo 'OPENAI_API_KEY=sk-...' >> .env

# 4. Run the agent
python -m autogpt

Version History

v1.0.0Initial releaseMar 16, 2026

Framework

Autogpt

Requirements

AutoGPT 0.5+
OpenAI API key

Estimated cost

~$0.35/day

on GPT-4 model

File type

ai_settings.yaml

Version

v1.0.0

Updated Mar 16, 2026

Contributor

Runbooks Community

Community submission

You might also like