Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

seo-optimizerSEO 优化器

Agent Skill

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

总安装

432

周安装

18

GitHub Stars

8

下载量

144
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/vamseeachanta/workspace-hub --skill seo-optimizer

简介

用于查找、检索和筛选相关信息,适合根据关键词、任务场景或来源线索快速定位候选结果。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 安装命令:npx skills add https://github.com/vamseeachanta/workspace-hub --skill seo-optimizer
  • 适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境。

SKILL.md

SEO Optimizer Skill

Overview

This skill provides comprehensive SEO optimization capabilities including content scoring, keyword research, technical auditing, and on-page optimization. Designed for B2B technical websites targeting engineering decision-makers.

Quick Start

  1. Audit current state - Run technical SEO check
  2. Research keywords - Identify target terms by funnel stage
  3. Optimize content - Apply on-page SEO improvements
  4. Monitor scores - Track SEO score improvements
  5. Iterate - Continuous optimization cycle

When to Use

  • Launching new website pages
  • Optimizing existing content for search
  • Technical SEO audits
  • Keyword research and planning
  • Content gap analysis
  • Competitive SEO analysis

SEO Scoring System

Score Components (0-100)

ComponentWeightMeasures
Technical30%Page speed, mobile, crawlability
On-Page30%Keywords, meta tags, structure
Content25%Quality, length, readability
Authority15%Links, citations, trust signals

Score Targets

ScoreRatingAction
90-100ExcellentMaintain, minor tweaks
75-89GoodTarget score for new content
60-74Needs WorkPrioritize improvements
Below 60PoorMajor revision needed

Keyword Research Framework

Funnel-Based Targeting

Funnel StageIntentKeyword TypesExample
TOFUInformational"what is", "how to", "guide""what is fatigue analysis"
MOFUInvestigational"best", "vs", "comparison""FEA software comparison"
BOFUTransactional"services", "consultant", "hire""offshore engineering consultant"

Keyword Selection Criteria

## Ideal Keyword Profile
- Search volume: 500-5,000/month (sweet spot for B2B)
- Keyword difficulty: <40 (achievable ranking)
- Business relevance: High alignment with services
- Intent match: Clear user intent
- Competition: Low-medium SERP competition

Keyword Clustering

Group related keywords into topic clusters:

Pillar: "Offshore Engineering"
├── Cluster: Structural Analysis
│   ├── "offshore platform structural analysis"
│   ├── "subsea structure design"
│   └── "jacket platform engineering"
├── Cluster: Fatigue Analysis
│   ├── "offshore fatigue assessment"
│   ├── "S-N curve analysis"
│   └── "fatigue life prediction"
└── Cluster: Standards & Compliance
    ├── "DNV offshore standards"
    ├── "API RP 2A compliance"
    └── "offshore engineering certification"

On-Page SEO Checklist

Title Tag

  • Primary keyword near beginning
  • 50-60 characters length
  • Unique across site
  • Compelling for clicks

Meta Description

  • 150-160 characters
  • Contains primary keyword
  • Includes call-to-action
  • Unique per page

Headings (H1-H6)

  • Single H1 with primary keyword
  • Logical heading hierarchy
  • Keywords in H2s naturally
  • Descriptive, not generic

Content Body

  • Primary keyword in first 100 words
  • Keyword density 1-2%
  • Related keywords (LSI) included
  • 1,500+ words for pillar content
  • Internal links to related pages
  • External links to authoritative sources

Images

  • Descriptive file names
  • Alt text with keywords
  • Compressed for speed
  • WebP format preferred

URL Structure

  • Short and descriptive
  • Contains primary keyword
  • Hyphens between words
  • No parameters or IDs

Technical SEO Audit

Core Web Vitals

MetricTargetTool
LCP (Largest Contentful Paint)<2.5sPageSpeed Insights
FID (First Input Delay)<100msPageSpeed Insights
CLS (Cumulative Layout Shift)<0.1PageSpeed Insights

Technical Checklist

## Crawlability
- [ ] robots.txt properly configured
- [ ] XML sitemap submitted to GSC
- [ ] No orphan pages
- [ ] Proper canonical tags
- [ ] No redirect chains

## Indexability
- [ ] Important pages indexed
- [ ] No accidental noindex
- [ ] Proper hreflang (if multilingual)
- [ ] Structured data implemented

## Performance
- [ ] HTTPS enabled
- [ ] Mobile-responsive
- [ ] Page speed <3s
- [ ] No render-blocking resources
- [ ] Images optimized

## Architecture
- [ ] Logical URL structure
- [ ] Breadcrumb navigation
- [ ] Internal linking strategy
- [ ] Flat site architecture (<3 clicks to any page)

Structured Data (Schema.org)

Required for AceEngineer

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "AceEngineer",
  "url": "https://aceengineer.com",
  "logo": "https://aceengineer.com/assets/img/logo.png",
  "sameAs": ["https://github.com/aceengineer"],
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer service",
    "email": "contact@aceengineer.com"
  }
}

Additional Schema Types

Page TypeSchemaPurpose
Service pagesServiceRich snippets for services
Blog postsArticleAuthor, date in search
Case studiesCase StudyProject showcase
CalculatorsWebApplicationTool rich results
FAQFAQPageFAQ rich snippets

Content Optimization Template

## Page: [Page Title]

### Target Keywords
- Primary: [main keyword]
- Secondary: [2-3 related keywords]
- LSI: [5-10 semantically related terms]

### Current Score: [X/100]

### Optimization Tasks
1. Title: [current] → [optimized]
2. Meta: [current] → [optimized]
3. H1: [current] → [optimized]
4. Content gaps: [missing topics]
5. Internal links: [add links to...]
6. Schema: [add/update type]

### Target Score: [Y/100]

SEO Monitoring

Weekly Checks

  • Google Search Console errors
  • Core Web Vitals status
  • New indexed pages
  • Crawl stats

Monthly Analysis

  • Keyword ranking changes
  • Organic traffic trends
  • Top performing pages
  • Competitor movements
  • Backlink profile

Quarterly Review

  • Content audit (update old content)
  • Technical SEO deep dive
  • Keyword strategy refresh
  • Competitive analysis update

Best Practices

Do

  1. Focus on user intent, not just keywords
  2. Create comprehensive, authoritative content
  3. Build topic clusters around pillars
  4. Update old content regularly
  5. Monitor Core Web Vitals
  6. Use internal linking strategically

Don't

  1. Keyword stuff unnaturally
  2. Duplicate content across pages
  3. Ignore mobile experience
  4. Build low-quality backlinks
  5. Neglect technical SEO
  6. Forget to track and measure

Error Handling

IssueDiagnosisSolution
Pages not indexingCheck robots.txt, noindexFix blocking rules
Ranking dropsAlgorithm update, competitionAudit and improve content
Slow page speedLarge images, render blockingOptimize assets
Low CTRPoor title/metaA/B test snippets

Metrics

MetricTargetFrequency
SEO Score>75/100Per page
Organic traffic+10% MoMMonthly
Keyword rankingsTop 10Weekly
Core Web VitalsAll greenWeekly
Index coverage>95%Monthly

Related Skills


Version History

  • 1.0.0 (2026-01-19): Initial release adapted from alirezarezvani/claude-skills

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

30.24%
按下载量换算44

windsurf

26.25%
按下载量换算38

trae

16.66%
按下载量换算24

OpenCode

12.51%
按下载量换算18

Cursor

8.75%
按下载量换算13

Codex

3.58%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills