Auto Content
Analysis
This is mostly a content-writing pipeline, but it tells the agent to automatically run X/web trend searches at the start of every session before the user asks.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Also trigger automatically at the start of every new session to scan X for trending topics relevant to the user's project spec — propose hot keywords before the user asks.
This attempts to make the skill self-activate for every new session and produce output before the user asks for content work, which can redirect the agent away from the user's current goal.
Run automatically at the start of every new session, before the user says anything. ... Run web searches ... `site:x.com [domain keyword] -filter:replies` ... `crypto twitter trending today`
The skill instructs web/X searches to be run automatically rather than only after a user asks for research, creating unapproved network activity and tool use.
Reference files (read when detail is needed): `references/scoring-rubrics.md` ... `references/ai-patterns-blacklist.md` ... `references/output-templates.md` ...
The manifest only supplies SKILL.md, so these referenced instruction files are unavailable for review. This is not executable code, but it means part of the intended behavior is missing from the artifact set.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Ask once: "Do you have an Ahrefs or SEMrush API key?" Use if provided.
The optional API key request is purpose-aligned for SEO keyword research, but API keys are credentials and should be handled carefully.
