Seo Reporter
v1.0.0Audit a URL for SEO factors and generate an actionable markdown report. Use when asked to analyze, check, or audit a webpage's SEO performance. Covers title,...
⭐ 0· 73·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description (SEO audit) align with the actual artifacts: SKILL.md documents an audit workflow and audit.sh implements checks (title, meta, headings, canonical, robots, sitemap, OG, viewport, HTTPS). Required binary is only curl, which is appropriate.
Instruction Scope
Runtime instructions tell the agent to run ./audit.sh with a target URL. The script (visible portions) performs only read-only HTTP requests against the target and related derived URLs (robots.txt, sitemap.xml) and analyzes the returned HTML. It does not read unrelated system files or environment variables in the visible code. One operational note: the agent is instructed to run the script from the skill directory (normal for relative helpers).
Install Mechanism
There is no install spec (instruction-only + bundled script). Nothing is downloaded from external URLs during install. The code is provided as a local audit.sh script.
Credentials
The skill declares no required environment variables or credentials and the script does not read secrets in the visible sections. The requested permissions and access are proportional to an SEO auditor.
Persistence & Privilege
always:false and user-invocable: true. The skill does not request persistent privileges or modify other skills or system-wide agent settings in the visible code.
Assessment
The skill appears to do what it claims: a local bash script that issues read-only curl requests and produces a markdown audit. Before installing or running it, review the full audit.sh source (the provided listing is partially truncated in this review) to confirm there are no hidden network calls or data exfiltration steps. Avoid auditing internal-only URLs (localhost, internal IPs, intranet) from an agent running on a hosted/shared environment, since the script will fetch any URL you supply. If you don't trust the anonymous publisher (no homepage provided), run the script locally in a sandbox or inspect the entire file first.Like a lobster shell, security has layers — review code before you run it.
latestvk972yzm1dh29129mqm09xm2k8983jq03
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binscurl
