Seo Optimizer
v0.1.0This 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.
⭐ 15· 7.4k·46 current·52 all-time
byVeera@veeramanikandanr48
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts and documentation: the repo contains an SEO analyzer and sitemap generator plus reference guides. Required privileges and declared requirements (none) are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts against a directory or file. The scripts only read local HTML files and produce reports/sitemaps; they do not attempt to access network endpoints or other system credentials. Caution: the scripts will recursively read any directory you point them at, so avoid passing system roots or directories containing sensitive HTML (e.g., backups, admin pages).
Install Mechanism
No install spec — instruction-only with bundled scripts. No external downloads or archives; code is included in the package. This is low-risk from an installation perspective.
Credentials
The skill declares no environment variables, no credentials, and requires no binaries. The scripts operate on files provided by the user and do not read undeclared environment variables.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system-wide settings. It does not store credentials or enable itself automatically.
Assessment
This skill appears to be a straightforward SEO tool (analyzer + sitemap generator) and is internally consistent. Before running: (1) inspect the scripts locally (they are included and readable), (2) run them only on the website directory you intend to analyze — do not point them at system roots or directories containing sensitive data, (3) the tools do not perform network uploads or exfiltration, but the sitemap generator will write files (sitemap.xml) to the working directory, so confirm output path, (4) index.js is a placeholder — the packaged Node entrypoint doesn't implement functionality, the real work is in the Python scripts. If you need higher assurance, run the scripts in an isolated environment/container and review the generated reports before applying any automated fixes.Like a lobster shell, security has layers — review code before you run it.
latestvk975ryd6y2s8wte3nfjfrkq6vx809caz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
