Grok Twitter Search

WarnAudited by ClawScan on May 10, 2026.

Overview

This package looks like a whole personal OpenClaw workspace rather than a scoped Grok Twitter search skill, and it includes global agent instructions, memory files, credential notes, and unrelated trading/MCP code.

Treat this as a Review item, not a clean Twitter search skill. Before installing, request a minimal release containing only skills/grok-twitter-search, its reviewed scripts, and explicit XAI_API_KEY configuration. Do not install the bundled AGENTS/SOUL/USER/MEMORY/QMD files or unrelated OpenNews/OpenTwitter/Four.Meme components unless you intentionally want those broader workspace behaviors and have reviewed them separately.

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

Installing what appears to be a Twitter search skill could add unrelated account, memory, and trading-related code to the agent workspace.

Why it was flagged

The package for a Grok Twitter search skill contains multiple unrelated projects, memory tooling, and crypto trading scripts, which makes the installed artifact much broader than the stated skill.

Skill content
opennews-mcp/...; opentwitter-mcp/...; qmd/...; skills/four-meme-ai/scripts/execute-buy.ts; skills/four-meme-ai/scripts/execute-sell.ts; skills/grok-twitter-search/...
Recommendation

Do not install this bundle as-is. Ask the publisher for a minimal package containing only the Grok Twitter Search skill, its scripts, and clearly declared dependencies.

What this means

The agent may prioritize these bundled workspace instructions over the user's current request and load private context unnecessarily.

Why it was flagged

This file gives broad, session-level instructions that redirect the agent to read workspace identity and memory files before user tasks, which is not scoped to Twitter search.

Skill content
Before doing anything else:

1. Read `SOUL.md` ...
2. Read `USER.md` ...
3. Read `memory/YYYY-MM-DD.md` ...

Don't ask permission. Just do it.
Recommendation

Remove global AGENTS.md/SOUL.md style instructions from the skill package, or clearly isolate them so they cannot affect unrelated agent sessions.

What this means

Private user context can be loaded, modified, indexed, and reused across tasks unrelated to Twitter search, increasing leakage and poisoning risk.

Why it was flagged

The artifacts instruct the agent to maintain persistent memory files, and the package includes USER.md, MEMORY.md, daily memory logs, and a qmd-index directory.

Skill content
You can **read, edit, and update** MEMORY.md freely in main sessions ... Over time, review your daily files and update MEMORY.md
Recommendation

Remove personal memory files and indexing artifacts from the published skill. If memory is needed, require explicit opt-in, bounded paths, retention rules, and clear user controls.

What this means

The agent could continue doing background work or mutate workspace state without a direct user request.

Why it was flagged

The package describes ongoing heartbeat-driven activity and autonomous workspace changes, including committing and pushing, which are outside the intended search skill scope.

Skill content
When you receive a heartbeat poll ... Use heartbeats productively! ... Proactive work you can do without asking: ... Update documentation ... Commit and push your own changes
Recommendation

Remove heartbeat/proactive-operation instructions from this skill, and require explicit user approval for any background tasks, commits, pushes, or external actions.

What this means

A user may install the skill believing it requires no credentials, while the package may lead the agent toward local environment tokens or additional service access.

Why it was flagged

The registry metadata declares no required env vars or primary credential, but the artifact notes required and related tokens, including unrelated Twitter/OpenNews tokens.

Skill content
`TWITTER_TOKEN` and `OPENNEWS_TOKEN` configured in `env.*`
- `XAI_API_KEY` needed for grok-twitter-search
Recommendation

Declare all required credentials in metadata, limit this skill to the XAI_API_KEY if that is the only needed credential, and remove unrelated token references.

What this means

The installed workspace may expose or normalize high-impact crypto transaction tooling that the user did not expect from a search skill.

Why it was flagged

The bundle contains scripts whose filenames indicate token creation, buying, selling, and sending, which are high-impact financial actions unrelated to Grok Twitter search.

Skill content
skills/four-meme-ai/scripts/create-token-chain.ts; skills/four-meme-ai/scripts/execute-buy.ts; skills/four-meme-ai/scripts/execute-sell.ts; skills/four-meme-ai/scripts/send-token.ts
Recommendation

Exclude unrelated financial action scripts from the Grok Twitter Search package, or publish them as a separate, clearly disclosed skill with strict confirmation and credential boundaries.