AEO Prompt Research (Free)

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to do what it says: crawl user-specified websites and produce AEO prompt research, with only normal web-access and an optional local crawl script to use carefully.

This looks safe for normal AEO research on public websites. Before installing or using it, note that it fetches web pages and includes an optional curl-based crawler; run that script only on intended domains and save output to a safe location.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may fetch website content, and the optional script can crawl common pages for a supplied domain.

Why it was flagged

The skill intentionally uses web-fetching tools and an optional local shell script to crawl a user-provided domain. This is purpose-aligned, but it is still broad enough that users should ensure the target domain is intended.

Skill content
Use `web_fetch` on key pages... Alternatively, run `scripts/crawl_site.sh <domain>` for a batch crawl.
Recommendation

Use it only on domains you intend to analyze, avoid private/internal hosts unless appropriate, and treat fetched page text as untrusted source data.

What this means

Users may need to inspect the included script themselves and ensure curl is available if they choose to run it.

Why it was flagged

Registry metadata does not provide a verified source/homepage or declare runtime binaries, while the included helper script documents a curl dependency. The full script is present and simple, so this is a metadata/provenance note rather than a concern.

Skill content
Source: unknown; Homepage: none; Required binaries (all must exist): none
Recommendation

Review the bundled script before use and, if publishing or maintaining the skill, declare the curl dependency and verified source link in metadata.