← 返回 Skills 市场
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-skill-a
功能描述
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 runs a local Python script that calls the xAI Responses API using XAI_API_KEY and prints structured results. Before installing, confirm you trust the publisher (metadata shows inconsistent ownerId/slug/name entries), and ensure you only provide an XAI_API_KEY with the permissions you intend. If you have regulatory or privacy concerns about sending queries to xAI, review the code (scripts/search.py) yourself — it only posts to https://api.x.ai/v1/responses and does not exfiltrate other local data. If the metadata mismatch worries you, ask the publisher to clarify ownership/slug/name before use.
功能分析
Type: OpenClaw Skill
Name: x-skill-a
Version: 1.0.0
The skill provides a legitimate interface for searching X (Twitter) using the xAI API. The implementation in `scripts/search.py` is well-structured, featuring robust input validation (regex for handles and dates) and a security-conscious custom HTTP handler that explicitly blocks redirects to prevent potential credential leakage. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The description, SKILL.md, and code implement an X (Twitter) search using the xAI Responses (grok) API. The required binary (python3) and required env var (XAI_API_KEY) directly match the implementation. The only notable mismatch is surface-level metadata: the top-level name in the provided registry block is 'cs' while the skill itself identifies as 'x-search' (SKILL.md and _meta.json). Also the registry ownerId differs from _meta.json ownerId; this is likely a packaging/metadata issue rather than functional misalignment.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and to set XAI_API_KEY; the scripts only read that env var and perform an HTTPS POST to the xAI API. The instructions do not ask the agent to read unrelated system files, other env vars, or to send data to third-party endpoints beyond api.x.ai. The code does not perform file exfiltration or broad system scanning.
Install Mechanism
Install spec is a single Homebrew formula (python) to provide python3. This is a low-risk, standard approach; there are no arbitrary URL downloads or archive extraction steps.
Credentials
Only XAI_API_KEY is required (declared as primaryEnv) which is appropriate for calling the xAI Responses API. SKILL.md also mentions optional configuration in ~/.openclaw/openclaw.json, which is reasonable for skill config. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not require elevated or persistent system privileges. Autonomous invocation (disable-model-invocation=false) is the platform default and not by itself concerning here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-skill-a - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-skill-a触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of x-search: search X (Twitter) posts using the xAI API.
- Supports filtering and excluding handles, date ranges, and media (image/video) search.
- Requires an XAI_API_KEY for setup.
- Results include citations, post content, authors, and direct links to X posts.
- Uses the xAI Grok API for real-time access to X content and summaries.
元数据
常见问题
cs 是什么?
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 插件,目前累计下载 112 次。
如何安装 cs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-skill-a」即可一键安装,无需额外配置。
cs 是免费的吗?
是的,cs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
cs 支持哪些平台?
cs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cs?
由 TestMsr(@testmsr)开发并维护,当前版本 v1.0.0。
推荐 Skills