Keyword Research

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a benign instruction-only SEO helper, with the main things to notice being optional use of SEO/Search Console account data and saving results into project memory.

Before installing, decide whether you want the agent to use connected SEO/Search Console tools and whether keyword research results should be saved to memory. Prefer read-only/scoped integrations, review any external reference docs you rely on, and approve persistent memory writes when business strategy is sensitive.

Findings (3)

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

If the external documentation changes, the agent’s reporting format or connector guidance could change too.

Why it was flagged

The skill relies on external GitHub reference documents that are not included in the supplied file manifest. This is not executable code, but those documents could influence workflow if fetched or followed.

Skill content
Emit the standard shape from [skill-contract.md §Handoff Summary Format](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md).
Recommendation

Review the referenced repository documents before relying on them, or pin/use a known version of the references.

What this means

If connected, the agent may read private website analytics or SEO account data to perform keyword research.

Why it was flagged

SEO tools or Search Console can expose account-linked site performance and keyword data. This access is optional and aligned with the skill’s purpose, but it should be scoped.

Skill content
Optional integrations: ~~SEO tool, ~~search console. Without tools, ask for seed keywords, audience, goals, and any known metrics.
Recommendation

Use read-only, scoped access where possible and avoid sharing credentials directly in chat.

What this means

Saved strategy notes could be reused in later sessions or expose business/competitor research within the project memory.

Why it was flagged

The skill intentionally stores reusable SEO strategy and competitor facts in persistent memory files, which can influence later work.

Skill content
Promotes: durable keyword priorities, competitor facts, and strategy decisions to `memory/hot-cache.md`, `memory/decisions.md`, and `memory/research/`.
Recommendation

Review and approve what gets saved, and exclude confidential strategy details if persistent memory is not desired.