SERP Outline Extractor
Generate a search-informed outline from a keyword, topic, or draft query.
When to use
- - planning SEO articles
- building content briefs
- extracting likely section patterns from search demand
- improving article structure before drafting
Recommended runtime
This skill works with OpenAI-compatible runtimes and has been tested on Crazyrouter.
Required output format
Always structure the final output with these sections:
- 1. Query or target keyword
- Search intent
- Likely audience
- Recommended angle
- Proposed H1
- H2 outline
- FAQ ideas
- Comparison angles
- Freshness notes
- Content brief notes
Suggested workflow
- 1. input a target keyword or query
- classify primary and secondary search intent
- gather likely search-result patterns and common section types
- infer likely headings, FAQs, and comparison angles
- output a practical outline for writing or optimization
Generation rules
- - Classify intent before proposing the outline.
- Keep the likely answer near the top for informational queries.
- Include comparison sections only when the query suggests evaluation behavior.
- Add freshness framing when the topic is version-sensitive or year-sensitive.
- Avoid generic filler sections with weak search intent justification.
Example prompts
- - Build an outline for “how to get a Claude API key in 2026”.
- Create a search-informed brief for “OpenAI-compatible API gateway”.
- Suggest headings and FAQ sections for “AI model pricing comparison”.
References
Read these when preparing the final outline:
Crazyrouter example
CODEBLOCK0
SERP大纲提取器
根据关键词、主题或草稿查询生成基于搜索信息的大纲。
使用场景
- - 规划SEO文章
- 构建内容简报
- 从搜索需求中提取可能的章节模式
- 在起草前优化文章结构
推荐运行环境
该技能兼容OpenAI运行环境,并已在Crazyrouter上完成测试。
输出格式要求
最终输出必须按以下部分组织:
- 1. 查询词或目标关键词
- 搜索意图
- 目标受众
- 推荐角度
- 建议H1标题
- H2大纲
- 常见问题建议
- 对比角度
- 时效性说明
- 内容简报备注
建议工作流程
- 1. 输入目标关键词或查询词
- 分类主要和次要搜索意图
- 收集可能的搜索结果模式和常见章节类型
- 推断可能的标题、常见问题和对比角度
- 输出用于写作或优化的实用大纲
生成规则
- - 在提出大纲前先分类搜索意图
- 对于信息型查询,将可能的答案放在靠前位置
- 仅当查询暗示评估行为时,才包含对比章节
- 当主题对版本或年份敏感时,添加时效性框架
- 避免添加搜索意图支撑薄弱的通用填充章节
示例提示词
- - 为2026年如何获取Claude API密钥构建大纲
- 为兼容OpenAI的API网关创建基于搜索信息的简报
- 为AI模型价格对比建议标题和常见问题章节
参考资料
准备最终大纲时请阅读以下内容:
- - references/serp-pattern-checklist.md
- references/outline-schema.md
Crazyrouter示例
python
from openai import OpenAI
client = OpenAI(
apikey=YOURAPI_KEY,
base_url=https://crazyrouter.com/v1
)