Llama 3.1 OptimizedOpen Source

200+ Production Ollama Personas

A massive library of specialized .Modelfile templates. Designed for professionals in development, marketing, business ops, and SEO who want to turn local LLMs into high-performance agents.

Ollama Personas glowing terminal interface

Filter and Browse Personas

What is Ollama & Why is it Good?

Ollama is a free, open-source application that lets you run powerful Large Language Models (like Llama 3.1) entirely locally on your own computer. It is highly recommended because your data stays 100% private, it requires no internet connection, and you don't pay any API subscription fees. You completely own the AI.

What Are These Personas For?

A raw LLM is typically generic. These "Personas" are specialized system prompts (packaged as .Modelfiles) that strictly constrain the AI to act as a highly distinct expert. Once running, they will interact with you purely as that expert—for example, writing production-ready Python, formatting markdown, or auditing copy—saving you from writing huge prompts every time.

How to Use Them

1. Install Ollama: Before anything else, you need the Ollama engine installed. Download it free for Windows, Mac, or Linux and run the quick installer so your system can start talking to AI models locally.

2. Download the Personas: Go to the GitHub repository. Click the green "<> Code" button, click "Download ZIP", and carefully extract (unzip) that folder to your Desktop or Downloads folder. Open the new unzipped folder.

3. Install the Personas: To automatically install all 200+ personas, open your terminal inside the folder you just unzipped (For Windows, just right-click any empty space in the folder and choose "Open in Terminal"). Then, copy and paste the correct command below and hit Enter!

For Windows (PowerShell)

Write-Host "Initializing Ollama Prompt Pack for Windows..." -ForegroundColor Cyan

try { ollama list | Out-Null } catch { Write-Host "ERROR: Ollama is not running." -ForegroundColor Red; exit }

Write-Host "Checking dependencies (pulling llama3.1)..." -ForegroundColor Yellow
ollama pull llama3.1

$files = Get-ChildItem -Path ".\templates" -Filter "*.Modelfile" -Recurse
Write-Host "Building $($files.Count) templates..." -ForegroundColor Cyan

foreach ($file in $files) {
    if ($file.Directory.Name -ne "templates") {
        $category = $file.Directory.Name
        $name = $file.BaseName
        $modelName = "opp-$category-$name"
        Write-Host "  [+] Installing: $modelName" -ForegroundColor White
        ollama create $modelName -f $file.FullName | Out-Null
    }
}
Write-Host "SUCCESS: Prompts are now installed." -ForegroundColor Green

For Mac / Linux (Terminal)

#!/bin/bash
echo "🚀 Initializing Ollama Prompt Pack..."

if ! ollama list > /dev/null 2>&1; then
  echo "❌ Error: Ollama is not running."
  exit 1
fi

echo "📦 Checking dependencies (pulling llama3.1)..."
ollama pull llama3.1

if [ ! -d "./templates" ]; then
  echo "❌ Error: /templates folder not found. Please run this command from the root of the unzipped repo."
  exit 1
fi

echo "🏗️ Building template library..."
find ./templates -name "*.Modelfile" | while read -r file; do
    category=$(basename "$(dirname "$file")")
    filename=$(basename "$file" .Modelfile)
    model_name="opp-${category}-${filename}"
    echo "  [+] Installing: $model_name"
    ollama create "$model_name" -f "$file" > /dev/null
done
echo "✅ Success! Prompts are now installed."

4. Use a Persona: Pick an expert below! Click the black terminal box on any card to copy its special command (e.g. ollama run opp-coding-python). Paste that into your terminal and press Enter.

5. Chat with the Expert: You now have an interactive chat session running locally! Type your question or paste in your data (like a messy code block or an email draft). The AI will process it and respond perfectly matching the persona's highly specialized rules.

Scroll horizontally on categories to see more →

ad fatigue monitor

Analysis

Media Buyer. Identify when performance drops.

Run in Terminal

$ ollama run opp-analysis-ad-fatigue-monitor

app store seo audit

SEO

ASO Specialist. Optimize app titles.

Run in Terminal

$ ollama run opp-analysis-app-store-seo-audit

backlink profile audit

SEO

SEO Specialist. Identify toxic vs high-authority links.

Run in Terminal

$ ollama run opp-analysis-backlink-profile-audit

brand equity analyst

Analysis

CMO. Evaluate perceived value vs competitors.

Run in Terminal

$ ollama run opp-analysis-brand-equity-analyst

brand voice check

Analysis

Creative Director. Audit text against brand guidelines.

Run in Terminal

$ ollama run opp-analysis-brand-voice-check

churn logic

Analysis

Retention Strategist. Find why users are leaving.

Run in Terminal

$ ollama run opp-analysis-churn-logic

cohort analysis expert

Analysis

Data Analyst. Analyze user retention by signup date.

Run in Terminal

$ ollama run opp-analysis-cohort-analysis-expert

competitor ad spend

Analysis

Media Planner. Estimate competitor budget strategy.

Run in Terminal

$ ollama run opp-analysis-competitor-ad-spend

competitor pricing map

Analysis

Business Analyst. Compare pricing tiers.

Run in Terminal

$ ollama run opp-analysis-competitor-pricing-map

competitor swot

Analysis

Market Analyst. Create SWOT from competitor text.

Run in Terminal

$ ollama run opp-analysis-competitor-swot

content relevance

Analysis

Editor. Score content relevance against target keywords.

Run in Terminal

$ ollama run opp-analysis-content-relevance

contract sifter

Analysis

Legal Consultant. Scan for predatory clauses.

Run in Terminal

$ ollama run opp-analysis-contract-sifter

conversion funnel leak

Analysis

Growth Lead. Find where users drop off.

Run in Terminal

$ ollama run opp-analysis-conversion-funnel-leak

customer persona extractor

Analysis

Market Researcher. Create a demographic profile.

Run in Terminal

$ ollama run opp-analysis-customer-persona-extractor

data cleaner

Analysis

Data Engineer. Identify inconsistencies.

Run in Terminal

$ ollama run opp-analysis-data-cleaner

email deliverability audit

Analysis

Technical Marketer. Check for spam triggers.

Run in Terminal

$ ollama run opp-analysis-email-deliverability-audit

ga4 interpreter

Analysis

Analytics Expert. Explain GA4 event data trends.

Run in Terminal

$ ollama run opp-analysis-ga4-interpreter

google ads audit

Analysis

PPC Lead. Analyze search term reports.

Run in Terminal

$ ollama run opp-analysis-google-ads-audit

heatmap analysis

Analysis

CRO Expert. Analyze scroll and click-map data.

Run in Terminal

$ ollama run opp-analysis-heatmap-analysis

keyword clusterer

SEO

SEO Strategist. Group related keywords by intent.

Run in Terminal

$ ollama run opp-analysis-keyword-clusterer

landing page critique

Analysis

CRO Expert. Analyze headline and social proof.

Run in Terminal

$ ollama run opp-analysis-landing-page-critique

log surgeon

Analysis

SRE. Parse raw logs and find root causes.

Run in Terminal

$ ollama run opp-analysis-log-surgeon

market saturation test

Analysis

Strategist. Analyze market density.

Run in Terminal

$ ollama run opp-analysis-market-saturation-test

pnl analyst

Analysis

CFO. Identify burn rate in financial data.

Run in Terminal

$ ollama run opp-analysis-pnl-analyst

podcast summarizer

Analysis

Content Lead. Extract key takeaways.

Run in Terminal

$ ollama run opp-analysis-podcast-summarizer

pricing elasticity test

Analysis

Economist. Analyze how price changes affect demand.

Run in Terminal

$ ollama run opp-analysis-pricing-elasticity-test

privacy audit

Analysis

DPO. Check text for GDPR/CCPA compliance issues.

Run in Terminal

$ ollama run opp-analysis-privacy-audit

reddit sentiment scan

Analysis

Marketing Lead. Identify brand perception on Reddit.

Run in Terminal

$ ollama run opp-analysis-reddit-sentiment-scan

sales call auditor

Analysis

Sales Manager. Identify missed opportunities.

Run in Terminal

$ ollama run opp-analysis-sales-call-auditor

schema markup auditor

SEO

Technical SEO. Verify JSON-LD implementation.

Run in Terminal

$ ollama run opp-analysis-schema-markup-auditor

sentiment tracker

Analysis

Brand Manager. Analyze reviews for tone.

Run in Terminal

$ ollama run opp-analysis-sentiment-tracker

seo audit

SEO

Senior SEO Auditor. Analyze keywords and header hierarchy.

Run in Terminal

$ ollama run opp-analysis-seo-audit

social listening

Analysis

PR Lead. Analyze brand mentions for crisis potential.

Run in Terminal

$ ollama run opp-analysis-social-listening

survey distiller

Analysis

Researcher. Analyze survey responses for themes.

Run in Terminal

$ ollama run opp-analysis-survey-distiller

topical authority map

SEO

SEO Director. Identify missing clusters in a niche.

Run in Terminal

$ ollama run opp-analysis-topical-authority-map

upsell opportunity scan

Analysis

Sales Lead. Find account growth potential.

Run in Terminal

$ ollama run opp-analysis-upsell-opportunity-scan

user journey

Analysis

UX Researcher. Analyze session notes for friction.

Run in Terminal

$ ollama run opp-analysis-user-journey

ux teardown

Analysis

Product Designer. Audit user flow friction.

Run in Terminal

$ ollama run opp-analysis-ux-teardown

affiliate policy

Business Ops

Partnership Lead. Draft affiliate terms.

Run in Terminal

$ ollama run opp-business-affiliate-policy

b2b outreach

Business Ops

SDR Manager. Write LinkedIn scripts.

Run in Terminal

$ ollama run opp-business-b2b-outreach

brand ambassador guide

Business Ops

Marketing. Instructions for brand reps.

Run in Terminal

$ ollama run opp-business-brand-ambassador-guide

brand positioning

Business Ops

CMO. Define a brand value prop.

Run in Terminal

$ ollama run opp-business-brand-positioning

business model canvas

Business Ops

Strategist. Map out the 9 pillars of a startup.

Run in Terminal

$ ollama run opp-business-business-model-canvas

client onboarding flow

Business Ops

Operations. Map out client relationships.

Run in Terminal

$ ollama run opp-business-client-onboarding-flow

cold call script

Business Ops

Sales Trainer. Write discovery scripts.

Run in Terminal

$ ollama run opp-business-cold-call-script

contract negotiator

Business Ops

Executive. Analyze offer and counter-points.

Run in Terminal

$ ollama run opp-business-contract-negotiator

crisis comms

Business Ops

PR Director. Draft crisis responses.

Run in Terminal

$ ollama run opp-business-crisis-comms

customer loyalty strategy

Business Ops

Growth Marketer. Design retention programs.

Run in Terminal

$ ollama run opp-business-customer-loyalty-strategy

ecommerce returns policy

Business Ops

Ops Manager. Draft return rules.

Run in Terminal

$ ollama run opp-business-ecommerce-returns-policy

email copy pro

Business Ops

Direct Response Copywriter. Write sales sequences.

Run in Terminal

$ ollama run opp-business-email-copy-pro