Seo Keyword Pro

v1.0.1

AI-powered SEO keyword research tool by Automaton. Find low-competition keywords, analyze search intent, track rankings, and generate content briefs.

0· 117·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
The skill's name, description, SKILL.md examples and included code align: it provides keyword research, intent analysis, briefs, rank tracking and competitor analysis. The implementation simulates data locally (randomized metrics) and exposes the methods described. One minor mismatch: the constructor reads process.env.SEO_API_KEY (and examples pass an apiKey), yet the registry metadata declares no required environment variables or primary credential — reasonable for optional integration but inconsistent with metadata.
Instruction Scope
SKILL.md shows installation and usage examples and does not instruct the agent to read unrelated files, system paths, or exfiltrate data. The runtime instructions stay within the SEO tool's scope (keyword queries, analysis, brief generation).
Install Mechanism
There is no install spec in the registry (instruction-only); package files are included but no remote download/install hooks are specified. This is low-risk — nothing in the manifest instructs downloading or executing remote archives from arbitrary URLs.
Credentials
The metadata lists no required env vars, but index.js will use process.env.SEO_API_KEY as a fallback and SKILL.md demonstrates passing an apiKey. Requiring an API key would be reasonable only if the skill called an external service — the current implementation appears to simulate data locally, so an API key is optional. Users should be aware that providing any API key grants the skill access to that value.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. It does not modify other skills or system configuration. Autonomous invocation is allowed by default (normal for skills) but there are no additional privilege escalations requested.
Assessment
This skill is internally consistent with its description and appears to generate simulated SEO data locally. Two practical points to consider before installing: (1) index.js will read an API key from process.env.SEO_API_KEY if one is not passed explicitly — the registry metadata doesn't declare any required credentials, so only provide an API key if you trust the skill and you know which external service (if any) it will use. (2) Although the code included here does not perform network calls, review the file(s) in the packaged version you install (or run tests in an isolated environment) to confirm no remote endpoints are added. If you plan to use a real SEO provider via an API key, verify the provider and avoid sharing unrelated credentials.

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

latestvk9744t04s2413a1at8xqzf8xds83g99d

License

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

Runtime requirements

🔍 Clawdis

Comments