← 返回 Skills 市场
igorganapolsky

Grok X Analyzer

作者 IgorGanapolsky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
159
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install grok-x-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /grok-x-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Grok 4.3-inspired dynamic X analyzer: hidden skills for posts/threads/insights
元数据
Slug grok-x-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。

如何安装 Grok X Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install grok-x-analyzer」即可一键安装,无需额外配置。

Grok X Analyzer 是免费的吗?

是的,Grok X Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Grok X Analyzer 支持哪些平台?

Grok X Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Grok X Analyzer?

由 IgorGanapolsky(@igorganapolsky)开发并维护,当前版本 v1.0.0。

💬 留言讨论