← Back to Skills Marketplace
taotao666720

X Search (Local)

by taotao666720 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install x-search-local
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 to do what it says: a small Python utility that calls the xAI Responses API and returns summarized X posts. Before installing: (1) confirm the x.ai docs/homepage match the API URL used (https://api.x.ai) and that you trust the xAI_API_KEY you will provide; (2) note the minor metadata mismatch (ownerId/slug) in the package metadata — a provenance check may be warranted if you require strict publisher tracking; (3) the install helper is a brew formula (macOS-focused) — on other OSes you only need python3 on PATH; (4) review the included scripts (they are small and readable) and rotate the XAI_API_KEY if you later revoke access. If you do not want CLI tools to directly hold your API key, prefer using ephemeral or scoped credentials or store the key in a secure secrets store and avoid committing it to disk.
Capability Assessment
Purpose & Capability
Name and description map to the included Python script which calls https://api.x.ai/v1/responses using an XAI_API_KEY. Required binaries (python3) and primaryEnv (XAI_API_KEY) are appropriate. Minor metadata inconsistencies exist: the registry metadata lists ownerId 'kn7d8rx6...' and slug 'x-search-local', while _meta.json contains a different ownerId and slug 'x-search'. This is a bookkeeping mismatch but does not affect runtime behavior.
Instruction Scope
SKILL.md limits runtime actions to invoking the included Python script and setting the XAI_API_KEY (or storing it in the agent config). The script only reads that env var, validates CLI flags, and calls the x.ai API. There are no instructions to read unrelated files, other secrets, or to transmit data to endpoints other than api.x.ai.
Install Mechanism
Install spec is a single brew formula (python) which only provides python3; this is reasonable for macOS users but may be irrelevant on other OSes. The install does not download arbitrary archives or execute remote code beyond installing a commonly used runtime. No high-risk download URLs are present.
Credentials
The skill requires a single credential, XAI_API_KEY, which is necessary for the stated xAI API usage. No unrelated secrets or numerous environment variables are requested.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills/configs. It does suggest storing the API key in the user's OpenClaw config, which is reasonable and scoped to the skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-search-local
  3. After installation, invoke the skill by name or use /x-search-local
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of x-search: search posts on X (Twitter) via the xAI API. - Supports searching by keyword, filtering by or excluding handles, setting date ranges, and enabling image/video understanding. - Displays results with post content, authors, and direct links to original posts. - Simple setup using the XAI API key with environment variables or config file. - Uses the xAI Grok API for real-time, summarized X content search.
Metadata
Slug x-search-local
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is X Search (Local)?

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 84 downloads so far.

How do I install X Search (Local)?

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

Is X Search (Local) free?

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

Which platforms does X Search (Local) support?

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

Who created X Search (Local)?

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

💬 Comments