← Back to Skills Marketplace
blueworldmarketing

X Search Bwm

by blueworldmarketing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
74
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install x-search-bwm
Description
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...
Usage Guidance
This skill appears coherent and limited in scope, but before installing: (1) Treat XAI_API_KEY as sensitive — create a minimal-scope/ephemeral API key if possible and do not reuse high-privilege keys. (2) Confirm you trust the skill owner/source (homepage points to docs.x.ai, but owner ID is unknown). (3) Review the included search.py yourself (it is small and readable) and run tests locally in a safe environment. (4) Be aware the script sends your query text to api.x.ai (expected for this functionality). (5) If you want stricter containment, run the script in a sandbox or on a machine/network where the API key is isolated.
Capability Analysis
Type: OpenClaw Skill Name: x-search-bwm Version: 1.0.0 The skill bundle provides a legitimate interface for searching X (Twitter) using the xAI Grok API. The implementation in `scripts/search.py` is well-structured, includes robust input validation for handles and dates, and uses a security-conscious HTTP handler to prevent unexpected redirects. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, required binary (python3), and required env var (XAI_API_KEY) directly match the implementation: a Python script that calls the xAI Responses API to run an x_search tool. There are no unrelated credentials or unnecessary binaries requested.
Instruction Scope
SKILL.md only instructs the user to set XAI_API_KEY and run the provided Python script. The script reads only that environment variable, accepts command-line flags, and performs a POST to api.x.ai. It does not read other files, system-wide config, or unrelated environment variables, nor does it exfiltrate data to unknown endpoints.
Install Mechanism
Install spec uses a standard Homebrew formula (python) to provide python3. No arbitrary downloads, extract steps, or third‑party installers are present. This is a low-risk, conventional install approach.
Credentials
Only XAI_API_KEY is required and declared as the primary credential. The key is used exclusively in the Authorization header when contacting https://api.x.ai/v1/responses. No other secrets, tokens, or unrelated environment variables or config paths are requested.
Persistence & Privilege
The skill is not forced always-on (always:false). It does not modify other skills or system configuration. The default ability for the model to invoke the skill autonomously is enabled, which is normal, and is not combined with other elevated privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-search-bwm
  3. After installation, invoke the skill by name or use /x-search-bwm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
x-search-bwm v1.0.0 – Initial release - Search X (Twitter) posts in real time using the xAI Grok API. - Supports filtering by handles, excluding handles, date range, and enabling image/video understanding. - Results include post content, authors, and links to original X posts. - Setup requires a valid XAI API key. - Command-line usage with various helpful flags for flexible search queries.
Metadata
Slug x-search-bwm
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is X Search Bwm?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.

How do I install X Search Bwm?

Run "/install x-search-bwm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is X Search Bwm free?

Yes, X Search Bwm is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does X Search Bwm support?

X Search Bwm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created X Search Bwm?

It is built and maintained by blueworldmarketing (@blueworldmarketing); the current version is v1.0.0.

💬 Comments