← 返回 Skills 市场
kevinbrother

showname

作者 kssbox · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install slugname
功能描述
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 exactly what it says: it uses your XAI_API_KEY to call the x.ai Responses API (x_search) and returns summarized results with citations. Before installing, verify you trust the XAI_API_KEY you provide and that the key's permissions are appropriate. Review the included scripts locally if you want to confirm behavior (they're small, well-tested, and validate inputs). Note: the skill will make network calls to api.x.ai when used; do not provide a high-privilege API key if you only need read-only search functionality. Autonomous invocation is allowed by default on the platform (not set to always:true here), so consider whether you want the agent to call this skill without prompting.
功能分析
Type: OpenClaw Skill Name: slugname Version: 1.0.0 The skill bundle provides a legitimate tool for searching X (Twitter) via the xAI Grok API. The Python script (scripts/search.py) uses standard libraries, implements robust input validation for handles and dates, and includes a security-conscious custom redirect handler to prevent credential leakage. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the actual implementation: the Python scripts build a tool config and POST to https://api.x.ai/v1/responses using the x_search tool. Required binary (python3) and env var (XAI_API_KEY) are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs only to set XAI_API_KEY and run the included Python script with query and flags. The runtime code only reads the declared env var, validates CLI args, and sends requests to the documented x.ai endpoint; it does not read other system files or transmit data to unexpected endpoints.
Install Mechanism
Install spec only offers installing Python via Homebrew (formula: python) to provide python3. This is proportionate and standard for a Python-based skill; there are no downloads from arbitrary URLs or archive extraction.
Credentials
Only XAI_API_KEY is required and used. The scripts do not request or access other credentials, secrets, or unrelated environment variables. The SKILL.md's note about optional openclaw config storage is a reasonable UX hint, not additional credential exposure.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. It runs as a normal user-space script and requires only transient network access to the x.ai API.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slugname
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slugname 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Search X (Twitter) posts using the xAI API. - Enables searching for tweets and social media posts on X in real-time - Supports filters for specific handles, exclusions, date ranges, and media comprehension (images/videos) - Results include citations and links to original posts - Requires XAI_API_KEY setup; works via Python script
元数据
Slug slugname
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

showname 是什么?

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

如何安装 showname?

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

showname 是免费的吗?

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

showname 支持哪些平台?

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

谁开发了 showname?

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

💬 留言讨论