← 返回 Skills 市场
taotao666720

X Search (Local)

作者 taotao666720 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-search-local
功能描述
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: a small Python utility that calls the xAI Responses API and returns summarized X posts. Before installing: (1) confirm the x.ai docs/homepage match the API URL used (https://api.x.ai) and that you trust the xAI_API_KEY you will provide; (2) note the minor metadata mismatch (ownerId/slug) in the package metadata — a provenance check may be warranted if you require strict publisher tracking; (3) the install helper is a brew formula (macOS-focused) — on other OSes you only need python3 on PATH; (4) review the included scripts (they are small and readable) and rotate the XAI_API_KEY if you later revoke access. If you do not want CLI tools to directly hold your API key, prefer using ephemeral or scoped credentials or store the key in a secure secrets store and avoid committing it to disk.
能力评估
Purpose & Capability
Name and description map to the included Python script which calls https://api.x.ai/v1/responses using an XAI_API_KEY. Required binaries (python3) and primaryEnv (XAI_API_KEY) are appropriate. Minor metadata inconsistencies exist: the registry metadata lists ownerId 'kn7d8rx6...' and slug 'x-search-local', while _meta.json contains a different ownerId and slug 'x-search'. This is a bookkeeping mismatch but does not affect runtime behavior.
Instruction Scope
SKILL.md limits runtime actions to invoking the included Python script and setting the XAI_API_KEY (or storing it in the agent config). The script only reads that env var, validates CLI flags, and calls the x.ai API. There are no instructions to read unrelated files, other secrets, or to transmit data to endpoints other than api.x.ai.
Install Mechanism
Install spec is a single brew formula (python) which only provides python3; this is reasonable for macOS users but may be irrelevant on other OSes. The install does not download arbitrary archives or execute remote code beyond installing a commonly used runtime. No high-risk download URLs are present.
Credentials
The skill requires a single credential, XAI_API_KEY, which is necessary for the stated xAI API usage. No unrelated secrets or numerous environment variables are requested.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills/configs. It does suggest storing the API key in the user's OpenClaw config, which is reasonable and scoped to the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-search-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-search-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of x-search: search posts on X (Twitter) via the xAI API. - Supports searching by keyword, filtering by or excluding handles, setting date ranges, and enabling image/video understanding. - Displays results with post content, authors, and direct links to original posts. - Simple setup using the XAI API key with environment variables or config file. - Uses the xAI Grok API for real-time, summarized X content search.
元数据
Slug x-search-local
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

X Search (Local) 是什么?

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

如何安装 X Search (Local)?

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

X Search (Local) 是免费的吗?

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

X Search (Local) 支持哪些平台?

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

谁开发了 X Search (Local)?

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

💬 留言讨论