← 返回 Skills 市场
perfectworldltd

X Search 1.0.0

作者 PerfectWorldLtd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install x-search-1-0-0
功能描述
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 claims: it sends your search query to the x.ai Responses API using the XAI_API_KEY you provide and prints a JSON summary of results and citations. Things to consider before installing: - Provide only an XAI API key with appropriate scope/limits and treat it like any other secret; revoke it if you later suspect misuse. The script sends that key to api.x.ai as the Authorization header. - SKILL.md mentions storing the key in ~/.openclaw/openclaw.json, but the script only reads the XAI_API_KEY environment variable — if you prefer the config file workflow, the code would need modification. - The included code is small and readable; if you are comfortable reading it, you can verify there are no hidden network endpoints or obfuscated logic. - The package ownerId in _meta.json differs from the registry owner ID in the provided metadata; this mismatch is not inherently dangerous but worth noting (it may indicate the package was republished or edited). If any of the above concerns matter for your use case, review or run the script locally with a limited-scope key before adding it to an agent's skillset.
功能分析
Type: OpenClaw Skill Name: x-search-1-0-0 Version: 1.0.0 The skill bundle provides a legitimate interface for searching X (Twitter) via the xAI API. The core script (scripts/search.py) uses standard Python libraries to perform validated API requests, includes security measures like blocking redirects, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the implemented behavior: the Python script uses the xAI Responses API (x_search tool) to search X content. Required binary (python3) and primaryEnv (XAI_API_KEY) are appropriate and necessary for this functionality.
Instruction Scope
SKILL.md instructs the user to set XAI_API_KEY and run the included script, which is accurate. One minor inconsistency: SKILL.md also suggests storing the key in ~/.openclaw/openclaw.json (skills."x-search".apiKey), but the shipped script only reads XAI_API_KEY from the environment and does not read that config file. Otherwise the runtime instructions are scoped to the stated purpose and do not request access to unrelated files or credentials.
Install Mechanism
Install spec is a single Homebrew formula to install Python (formula: python) which is a well-known package source and proportionate to a Python-based skill. There are no downloads from arbitrary URLs or archive extraction steps.
Credentials
Only a single environment variable is required: XAI_API_KEY (declared as primary credential). That aligns with the skill's need to authenticate to the xAI API. The script does not access other environment variables or unrelated credentials.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. It runs as an on-demand Python script and does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-search-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-search-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
x-search 1.0.0 – Initial Release - Search X (Twitter) posts using the xAI Grok API with real-time access. - Supports filtering by handles, excluding handles, date ranges, and multimedia content. - Results include citations and links to original X posts. - Simple API key setup and command-line usage instructions provided. - Presents results with post content, authors, and citations in a readable format.
元数据
Slug x-search-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 2
历史版本数 1
常见问题

X Search 1.0.0 是什么?

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 插件,目前累计下载 133 次。

如何安装 X Search 1.0.0?

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

X Search 1.0.0 是免费的吗?

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

X Search 1.0.0 支持哪些平台?

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

谁开发了 X Search 1.0.0?

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

💬 留言讨论