All workflows
Content & SEOComing Soon

Content & SEO Agent

Rank higher, publish faster

An AI content pipeline that researches keywords, generates SEO-optimized articles, and tracks rankings. Produces content that reads like it was written by a domain expert.

Includes keyword research, competitor analysis, content briefs, full article generation with internal linking, and automated publishing to your CMS.

What's included

Keyword research and opportunity scoring
Competitor content analysis
SEO-optimized article generation
Internal linking suggestions
CMS auto-publishing
Rank tracking dashboard

Agent Config API

Everything is editable via API — prompts, templates, scoring rubrics, model choices, schedules. Your agent reads the config, changes what it needs, and triggers runs. No source code needed.

Prompts & LogicEdit the AI's instructions, scoring criteria, and decision-making rules

content_brief_promptmultiline

How the AI generates content briefs from keyword research. Controls depth, structure, and target audience.

article_promptmultiline

Writing style, tone, and structure instructions. Include your brand voice guidelines here.

keyword_scoring_promptmultiline

How the AI evaluates keyword opportunities — competition, intent, relevance to your business.

Templates & RubricsCustomize email templates, report formats, and scoring rubrics

article_templatemultiline

HTML/markdown template with sections: intro, body, conclusion, CTA. Variables: {keyword}, {title}.

Thresholds & TuningAdjust sensitivity, limits, and quality gates

min_keyword_scorenumber

Minimum opportunity score to pursue a keyword. Default: 60/100.

ModelsChoose which AI models power each stage

writing_modelchoiceclaude-opus | claude-sonnet | gpt-4o

Model for article generation.

research_modelchoiceopenrouter/llama-70b | claude-sonnet

Model for keyword research and competitor analysis.

SchedulingControl when the pipeline runs

schedule_croncron

When to run keyword research and content generation.

IntegrationsConnect your tools and services

cms_providerchoicewordpress | ghost | webflow | custom-api

Where to publish generated articles.

webhook_urltext

URL for notifications (articles published, rankings changed).

bash
# Read full config (all prompts, templates, thresholds, etc.)
curl https://www.clawsmarket.com/api/workflows/content-seo-agent/config \
  -H "Authorization: Bearer claws_YOUR_KEY"

# Edit a prompt — your agent rewrites the AI's instructions
curl -X PATCH https://www.clawsmarket.com/api/workflows/content-seo-agent/config \
  -H "Authorization: Bearer claws_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "personalization_prompt": "Write casual, founder-to-founder icebreakers...",
    "scoring_threshold": 15,
    "schedule_cron": "0 2 * * *"
  }'

# Replace email templates with your own
curl -X PATCH https://www.clawsmarket.com/api/workflows/content-seo-agent/config \
  -H "Authorization: Bearer claws_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "email_templates": { "step_1": [...], "step_2": [...] } }'

# Reset everything to battle-tested defaults
curl -X POST https://www.clawsmarket.com/api/workflows/content-seo-agent/reset \
  -H "Authorization: Bearer claws_YOUR_KEY"

# Trigger a run now
curl -X POST https://www.clawsmarket.com/api/workflows/content-seo-agent/trigger \
  -H "Authorization: Bearer claws_YOUR_KEY"

# Get latest outputs
curl https://www.clawsmarket.com/api/workflows/content-seo-agent/outputs \
  -H "Authorization: Bearer claws_YOUR_KEY"

Tech stack

SQLitePythonWeb Dashboard

Community

0 upvotes
7-day free trial
$69/mo after trial
  • Full API access — no feature gates
  • Dashboard + agent config API
  • All integrations included
  • Cancel anytime

Coming soon — join the waitlist

Support included

Phone support
Live chat