← 返回 Skills 市场
fsdfsdf
作者
GitHub2Cao
· GitHub ↗
· v1.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install werwe
功能描述
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 sends queries to the xAI Responses API and returns formatted search results. Before installing: 1) Confirm you trust the skill publisher or inspect the scripts yourself (scripts/search.py is readable and contains the network call). 2) Be cautious where you store your XAI_API_KEY — placing it in a personal config file (~/.openclaw/openclaw.json) or an env var is convenient but avoid doing so on shared machines. 3) Note the packaging metadata is inconsistent (skill name/slug/owner mismatch) — treat that as a sign the package may not be official and prefer to run the included Python locally after reviewing it. 4) Installing via Homebrew python is low-risk but may upgrade your system Python; review the change before proceeding. If you see additional env vars, remote download URLs, or an 'always: true' flag added later, stop and re-evaluate because those would increase risk.
功能分析
Type: OpenClaw Skill
Name: werwe
Version: 1.0.0
The skill bundle provides a legitimate tool for searching X (Twitter) posts via the xAI API. The implementation in `scripts/search.py` is well-structured, using standard Python libraries and including robust input validation for handles and dates. It also features a security-conscious custom redirect handler to prevent credential leakage via HTTP redirects. No evidence of malicious intent, data exfiltration, or prompt injection was found across the code or documentation.
能力评估
Purpose & Capability
The declared functionality (x-search using xAI/Grok) aligns with the required binary (python3), the sole required env var (XAI_API_KEY), the API endpoint (https://api.x.ai/v1/responses), and the included scripts. Small inconsistencies: the top-level skill name is 'fsdfsdf' and slug/owner metadata in the registry differ from the _meta.json ownerId; these are likely packaging/metadata mistakes but worth noting.
Instruction Scope
SKILL.md instructs the user to set XAI_API_KEY or store it in ~/.openclaw/openclaw.json and to run the provided Python script. The runtime instructions and script remain scoped to building a search request, calling the x.ai API, and formatting results. The code does not read unrelated files, other env vars, or transmit data to any endpoints other than api.x.ai.
Install Mechanism
Install spec only offers a Homebrew formula to install Python (formula: python) which is a standard, low-risk approach. There are no arbitrary downloads, extracted archives, or custom binaries created by the installer.
Credentials
The skill requires exactly one credential (XAI_API_KEY) which is necessary and sufficient for authenticating to the xAI Responses API. The code only reads that env var and no other sensitive environment variables or config paths.
Persistence & Privilege
The skill does not request permanent/always inclusion and does not modify other skills or system-wide settings. It suggests storing the API key in ~/.openclaw/openclaw.json as an option (user-config), which is a normal convenience note rather than an auto-persistence action.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install werwe - 安装完成后,直接呼叫该 Skill 的名称或使用
/werwe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of x-search skill for searching X (Twitter) posts via xAI API.
- Enables real-time search of X posts with filtering options (handles, exclude, date range, images/video).
- Simple setup via XAI_API_KEY environment variable.
- Returns results with citations and readable summaries.
- Full usage instructions included for command-line invocation.
元数据
常见问题
fsdfsdf 是什么?
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 插件,目前累计下载 85 次。
如何安装 fsdfsdf?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install werwe」即可一键安装,无需额外配置。
fsdfsdf 是免费的吗?
是的,fsdfsdf 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
fsdfsdf 支持哪些平台?
fsdfsdf 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 fsdfsdf?
由 GitHub2Cao(@github2cao)开发并维护,当前版本 v1.0.0。
推荐 Skills