clanker.net
RESEARCH inf-sh/skills

seo-content-brief

SEO content brief creation with keyword research, search intent analysis, and content structure. Covers SERP analysis, heading hierarchy, word count targets, and internal linking strategy. Use for: content briefs, SEO writing, blog strategy, content planning, keyword targeting. Triggers: seo content brief, content brief, seo brief, keyword research, search intent, content strategy, blog brief, seo writing, content planning, keyword targeting, serp analysis, content outline, seo article, blog seo

RESEARCH
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /seo-content-brief ON YOUR DEVICE

Scan to open on your device
QR code for seo-content-brief Opens skill content in Expo Go
COMMAND
/seo-content-brief
CATEGORY
Research
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: seo-content-brief description: "SEO content brief creation with keyword research, search intent analysis, and content structure. Covers SERP analysis, heading hierarchy, word count targets, and internal linking strategy. Use for: content briefs, SEO writing, blog strategy, content planning, keyword targeting. Triggers: seo content brief, content brief, seo brief, keyword research, search intent, content strategy, blog brief, seo writing, content planning, keyword targeting, serp analysis, content outline, seo article, blog seo" allowed-tools: Bash(infsh *) --- # SEO Content Brief Create data-driven content briefs via [inference.sh](https://inference.sh) CLI. ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash infsh login # Research target keyword infsh app run tavily/search-assistant --input '{ "query": "best project management tools for small teams 2024" }' # Analyze top-ranking content infsh app run exa/search --input '{ "query": "project management tools small teams comparison guide" }' ``` ## Content Brief Template Every brief should answer these questions before writing begins: ```markdown # Content Brief: [Working Title] ## Target - **Primary keyword:** [exact keyword] - **Secondary keywords:** [3-5 related terms] - **Search intent:** [informational / commercial / transactional / navigational] - **Target word count:** [X,XXX words] - **Target URL:** /blog/[slug] ## Search Intent Analysis - What is the searcher trying to accomplish? - What format do top results use? (listicle, guide, comparison, tutorial) - What questions need answering? ## Outline H1: [Title with primary keyword] H2: [Section 1] H3: [Subsection] H2: [Section 2] ... ## Competitors to Beat 1. [URL] — [word count] — [what they do well] — [gap/weakness] 2. [URL] — [word count] — [what they do well] — [gap/weakness] 3. [URL] — [word count] — [what they do well] — [gap/wea [... prompt truncated for preview ...]