Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

seo-optimizerSEO 优化器

Agent Skill

seo-optimizer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,178

周安装

169

GitHub Stars

126

下载量

1,311
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seo-optimizer(SEO 优化器)
来源仓库:https://github.com/secondsky/claude-skills
仓库路径:skills/seo-optimizer
安装命令:
npx skills add https://github.com/secondsky/claude-skills --skill seo-optimizer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/secondsky/claude-skills --skill seo-optimizer

简介

用于查找、检索和筛选相关信息。

  • 适合在需要根据关键词或任务场景快速定位候选结果时使用。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/secondsky/claude-skills --skill seo-optimizer。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写。

SKILL.md

SEO Optimizer

Overview

Perform comprehensive SEO analysis and optimization covering keyword placement, readability metrics, technical elements, and content quality to improve search engine rankings and user experience.

When to Use

  • Optimizing blog posts or articles for search rankings
  • Conducting content audits
  • Improving existing content performance
  • Planning new content with SEO in mind
  • Analyzing competitor content strategies
  • Preparing content for publication

Core Analysis Areas

1. Target Keywords Analysis

  • Identify primary and secondary keywords
  • Check placement in title, H1, first 100 words, subheadings
  • Calculate keyword density (target: 1-2%)
  • Identify LSI keywords and semantic variations
  • Flag keyword stuffing issues

2. Content Structure

  • Verify heading hierarchy (H1 → H2 → H3)
  • Check keyword usage in headings
  • Evaluate paragraph length (target: <150 words)
  • Assess overall scannability
  • Review content organization

3. Readability Metrics

// Readability scoring example
const readabilityMetrics = {
  fleschScore: 65,           // Target: 60-70
  gradeLevel: 8,             // Target: 7-9
  avgSentenceLength: 18,     // Target: <20 words
  passiveVoice: 5,           // Target: <10%
  transitionWords: 30        // Target: >30%
};

Key Metrics:

  • Flesch Reading Ease score (60-70 ideal)
  • Grade level estimation
  • Average sentence length (<20 words)
  • Passive voice percentage (minimize)
  • Transition word usage

4. Technical SEO Elements

ElementRecommendation
Meta Title50-60 characters with primary keyword
Meta Description150-160 characters, compelling with keyword
URL SlugShort, keyword-rich, hyphen-separated
Image Alt TextDescriptive with natural keyword usage
Internal LinksLink to related content with keyword anchors
External LinksQuality outbound links to authoritative sources

5. Content Quality Assessment

  • Word count adequacy (1500+ for competitive topics)
  • Content depth and topic coverage
  • Unique value proposition
  • E-A-T signals (Expertise, Authority, Trustworthiness)
  • Content freshness (current examples, recent data)
  • Clear answer to user intent

6. Provide Actionable Recommendations

Organize findings into prioritized action items based on impact and implementation effort.

Priority Levels

Critical (Fix Immediately) 🚨

  • Missing or poor meta description
  • No keyword in title or H1
  • Broken internal links
  • Keyword density too high (stuffing) or too low

High Priority ⚠️

  • Poor readability score
  • Weak heading structure
  • Missing alt text on images
  • Content too thin for topic

Medium Priority 📋

  • Could add related keywords
  • Featured snippet opportunities
  • Additional internal linking
  • Schema markup opportunities

Analysis Report Structure

# SEO Analysis Report

## Overall Score: X/100

### Quick Wins 🚀
1. [Specific action with exact change]
2. [Specific action with exact change]

## Keyword Analysis
- Primary keyword density
- Placement verification
- LSI keyword coverage

## Readability Metrics
- Flesch Reading Ease: XX/100
- Grade Level: X
- Sentence length assessment

## Technical SEO
- Meta tags analysis
- URL optimization
- Image optimization

## Content Gaps
- Missing subtopics
- Coverage recommendations
- Topic expansion opportunities

## Competitor Insights
- Top ranking pages analysis
- Word count comparison
- Unique angles they cover
- Our competitive advantage

## Implementation Checklist
- [ ] Action item 1
- [ ] Action item 2

## Estimated Impact
- **Time to Implement**: X hours
- **Expected Improvement**: [Moderate/Significant] ranking boost
- **Priority**: [High/Medium/Low]
- **Timeframe**: [Weeks until results]

Best Practices

  • User experience first: Prioritize readability and value over keyword density
  • Write for humans: Optimize for search engines second
  • Be specific: Provide exact changes, not vague suggestions
  • Consider intent: Match content to search intent (informational, commercial, transactional)
  • E-A-T signals: Include author credentials, sources, and expertise indicators
  • Featured snippets: Format content for definition boxes, lists, tables
  • Schema markup: Suggest structured data (FAQ, How-To, Review) where relevant

Example Analysis Flow

  1. Identify keywords → Extract from user input or content
  2. Check placement → Verify in title, H1, first 100 words
  3. Calculate density → Ensure 1-2% keyword density
  4. Assess readability → Calculate Flesch score and sentence length
  5. Review structure → Check heading hierarchy and paragraph length
  6. Analyze technical → Validate meta tags, URLs, alt text
  7. Find gaps → Identify missing topics and internal links
  8. Prioritize fixes → Sort by impact (critical > high > medium)
  9. Generate checklist → Create actionable implementation steps

Output Guidelines

  • Provide specific recommendations with exact text changes
  • Show before/after examples for clarity
  • Include keyword variations naturally in suggestions
  • Estimate time to implement and expected impact
  • Format for easy scanning with headings and lists
  • Add context explaining why changes matter

Additional Resources

See references/analysis-framework.md for:

  • Detailed analysis instructions for each area
  • Technical specifications and formulas
  • Competitor analysis guidelines
  • E-A-T evaluation criteria

See references/output-templates.md for:

  • Complete SEO report template
  • Implementation checklist format
  • Example workflow with sample content
  • Featured snippet optimization templates

Core Philosophy

"SEO is about creating valuable, well-optimized content that serves user intent better than competitors."

Focus on genuine value creation, not manipulation tactics. Quality content that helps users naturally attracts engagement signals that improve rankings.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

25.29%
按下载量换算332

windsurf

24.68%
按下载量换算324

Cursor

19.56%
按下载量换算256

Claude Code

11.08%
按下载量换算145

github-copilot

7.49%
按下载量换算98

trae

3.44%
按下载量换算45

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills