← Back to Skills Marketplace
860
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install x-twitter-collector
Description
自动收集指定公开 X/Twitter 用户过去24小时内原创及转帖推文,生成包含中英双语、截图、链接和互动数据的报告。
Usage Guidance
Before installing or running this skill: 1) Review and change config.json paths—do not accept or use hard-coded /Users/chendongtao/... locations; point screenshots/reports to a controlled directory. 2) Be cautious about running while your browser is logged into accounts you care about: the skill does full-page snapshots/screenshots and could capture other authenticated content from the browser profile. 3) If you only need public tweets, avoid logging into X in the same browser profile used by the skill (or use an isolated profile). 4) Confirm rate/volume limits and don’t use it for mass scraping that could violate X’s terms. 5) Because the skill is instruction-only, inspect and sanitize any saved output before sharing. If you want higher assurance, ask the author for a version that parameterizes storage paths and avoids assumptions about a named local user.
Capability Analysis
Type: OpenClaw Skill
Name: x-twitter-collector
Version: 1.0.0
The skill bundle appears benign, designed to collect public X/Twitter data and generate local reports. All instructions in `SKILL.md` and `README.md` are aligned with the stated purpose and do not contain prompt injection attempts to subvert the agent's behavior. The `config.json` specifies local output paths, and the `browser.act` calls in `SKILL.md` use standard, non-malicious browser automation functions like `window.scrollTo`.
Capability Assessment
Purpose & Capability
The skill's name/description align with the runtime instructions (it uses the OpenClaw browser to capture and parse user pages). However config.json contains absolute, user-specific paths (/Users/chendongtao/...) and other assumptions (profile: 'openclaw') that are not appropriate for a generic reusable skill and are not declared in the manifest. That mismatch (declaring no required config paths/env but embedding a specific user's directories) is incoherent and surprising.
Instruction Scope
Runtime instructions perform full-page snapshots and screenshots and parse page content via the browser tool. They also recommend logging into an X account to avoid content restrictions. Combining full-page screenshots and an authenticated browser session can capture sensitive or private data in the browser profile beyond the target user's public tweets. The instructions do not explicitly constrain data capture to only tweet content or limit what page elements are captured.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. That minimizes installation risk—nothing is being downloaded or written by an installer—but the runtime browser operations still perform network/page access.
Credentials
The manifest declares no required environment variables or config paths, yet config.json hard-codes local directories for screenshots and reports under a specific home directory. Requiring or writing to another user's home path is disproportionate and non-portable. The skill also encourages using a logged-in X account (which would implicitly use the browser's cookies/session) without declaring any credential handling—this can expose authenticated session data via screenshots or snapshots.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It can be invoked autonomously (the platform default), which increases blast radius if combined with other concerns, but on its own this is expected behavior and not a direct red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-twitter-collector - After installation, invoke the skill by name or use
/x-twitter-collector - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
x-twitter-collector v1.0.0
- 首次发布,支持自动收集指定 X/Twitter 用户过去 24 小时的推文(原创及转帖)。
- 输出包含中英双语对照、截图、推文链接及互动数据的完整报告。
- 支持数据统计、主题分析与汇总。
- 提供 Markdown 报告及长网页截图。
- 简单命令即可收集、整理和分析公开账号的最新动态。
Metadata
Frequently Asked Questions
What is X Twitter Collector?
自动收集指定公开 X/Twitter 用户过去24小时内原创及转帖推文,生成包含中英双语、截图、链接和互动数据的报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 860 downloads so far.
How do I install X Twitter Collector?
Run "/install x-twitter-collector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is X Twitter Collector free?
Yes, X Twitter Collector is completely free (open-source). You can download, install and use it at no cost.
Which platforms does X Twitter Collector support?
X Twitter Collector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created X Twitter Collector?
It is built and maintained by pinotao (@pinotao); the current version is v1.0.0.
More Skills