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 and optimize your website for search engines with the SEO Optimizer skill. Fix metadata, improve heading structures, and generate detailed SEO audit reports.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/seo-optimizerWhat This Skill Does
The SEO Optimizer is a specialized agent skill designed to audit, evaluate, and enhance the search engine optimization of HTML/CSS web projects. By leveraging the seo_analyzer.py tool, the skill performs a granular inspection of your codebase to ensure it complies with modern search engine standards. It evaluates critical metadata like title tags and descriptions, checks the semantic heading hierarchy, verifies image accessibility via alt attributes, and ensures the presence of essential technical tags such as canonical URLs, language declarations, and viewport settings. Beyond mere detection, the skill provides actionable guidance to remediate critical issues that hinder search visibility, helping you improve site rankings through structured, professional, and technical optimizations.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/seo-optimizer
Use Cases
- Comprehensive Audits: Run a full site sweep to identify missing metadata or accessibility gaps before launching a new project.
- Technical Refactoring: Use the tool during maintenance to ensure that dynamic content updates haven't stripped away crucial SEO headers or schema markup.
- Performance Tuning: Optimize accessibility and search bot discoverability by ensuring all images contain descriptive alt text and the site implements appropriate Open Graph and Twitter Card metadata.
- Compliance Checks: Ensure your HTML structure follows best practices regarding H1-H6 nesting and standard web meta-tag requirements.
Example Prompts
- "Perform an SEO audit on my ./src directory and list all critical issues that need immediate fixing."
- "I am missing meta descriptions on several pages. Can you analyze my current files and suggest optimized descriptions for each?"
- "Please generate a detailed SEO report for index.html and provide the necessary code snippets to fix the identified H1 and schema markup warnings."
Tips & Limitations
- Priority Matters: Always address 'Critical' (🔴) issues first as these represent fundamental configuration errors that bots flag immediately.
- Machine-Readable Reports: Use the
--jsonflag when integrating with custom dashboard workflows or CI/CD pipelines to automate your optimization monitoring. - Context is Key: While the tool identifies missing tags, ensure your keyword research is done separately; the skill validates the presence of tags, but you must provide the strategic content.
- Limitations: The skill is designed for static HTML/CSS structure analysis. It cannot interpret or optimize SEO for complex client-side dynamic rendering frameworks (e.g., heavily obfuscated React/Vue states) without being pointed at the pre-rendered production output.
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-veeramanikandanr48-seo-optimizer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.