SEO Companion

v1.0.2

Deep SEO analysis and execution for on-page SEO, technical SEO, content strategy, local SEO, keyword research, and backlink risk/recommendations. Use when au...

0· 54·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
high confidence
Purpose & Capability
Name/description match the included assets: SKILL.md, several SEO reference docs, and a Python audit script. The requested resources (no env vars, no special binaries) are proportionate to an SEO auditing tool.
Instruction Scope
Runtime instructions stick to SEO tasks (use web_fetch/browser, run the bundled script, inspect pages). The SKILL.md explicitly restricts scans to public URLs and warns against private/internal targets. It does not instruct reading unrelated files or exporting data to unexpected endpoints.
Install Mechanism
Instruction-only skill with an optional Python script; it asks to prompt before installing Python packages. No install spec downloads arbitrary archives or runs installers from unknown URLs.
Credentials
No environment variables, credentials, or config paths are required. The script uses standard Python libs plus requests and beautifulsoup4 (declared as optional in SKILL.md). No unrelated secrets are requested.
Persistence & Privilege
always:false and no install hooks or changes to other skills. The skill can be invoked autonomously per platform default, but it does not request permanent presence or elevated agent-wide privileges.
Assessment
This appears to be a coherent SEO auditing skill. Before running the bundled script: (1) review the Python file in your environment (it is short and readable); (2) only run it against public URLs unless you explicitly trust the target and environment—the script itself blocks localhost/private IPs by default; (3) approve installation of requests/beautifulsoup4 only if you are comfortable allowing outbound HTTP from the runtime and installing Python packages; (4) the skill requests no credentials or secrets. If you need stronger isolation, run the script in a disposable VM/container or use web_fetch/browser tools instead of executing the script locally.

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

latestvk970792gwpvvx3qetxw5znj68s83wmx7

License

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

Comments