Install
openclaw skills install @how2rank/wordpress-aeo-autobloggerAutonomous AEO and SEO content generation and optimization engine for scaling business operations. Use when Codex needs to run end-to-end programmatic SEO workflows, including semantic keyword generation, multi-tiered competitor scraping, dynamic JSON-LD schema generation, and direct WordPress publishing. Also use this skill to trigger the analytics worker for detecting and repairing CTR decay on existing posts.
openclaw skills install @how2rank/wordpress-aeo-autobloggerBefore running the pipeline, ensure the environment is correctly configured:
.env contains necessary credentials (WP_URL, LLM provider keys, Scraper keys).scripts/setup.py to initialize the SQLite database (openclaw.db) and ChromaDB vector storage.To generate and publish new content for scaling operations:
scripts/daily_worker.py.TARGET_NICHE.To optimize existing content experiencing CTR decay:
scripts/analytics_worker.py.filelock. Do not attempt to write to ChromaDB concurrently without acquiring get_chroma_lock() from setup.py.schema_engine.py based on the parsed Pydantic content outline.