← 返回 Skills 市场
hardbrick21

Omni-X

作者 HardBrick21 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install omni-x
功能描述
Extract X (Twitter) data including user profiles, posts, followers, followings, media, and search results. This skill provides comprehensive Twitter data ext...
安全使用建议
This package appears to implement a Twitter/X scraper using TweeterPy and its behavior matches its documentation. Before installing or supplying credentials: 1) Do not paste your auth_token or username/password into an untrusted environment—treat the cookie like a password. 2) Prefer guest mode for basic lookups; only provide auth_token if you understand the risk and trust the code. 3) Inspect tweeterpy and Omni‑X source (especially session save/load) to see where tokens are stored/transmitted; run in an isolated environment or container. 4) Be aware scraping can violate X/Twitter terms and may lead to account action. 5) Pin and audit dependencies (tweeterpy) and prefer manual install so you can review packages. If you want, I can point out exact lines where auth_token is used and where sessions are saved/loaded, or summarize the code paths that handle credentials.
功能分析
Type: OpenClaw Skill Name: omni-x Version: 1.0.0 The Omni-X skill bundle provides a well-structured and documented interface for extracting Twitter data using the 'tweeterpy' library. The core logic in 'scripts/twitter_skills.py' and 'scripts/skill_interface.py' is transparently aligned with the stated purpose of retrieving profiles, tweets, and follower data. While the skill handles sensitive Twitter 'auth_token' cookies, it does so explicitly as required for authenticated scraping, and the 'SKILL.md' instructions correctly guide the AI agent to request these from the user when necessary. No evidence of data exfiltration to third parties, malicious command execution, or deceptive prompt injection was found.
能力评估
Purpose & Capability
Name/description match the implementation: the code uses the TweeterPy library to extract profiles, tweets, followers, followings, media, and search results. Methods, parameters, and documented auth levels align with the declared capabilities.
Instruction Scope
SKILL.md and LOGIN_GUIDE explicitly instruct obtaining and supplying an auth_token (a browser cookie) and provide username/password login and session save/load flows. Those instructions are coherent with the skill's goal but instruct the user/agent to handle highly sensitive data (session cookies and credentials). The guides do not request unrelated system files or unrelated credentials.
Install Mechanism
There is no automated install spec in the registry, but requirements.txt and setup.py declare the dependency 'tweeterpy' (pip). This is a standard PyPI‑style dependency (moderate risk). There are no opaque download URLs or archive extracts, but installing third‑party scraping libraries should be reviewed and vetted before use.
Credentials
The skill declares no required environment variables, which is consistent. However the runtime and docs encourage supplying an auth_token or plain credentials (username/password). Requesting those session tokens is proportionate to the stated functions but is sensitive—there's no guidance to store tokens securely or to limit token lifetime.
Persistence & Privilege
The skill does not request 'always: true' or system-wide changes. It supports saving/loading sessions (normal for this use case). The skill may be invoked autonomously by agents (default), which combined with supplied credentials could increase risk—note but not inherently a misfeature.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install omni-x
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /omni-x 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of omni-x-data-extractor with comprehensive Twitter (X) data extraction capabilities. - Supports extraction of user profiles, tweets, followers, followings, media, and tweet search results. - Provides both guest (no auth) and authenticated (auth_token) access levels, with more features available when authenticated. - Standardized method interface and consistent response formats for success and error handling. - Includes detailed usage instructions and workflow for easy integration by AI agents. - Built-in pagination and parameter customization support for larger data queries.
元数据
Slug omni-x
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Omni-X 是什么?

Extract X (Twitter) data including user profiles, posts, followers, followings, media, and search results. This skill provides comprehensive Twitter data ext... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Omni-X?

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

Omni-X 是免费的吗?

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

Omni-X 支持哪些平台?

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

谁开发了 Omni-X?

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

💬 留言讨论