Grok X Growth Agent

WarnAudited by ClawScan on May 10, 2026.

Overview

This skill is designed to use your X and xAI credentials to automatically post affiliate replies, while making strong safety claims that are not substantiated by included code.

Only install this if you are comfortable giving an agent credentials and authority to post from your X account. Use dry-run mode first, verify the ThumbGate package before running npx, restrict OAuth scopes, require manual approval for posts, and avoid storing unrelated sensitive data in the agent's memory.

Findings (6)

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

The agent could publish promotional replies from the user's account, affecting reputation, account standing, or compliance with platform rules.

Why it was flagged

The skill is explicitly intended to perform public posting actions with monetized links on the user's X account; the artifacts do not clearly require manual approval before posting.

Skill content
autonomously identify trending niche discussions and reply with hyper-relevant affiliate links
Recommendation

Require a dry-run/manual approval mode by default, clearly define posting scopes and limits, and log every proposed and executed post.

What this means

Users may grant account/API authority without a clear view of what permissions are needed or how broadly the agent can act.

Why it was flagged

The setup requires credentials for X and xAI, but the registry metadata declares no required environment variables or primary credential, and the exact OAuth scopes are not bounded.

Skill content
Add your X.com `CLIENT_ID` and `CLIENT_SECRET` to the OpenClaw environment. Add your `XAI_API_KEY` to enable the Grok brain.
Recommendation

Declare all required credentials in metadata, request the minimum OAuth scopes needed, and document exactly what account actions the credentials enable.

What this means

Users may over-trust the safety claims and allow automated public posting that could still trigger spam, reputational, or account-enforcement problems.

Why it was flagged

This is a strong safety guarantee for account-ban prevention, but no ThumbGate implementation or enforcement code is included in the artifacts.

Skill content
Zero banned accounts thanks to ThumbGate safety constraints.
Recommendation

Avoid absolute safety claims; provide verifiable enforcement details and advise users to test in simulation before enabling live posting.

What this means

Installing the safety component requires trusting a separate package and its install-time behavior.

Why it was flagged

The setup depends on an external, unpinned npx package that is not included in the reviewed artifacts.

Skill content
Install ThumbGate: `npx thumbgate init --agent openclaw`
Recommendation

Pin the package version, provide provenance, and review the ThumbGate package before running the npx command.

What this means

Incorrect or tampered memory entries could cause the agent to post the wrong links or unwanted promotional content.

Why it was flagged

The agent stores affiliate-link context in persistent memory for reuse in generated public replies.

Skill content
Add your Make.com or ElevenLabs affiliate links to the agent's memory.
Recommendation

Keep memory entries scoped to this skill, review them regularly, and avoid storing unrelated sensitive information.

What this means

The agent may continue acting on the user's social account after initial setup, creating ongoing exposure if configuration or generated content is wrong.

Why it was flagged

The skill describes continuous autonomous operation tied to public posting, but does not define a clear stop condition, operating window, or containment mechanism beyond posting-rate rules.

Skill content
Monitors X.com for trending keywords in your specific B2B or SaaS niche 24/7.
Recommendation

Require explicit enable/disable controls, bounded schedules, review queues, and emergency stop instructions before live autonomous operation.