contentclaw-openclaw-plugin
v1.2.0
Published
OpenClaw plugin for ContentClaw - generate AI content pages, analyze competitors, serve via REST API
Downloads
303
Maintainers
Readme
ContentClaw OpenClaw Plugin
Native OpenClaw plugin for ContentClaw - generate AI-powered content pages at scale, analyze competitor sitemaps, and serve via REST API.
Installation
Prerequisites
npm install -g contentclawInstall the plugin
openclaw plugins install contentclaw-openclaw-pluginOr install from local path:
openclaw plugins install ./openclaw-pluginRegistered Tools
| Tool | Description |
|------|-------------|
| contentclaw_generate | Generate content pages from keywords (auto, blog, glossary, comparison, listicle, how-to, alternatives, review, landing, hub) |
| contentclaw_competitor | Analyze competitor sitemap and generate competing content |
| contentclaw_pages | List all generated pages from the database |
| contentclaw_page | Get a specific page by slug with full HTML body and links |
| contentclaw_serve | Start the ContentClaw API server and dashboard |
Configuration
Add to your OpenClaw config under plugins.entries.contentclaw.config:
{
"plugins": {
"entries": {
"contentclaw": {
"config": {
"defaultProvider": "openai",
"defaultModel": "gpt-5.4",
"language": "en",
"webSearch": true
}
}
}
}
}Example Agent Prompts
Generate 20 pages about "technical SEO" using OpenAI
Analyze ahrefs.com sitemap and create competing content about SEO
Show me all generated pages
Start the content dashboardLinks
Built by metehan.ai
