← 返回 Skills 市场
xAI Plus
作者
mischasigtermans
· GitHub ↗
· v2.0.2
2119
总下载
5
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install xai-plus
功能描述
Search X/Twitter and the web, chat with Grok models (text + vision), and analyze X content using xAI's API.
Use when: searching X posts/threads, web research via Grok, chatting with Grok, analyzing voice patterns,
researching trends, or checking post quality. Triggers: grok, xai, search x, search twitter, x search,
ask grok, grok chat, analyze voice, x trends.
安全使用建议
This skill appears to do what it says: it needs Node and your xAI API key and will call api.x.ai endpoints. Before installing, consider: 1) Provide only a dedicated xAI API key (do not reuse unrelated secrets). 2) The scripts will try to read ~/.clawdbot/clawdbot.json to locate a key (including other skills' apiKey fields) — if that file contains unrelated secrets, consider removing them or using the XAI_API_KEY env var instead. 3) Any images you pass will be base64-encoded and sent to x.ai — don't upload sensitive images unless you trust x.ai. 4) No external downloads or unknown endpoints are present in the package. If you want extra caution, inspect the bundled scripts locally (they are plain JS) and run them in an isolated environment or with a low-privilege account.
功能分析
Type: OpenClaw Skill
Name: xai-plus
Version: 2.0.2
The skill bundle is benign. All scripts (`.mjs` files) are Node.js applications that interact exclusively with the `api.x.ai` endpoint for search, chat, and analysis functionalities. API keys are securely read from environment variables or the `~/.clawdbot/clawdbot.json` configuration file, which is standard practice for OpenClaw skills. Image files are read locally and base64 encoded for vision API calls. The `SKILL.md` and `references/*.md` files provide clear, descriptive instructions and documentation without any evidence of prompt injection attempts against the OpenClaw agent or other malicious directives. There is no unauthorized network activity, arbitrary command execution, or data exfiltration to external endpoints.
能力评估
Purpose & Capability
Name and description claim xAI/Grok integration for X/web search, chat (text+vision), and analysis. The included scripts (grok_search.mjs, chat.mjs, analyze.mjs, models.mjs) talk directly to x.ai endpoints and implement the advertised features. Required binary (node) and required env var (XAI_API_KEY) are exactly what the code needs. No unrelated cloud or system credentials are requested.
Instruction Scope
Runtime instructions and scripts are narrowly scoped to: (1) read an XAI API key (env var or ~/.clawdbot/clawdbot.json fallbacks), (2) optionally read local image files (for vision features) and convert to data URLs, and (3) call x.ai APIs (responses, models). The only scope caveat: the code looks up multiple fallback keys inside ~/.clawdbot/clawdbot.json (including other skills' entries) to find an API key. This is plausible as a convenience fallback but means the skill will attempt to read that single config file for keys; it does not, however, send that whole file anywhere or call other external endpoints.
Install Mechanism
No install spec / remote download is present. All code is bundled in the skill package and there are no external URLs or archives fetched at install time. That minimizes install-time risk. The scripts do assume a Node runtime on PATH.
Credentials
The skill requires a single primary credential (XAI_API_KEY) which is appropriate for calling xAI APIs. The code does read ~/.clawdbot/clawdbot.json for fallback values and checks several possible keys (xai-plus, xai, grok-search, search-x). This is reasonable for convenience but could expose other API keys stored in that config if they are named similarly; the script uses whichever key it finds and only transmits that key to api.x.ai. No other unrelated environment variables or credentials are requested.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide configuration. It does not create persistent background services or install new binaries. Autonomous invocation is enabled (default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xai-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/xai-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
xai-plus 2.0.2
- fix version
vv2.0.2
- Initial release
元数据
常见问题
xAI Plus 是什么?
Search X/Twitter and the web, chat with Grok models (text + vision), and analyze X content using xAI's API. Use when: searching X posts/threads, web research via Grok, chatting with Grok, analyzing voice patterns, researching trends, or checking post quality. Triggers: grok, xai, search x, search twitter, x search, ask grok, grok chat, analyze voice, x trends. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2119 次。
如何安装 xAI Plus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xai-plus」即可一键安装,无需额外配置。
xAI Plus 是免费的吗?
是的,xAI Plus 完全免费(开源免费),可自由下载、安装和使用。
xAI Plus 支持哪些平台?
xAI Plus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xAI Plus?
由 mischasigtermans(@mischasigtermans)开发并维护,当前版本 v2.0.2。
推荐 Skills