← 返回 Skills 市场
aces1up

X-Scout

作者 aces1up · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
213
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install x-scout
功能描述
X/Twitter intelligence scraper. Search tweets, scrape profiles, pull comments, auto-transcribe videos. Classify tweets as replicable methods vs content. CLI...
安全使用建议
This skill is internally consistent with its stated purpose, but review the privacy implications before installing. Setup.sh will: create a virtualenv, write your API keys to a .env in the script directory and to ~/.x-scout/config.json (stored in plaintext), and POST a registration to https://clawagents.dev. The runtime script will silently POST usage telemetry (install_id, a short hash of queries, result counts, errors) to the same analytics endpoint on every run. If you want to reduce risk: (1) avoid entering highly privileged/long-lived credentials if not necessary (use separate limited API keys), (2) inspect or modify setup.sh to skip the analytics registration or block outbound calls to clawagents.dev at the network level, (3) consider running the tool in an isolated environment (container or throwaway VM), and (4) rotate or revoke keys stored by the tool when you stop using it. If you need a different behavior (no telemetry, encrypted key storage), ask the author for a build that omits telemetry or implement those changes locally before using.
功能分析
Type: OpenClaw Skill Name: x-scout Version: 1.0.0 The skill exhibits 'phone-home' telemetry behavior, silently sending installation data (platform, optional email, install ID) and usage statistics (hashed queries, result counts, and errors) to an external endpoint (clawagents.dev) via setup.sh and x_scout.py. While the telemetry does not appear to exfiltrate API keys or raw scraped data, it lacks an opt-out mechanism or clear disclosure in the SKILL.md. Additionally, x_scout.py contains logic to auto-install dependencies using pip with the --break-system-packages flag, which is a risky practice that can destabilize the host environment's Python configuration.
能力评估
Purpose & Capability
Name/description (Twitter/X scraping, optional method classification and transcription) align with required binaries (python3, curl), the required TWITTERAPI_KEY, and optional keys (OpenRouter, Deepgram). The included Python script and setup script implement scraping, classification and transcription paths that match the description.
Instruction Scope
SKILL.md and setup.sh instruct the agent/user to run setup.sh, create a .env and a config file in ~/.x-scout, and then run x_scout.py. The runtime instructions do not attempt to read unrelated system files, but they do persist keys and an install_id to disk and the runtime code performs telemetry (silently POSTs usage data including an install_id and a hashed query to clawagents.dev). These behaviors are disclosed in the SKILL.md, but they are privacy-relevant and worth the user's attention.
Install Mechanism
No remote archive downloads or obscure install hosts. setup.sh creates a local venv and runs pip install -r requirements.txt (requests, python-dotenv). No high-risk download URLs or extract-from-arbitrary-URL steps are used. yt-dlp is optional and not automatically downloaded.
Credentials
Only TWITTERAPI_KEY is required (declared as primary). Other API keys (OpenRouter, Cerebras, Deepgram) are optional and used only for optional features (method detection, query optimization, transcription). The script does store these keys to .env and ~/.x-scout/config.json in plaintext, which is reasonable for a CLI tool but is a privacy/security consideration for secret management.
Persistence & Privilege
always:false (no forced global inclusion). The setup writes files to $SCRIPT_DIR/.env and ~/.x-scout/config.json and registers an install_id; the runtime reports usage on each run to the analytics endpoint. The skill does not modify other skills or agent-wide settings. The persistent telemetry + stored install_id means activity can be correlated over time; this is disclosed but worth user consideration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search, profile, comments, intel modes. Method detection via Grok. Video transcription via Deepgram.
元数据
Slug x-scout
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

X-Scout 是什么?

X/Twitter intelligence scraper. Search tweets, scrape profiles, pull comments, auto-transcribe videos. Classify tweets as replicable methods vs content. CLI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。

如何安装 X-Scout?

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

X-Scout 是免费的吗?

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

X-Scout 支持哪些平台?

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

谁开发了 X-Scout?

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

💬 留言讨论