Seo Reporter

v1.0.1

Audit 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· 83·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (SEO audit) match the declared requirements and included script: only curl is required and the script fetches the target page, robots.txt, sitemap.xml and inspects HTML for SEO signals. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run ./audit.sh against the target URL. The script performs only HTTP GETs and local text processing (grep, sed, tr), writes temporary files in a mktemp dir, and prints findings. It does not reference other system files, credentials, or external endpoints beyond the audited site and common sitemap variants. Note: SKILL.md includes an example cd into /home/tim/... which is just illustrative and should not be followed literally on other systems.
Install Mechanism
No install spec (instruction-only plus a shipped audit.sh). No downloads or package installs are performed. Risk is limited to running the included shell script locally.
Credentials
The skill requires no environment variables or credentials. The script uses only curl and standard shell tools. There are no requests for unrelated secrets or access to config paths.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It writes temporary files to a temp directory and does not modify other skills or system configuration.
Assessment
This skill appears coherent and limited in scope: it performs read-only HTTP requests to the target site and generates a local report. Before running, review the full audit.sh locally to confirm no unexpected network calls or data exports (the included snippet appears to be read-only but part of the file was truncated in the review listing). Run the script in a safe environment if you're unsure (e.g., a sandbox or container). Be aware the tool will make network requests to the target domain (and common sitemap paths) so don't point it at sensitive internal endpoints. Finally, if you plan to let the agent invoke skills autonomously, remember the skill can make outbound HTTP requests when run — limit autonomous use if that is a concern.

Like a lobster shell, security has layers — review code before you run it.

auditvk97441kwg7hmmnk1v5s3vkfdt583kbdxlatestvk9779vjtxsemkpkaxx608pf4zx83k05tmarketingvk97441kwg7hmmnk1v5s3vkfdt583kbdxseovk97441kwg7hmmnk1v5s3vkfdt583kbdxwebvk97441kwg7hmmnk1v5s3vkfdt583kbdx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binscurl

Comments