← 返回 Skills 市场
pratikbhosale7

X-search-skill

作者 Pratikbhosale7 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-search-skill
功能描述
Search X (Twitter) posts using the xAI API. Use when the user wants to find tweets, search X/Twitter, look up what people are saying on X, or find social med...
安全使用建议
This skill appears to do what it says: it uses your XAI_API_KEY to query the xAI Responses API and returns summarized results with citations. Before installing, consider: (1) only provide an XAI API key you trust the skill to use — avoid sharing high-privilege keys you don't want used for queries; (2) the install step uses Homebrew to install Python (works on systems with Homebrew); (3) the SKILL.md suggests storing the key in ~/.openclaw/openclaw.json — verify any config file you modify; (4) check the publisher/owner (there's a small ownerId mismatch in _meta.json) and only install if you trust the source. If you need higher assurance, run the included scripts locally (they're readable) and inspect network requests to confirm they only go to api.x.ai.
功能分析
Type: OpenClaw Skill Name: x-search-skill Version: 1.0.0 The skill bundle is a well-implemented tool for searching X (Twitter) via the xAI API. The code in `scripts/search.py` uses only Python standard libraries, implements strict input validation for handles and dates, and includes a security-conscious custom redirect handler to prevent credential leakage. No signs of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description match the implementation: the Python tool calls the xAI Responses API (https://api.x.ai/v1/responses) using a single API key (XAI_API_KEY) to run an x_search tool. Required binary (python3) and the brew install of python are proportionate. Minor note: _meta.json contains a different ownerId than the registry metadata provided (small metadata mismatch that does not affect runtime behavior).
Instruction Scope
SKILL.md instructs only to set XAI_API_KEY and run the included Python script; the script reads only that env var and sends POSTs to api.x.ai. It does not touch other files, other env vars, or external endpoints. Small point: the README suggests optionally storing the key in ~/.openclaw/openclaw.json (a config path), but the skill's declared required config paths list is empty — this is benign but worth noting if you prefer explicit declarations.
Install Mechanism
Install spec is a single Homebrew formula (python). This is a standard, low-risk install path. Be aware brew is macOS/homebrew-specific; on other OSes the install step may be inapplicable but it does not pull arbitrary code from unknown hosts.
Credentials
Only one credential (XAI_API_KEY) is required and used as the Authorization bearer token for api.x.ai. No unrelated secrets or broad environment access are requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or cross-skill privileges. It does not modify other skills or system-wide settings; it simply runs as a CLI tool when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-search-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-search-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of x-search. - Search X (Twitter) posts using the xAI Grok API with real-time access. - Supports filtering and excluding specific handles, date range, and image/video understanding. - Results include readable summaries with post content, author info, and citations. - Requires an xAI API key and Python 3 for setup.
元数据
Slug x-search-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

X-search-skill 是什么?

Search X (Twitter) posts using the xAI API. Use when the user wants to find tweets, search X/Twitter, look up what people are saying on X, or find social med... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 X-search-skill?

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

X-search-skill 是免费的吗?

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

X-search-skill 支持哪些平台?

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

谁开发了 X-search-skill?

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

💬 留言讨论