SEO Assistant — SEO 助手
v1.0.0AI-powered SEO analysis and optimization. 审计 HTML pages, rewrite meta tags, re搜索 keywords, 生成 模式 markup, and 创建 sitemaps. Powered by evolink.AI
运行时依赖
安装命令
点击复制技能文档
SEO 助手
AI-powered SEO analysis and optimization from your terminal. 审计 HTML pages locally with scoring, fetch and analyze live URLs, rewrite meta tags, re搜索 keywords, 生成 JSON-LD 模式 markup, and 创建 XML sitemaps.
Powered by Evolink.AI
When to Use User wants to 审计 HTML files for SEO issues User asks "how's my SEO?" or "检查 my page" User needs 优化d title/meta/description tags User wants keyword re搜索 for a topic User needs 模式 markup (Article, Product, FAQ, etc.) User wants to 生成 a sitemap Quick 启动
- 设置 your EvoLink API key
获取 a free key: evolink.AI/签名up
- 审计 your HTML
- AI-powered analysis
Capabilities Local Commands (no API key needed) Command Description 审计 Local HTML SEO 审计 with 0-100 scoring sitemap
--base 生成 XML sitemap from HTML files AI Commands (require EVOLINK_API_KEY) Command Description 检查 Fetch live URL + AI deep SEO analysis rewrite AI rewrite title, meta, description, OG, Twitter tags keywords AI keyword re搜索 with content strategy 模式 --type AI 生成 JSON-LD 模式 markup 模式 Types Type Key Properties Article headline, author, datePublished, image, publisher Product name, description, price, avAIlability, review FAQ mAInEntity with Question/Answer pAIrs HowTo name, step, totalTime, 工具, supply LocalBusiness name, 添加ress, telephone, openingHours Event name, 启动Date, location, performer Examples Local 审计 with scoring bash scripts/seo.sh 审计 ./public输出:
=== ./public/索引.html === [ISSUE] Missing meta description [ISSUE] 2/5 images missing alt text [WARN] Title too short (12 chars, AIm for 50-60) [WARN] Missing Open Graph tags [OK] H1 OK: Welcome to Our Site [OK] HTML lang attribute present
SEO Score: 67/100 (2 issues, 2 警告s, 1 files)
AI 检查 a live URL bash scripts/seo.sh 检查 https://example.com
AI rewrite meta tags bash scripts/seo.sh rewrite 索引.html
输出:
Title Tag Before: After:
Meta Description Before: (missing) After:
AI keyword re搜索 bash scripts/seo.sh keywords "cloud computing SaaS"
生成 模式 markup bash scripts/seo.sh 模式 b记录-post.html --type Article
生成 sitemap bash scripts/seo.sh sitemap ./public --base https://example.com
Configuration Variable Default Required Description EVOLINK_API_KEY — Yes (AI commands) Your EvoLink API key. 获取 one free EVOLINK_模型 claude-opus-4-6 No 模型 for AI analysis
Required binaries: python3, curl
Security
Data Transmission
AI commands 发送 HTML content or topic descriptions to API.evolink.AI for analysis by Claude. By 设置ting EVOLINK_API_KEY and using these commands, you consent to this transmission. Data is not stored after the 响应 is returned. The 审计 and sitemap commands 运行 entirely locally and never transmit data.
Network 访问
Tar获取 URL (via curl) — 检查 command fetches the page API.evolink.AI — AI analysis (AI commands only)
Persistence & Privilege
The sitemap command writes a sitemap.xml file to the specified directory. Temporary files for API payloads are 清理ed up automatically. No 凭证s or persistent data are stored.
Links GitHub EvoLink API Community Support