Install
openclaw skills install serp-outline-extractorTurn a target keyword or query into a search-informed content outline with likely subtopics, questions, and comparison angles. Useful for SEO briefs, blog planning, and landing-page drafting. Compatible with OpenAI-compatible runtimes and tested with Crazyrouter.
openclaw skills install serp-outline-extractorGenerate a search-informed outline from a keyword, topic, or draft query.
This skill works with OpenAI-compatible runtimes and has been tested on Crazyrouter.
Always structure the final output with these sections:
Read these when preparing the final outline:
references/serp-pattern-checklist.mdreferences/outline-schema.mdfrom openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://crazyrouter.com/v1"
)