seo-content

Analyzes published content for E-E-A-T quality, keyword distribution, and anti-cannibalization.

1|Updated Jul 29, 2026
One-click install
npx skills add https://github.com/fusengine/kimi-code --skill seo-content-fusengine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-content
Source: https://github.com/fusengine/kimi-code/tree/main/plugins/seo/skills/seo-content
Command: npx skills add https://github.com/fusengine/kimi-code --skill seo-content-fusengine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Published content often underperforms in search because of weak E-E-A-T signals, keyword stuffing, cannibalized pages, and copy that AI Overviews and LLMs cannot cite. This Skill audits existing content against 2026 SEO quality standards so you can fix what is already live. ## Core Features & Use Cases - E-E-A-T Scoring: Evaluates Experience, Expertise, Authoritativeness, and Trustworthiness signals such as author credentials, first-hand evidence, and transparent ownership. - Local Keyword Analysis: Runs scripts/analyze-keywords.ts for density, n-grams, a 0-100 stuffing score, heading coverage, and per-location contextual mentions without any API key. - Anti-Cannibalization & Metadata Rules: Enforces one primary keyword and intent per URL, meta title under 60 characters, meta description under 150 characters, and proper H1/H2 keyword distribution. - Citation-Eligible Copywriting Checks: Verifies answer capsules under every H2, hyperlinked statistics every 150-200 words, and named entities instead of pronouns. - Use Case: Audit a local service page to confirm the primary keyword appears 5-8 times, city and region modifiers rotate naturally, and every H2 opens with a quotable 40-60 word answer. ## Quick Start Analyze the content at my-page.html for the primary keyword "plumber lyon" and report E-E-A-T gaps, stuffing risk, and heading coverage.

Frequently Asked Questions about seo-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check content for E-E-A-T signals?▼

Score the page against the four pillars: first-hand experience evidence, author credentials and technical depth, industry citations and backlinks, and trust signals like contact info and HTTPS. The Skill walks through each pillar systematically.

How to detect keyword stuffing without a fixed density threshold?▼

Use multi-signal detection instead of a fixed percentage: exact keyword repetition, repeated n-grams, repeated local modifiers, low semantic diversity, thin content, and unnatural placement. The analyze-keywords.ts script combines these into a 0-100 stuffing score.

What is the difference between seo-content and seo-content-brief?▼

seo-content audits already-published content for quality, E-E-A-T, and keyword distribution. seo-content-brief is for planning a brief before writing. Use the brief first, then this Skill to review the finished page.

Does the keyword analysis script require an API key?▼

No. The analyze-keywords.ts script runs entirely locally, parsing HTML to compute density, n-grams, heading coverage, and per-location mentions. It is invoked with bun run and accepts keyword, synonyms, and locations arguments.

When should I use seo-entity instead of this Skill?▼

Use seo-entity when the goal is knowledge-graph alignment, sameAs markup, entity salience, or semantic depth rather than content quality auditing. This Skill focuses on E-E-A-T, keyword distribution, and copywriting rules for existing pages.