SEO Audit Pro
v1.0.1Crawl any website and get a 0-100 SEO score with 50+ checks across Technical, On-Page, Schema, Social, and Compliance categories. Identifies quick wins, comp...
⭐ 0· 76·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (SEO audit, article generation, competitor analysis) matches required libraries (requests, beautifulsoup4, anthropic) and the single declared env var (ANTHROPIC_API_KEY) which is only needed for premium AI analysis and article generation. No unrelated cloud credentials or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided python script and documents demo (--demo) and compliance-only (--compliance-only) modes that do not call external AI APIs. The runtime instructions reference only URL fetching, parsing HTML, and optional calls to the Anthrop ic API for premium features. There are no instructions to read local user files, shell history, or other unrelated system state.
Install Mechanism
Install spec uses standard Python packages (requests, beautifulsoup4, anthropic) via the uv/pip mechanism—no arbitrary URL downloads, no archived extracts, and no non-standard binaries created. This is proportionate for a Python-based web crawler + AI integration.
Credentials
Only ANTHROPIC_API_KEY is declared as required and is described in SKILL.md as necessary only for premium AI analysis and article generation. No other secrets, tokens, or config paths are requested. The key usage is coherent with the skill's advertised AI features.
Persistence & Privilege
Skill is not force-included (always: false) and does not request elevated/persistent agent-wide privileges. It does not declare modifications to other skills or global agent settings. Autonomous invocation remains enabled by default but that is normal for skills.
Assessment
This skill appears internally consistent: demo and compliance-only modes work without any API key, and the Anthropic API key is only used for optional AI analysis and article generation. If you plan to use premium features, provide an ANTHROPIC_API_KEY (store it as an environment variable). Before installing, consider: (1) review the code yourself if you don't trust the author (the repo/homepage is listed); (2) use a separate Anthropic key or billing account with limits if you want to contain potential costs; (3) the skill will make HTTP requests to the URLs you give it (it crawls pages), so avoid auditing pages with sensitive, non-public content; (4) as with any third-party code, install in an isolated environment (virtualenv/container) if you want to limit system impact.Like a lobster shell, security has layers — review code before you run it.
latestvk970nf8ram4xa2kht20nk34ymh83ryaz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Any binpython3
EnvANTHROPIC_API_KEY
Primary envANTHROPIC_API_KEY
Install
uv
uv tool install requestsuv
uv tool install beautifulsoup4uv
uv tool install anthropic