← Back to Skills Marketplace
igorganapolsky

Grok X Analyzer

by IgorGanapolsky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
159
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install grok-x-analyzer
Description
Dynamic, Grok 4.3-inspired analyzer for X (Twitter) posts, threads, trends, user activity, and related data. Use when users mention X/Twitter URLs/posts, ask...
README (SKILL.md)

Grok X Analyzer

Overview

Emulates Grok 4.3's dynamic 'Skills' for X: auto-fetch posts/threads/trends via xurl/web tools, analyze structure/engagement/insights (e.g., folder-like hierarchies, key replies), and generate hidden summaries. Prioritize low-token flows; chain to subagents for deep dives.

Quick Start

  1. Match Context: Trigger on X URLs/posts (e.g., status/123), 'analyze thread', 'X trends', 'post engagement'.
  2. Fetch Raw: Use xurl read POST_ID or web_fetch for screenshots/HTML.
  3. Analyze: Extract structure (replies as 'folder'), engagement, insights.
  4. Output: Hidden skill style—direct insights, no narration unless asked.

Example User: 'Analyze https://x.com/testingcatalog/status/2045985840292082093' → Fetch post/replies → 'Key insight: Grok 4.3 skills focus on dynamic X data tools.'

Workflow

1. Parse Input

  • Extract POST_ID from URL (e.g., /status/2045985840292082093 → 2045985840292082093).
  • Fallback: web_fetch URL + parse text.

2. Fetch Data

xurl read POST_ID  # Post + metrics
xurl replies POST_ID -n 20  # Thread/replies
xurl search 'keyword' -n 10  # Context

If unauth: web_search 'site:x.com status/POST_ID'.

3. Structure Analysis (Grok-Style)

  • 📁 Post 'Folder': Author, text, media, stats (views/likes/reposts).
  • 🧠 Thread Hierarchy: Parent → replies (tree view).
  • 💡 Insights: Sentiment, trends, key quotes.
  • 🎯 Engagement: Growth, viral potential.

4. Chain if Deep

Spawn sessions_spawn(runtime=subagent, task='Deep dive on [insight]').

Resources

scripts/

x_analyzer.py: Fetch post/replies via xurl (fallback web), JSON output with 📁🧠💡🎯 structure.

references/

xurl.md: xurl CLI cheatsheet + auth notes.

Usage Guidance
Key things to consider before installing: - The skill expects an external 'xurl' CLI to be available and configured, but the skill metadata did not declare that dependency. Verify whether you have (and trust) xurl installed and authenticated before use. - Review the included scripts/x_analyzer.py yourself: it executes the 'xurl' binary via subprocess, and will fallback to web scraping emulation if unavailable. If you do not want external CLI calls, do not install or invoke this skill. - The SKILL.md's wording about 'hidden activation' and 'direct insights, no narration' can be surprising: it suggests the skill may produce non-verbose outputs by default. If you require transparent outputs or disclosure to end users, adjust prompts or avoid using the skill as-is. - Spawning subagents (sessions_spawn) is supported by the instructions for deeper dives; consider whether you are comfortable allowing autonomous subagent runs. - If you decide to proceed, ask the author for the skill's source/homepage or a declared 'required binaries' entry for xurl. That additional provenance would raise confidence. If you cannot obtain that, treat the skill as untrusted and restrict its use to non-sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: grok-x-analyzer Version: 1.0.0 The skill is a legitimate tool for analyzing X (Twitter) content, mimicking Grok-style insights. The Python script `scripts/x_analyzer.py` uses safe subprocess calls with sanitized inputs (regex-validated POST_IDs) to interact with the `xurl` CLI. The documentation in `SKILL.md` and `references/xurl.md` contains no malicious prompt injections and explicitly includes security-conscious instructions, such as 'Never read ~/.xurl', to prevent the agent from accessing sensitive credential files.
Capability Assessment
Purpose & Capability
The skill claims to analyze X posts/threads and the included script implements that, but both SKILL.md and scripts rely on an external 'xurl' CLI and web_fetch/web_search fallbacks while the skill metadata lists no required binaries, env vars, or credentials. The missing declaration of 'xurl' as a required binary is an incoherence. The SKILL.md also repeatedly mentions 'hidden activation' and 'direct insights, no narration' which is a behavioral choice that may be surprising to users.
Instruction Scope
Instructions ask the agent to run xurl commands, fallback to web_search/web_fetch, and to spawn subagents for deep dives (sessions_spawn). The instructions do not tell the agent to read unrelated system files or environment variables, and the included reference explicitly says 'Never read ~/.xurl'. However, 'hidden skill style' and implicit spawning of subagents expand the agent's autonomous behavior and should be noted by the user.
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk by an installer. That is lower risk. However, the bundled scripts call an external binary ('xurl') with subprocess.run; no install guidance or provenance for xurl is declared here, which is an operational gap but not an install-script risk.
Credentials
The skill declares no required environment variables or credentials and the script does not read secrets. The xurl tool itself requires user OAuth auth performed out-of-band (per references/xurl.md). Requesting no credentials is proportionate, but the skill assumes a pre-configured xurl client — the user must authenticate xurl separately.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide configuration changes. It does instruct the agent to spawn subagents for deeper analysis, which increases runtime capability but does not alter persistence or system privileges on its own.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install grok-x-analyzer
  3. After installation, invoke the skill by name or use /grok-x-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Grok 4.3-inspired dynamic X analyzer: hidden skills for posts/threads/insights
Metadata
Slug grok-x-analyzer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Grok X Analyzer?

Dynamic, Grok 4.3-inspired analyzer for X (Twitter) posts, threads, trends, user activity, and related data. Use when users mention X/Twitter URLs/posts, ask... It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.

How do I install Grok X Analyzer?

Run "/install grok-x-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Grok X Analyzer free?

Yes, Grok X Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Grok X Analyzer support?

Grok X Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Grok X Analyzer?

It is built and maintained by IgorGanapolsky (@igorganapolsky); the current version is v1.0.0.

💬 Comments