Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

ai-seo-assistantAI SEO 助手

Agent Skill

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

总安装

3,011

周安装

123

GitHub Stars

公开资料未说明

下载量

964
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ai-seo-assistant(AI SEO 助手)
来源仓库:https://github.com/evolinkai/ai-seo-assistant
安装命令:
openclaw skills install ai-seo-assistant
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-seo-assistant

简介

人工智能驱动的 SEO 分析与网站优化助手。

  • 可审核 HTML 页面结构、优化元标记和研究关键词策略。
  • 自动生成架构标记、站点地图并提供改进建议。ai-seo-assistant 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 依赖外部 AI 模型能力,需配置相关 API 访问权限。
  • 输出结果仅供参考,实际部署前应人工校验技术细节。

SKILL.md

name
SEO Assistant
description
AI-powered SEO analysis and optimization. Audit HTML pages, rewrite meta tags, research keywords, generate schema markup, and create sitemaps. Powered by evolink.ai
version
1.0.0
homepage
https://github.com/EvoLinkAI/seo-skill-for-openclaw
metadata
{"openclaw":{"homepage":"https://github.com/EvoLinkAI/seo-skill-for-openclaw","requires":{"bins":["python3","curl"],"env":["EVOLINK_API_KEY"]},"primaryEnv":"EVOLINK_API_KEY"}}

SEO Assistant

AI-powered SEO analysis and optimization from your terminal. Audit HTML pages locally with scoring, fetch and analyze live URLs, rewrite meta tags, research keywords, generate JSON-LD schema markup, and create XML sitemaps.

Powered by Evolink.ai

When to Use

  • User wants to audit HTML files for SEO issues
  • User asks "how's my SEO?" or "check my page"
  • User needs optimized title/meta/description tags
  • User wants keyword research for a topic
  • User needs schema markup (Article, Product, FAQ, etc.)
  • User wants to generate a sitemap

Quick Start

1. Set your EvoLink API key

export EVOLINK_API_KEY="your-key-here"

Get a free key: evolink.ai/signup

2. Audit your HTML

bash scripts/seo.sh audit index.html

3. AI-powered analysis

bash scripts/seo.sh check https://example.com

Capabilities

Local Commands (no API key needed)

CommandDescription
`audit <file\dir>`Local HTML SEO audit with 0-100 scoring
sitemap <dir> --base <url>Generate XML sitemap from HTML files

AI Commands (require EVOLINK_API_KEY)

CommandDescription
check <url>Fetch live URL + AI deep SEO analysis
rewrite <file>AI rewrite title, meta, description, OG, Twitter tags
keywords <topic>AI keyword research with content strategy
schema <file> --type <type>AI generate JSON-LD schema markup

Schema Types

TypeKey Properties
Articleheadline, author, datePublished, image, publisher
Productname, description, price, availability, review
FAQmainEntity with Question/Answer pairs
HowToname, step, totalTime, tool, supply
LocalBusinessname, address, telephone, openingHours
Eventname, startDate, location, performer

Examples

Local audit with scoring

bash scripts/seo.sh audit ./public

Output:

=== ./public/index.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 warnings, 1 files)

AI check a live URL

bash scripts/seo.sh check https://example.com

AI rewrite meta tags

bash scripts/seo.sh rewrite index.html

Output:

Title Tag Before: <title>Home</title> After: <title>Cloud Computing Solutions for Small Business | YourBrand</title>

Meta Description Before: (missing) After: <meta name="description" content="Scalable cloud solutions...">

AI keyword research

bash scripts/seo.sh keywords "cloud computing SaaS"

Generate schema markup

bash scripts/seo.sh schema blog-post.html --type Article

Generate sitemap

bash scripts/seo.sh sitemap ./public --base https://example.com

Configuration

VariableDefaultRequiredDescription
EVOLINK_API_KEYYes (AI commands)Your EvoLink API key. Get one free
EVOLINK_MODELclaude-opus-4-6NoModel for AI analysis

Required binaries: python3, curl

Security

Data Transmission

AI commands send HTML content or topic descriptions to api.evolink.ai for analysis by Claude. By setting EVOLINK_API_KEY and using these commands, you consent to this transmission. Data is not stored after the response is returned. The audit and sitemap commands run entirely locally and never transmit data.

Network Access

  • Target URL (via curl) — check 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 cleaned up automatically. No credentials or persistent data are stored.

Links

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

87.99%
按下载量换算848

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills