dfsgdfgdfgddfsdfsdfsdfsdfsd1111

v1.0.0

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...

0· 80·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for github2cao/ssdfsdfsdfsaaaaaaa.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "dfsgdfgdfgddfsdfsdfsdfsdfsd1111" (github2cao/ssdfsdfsdfsaaaaaaa) from ClawHub.
Skill page: https://clawhub.ai/github2cao/ssdfsdfsdfsaaaaaaa
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: XAI_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ssdfsdfsdfsaaaaaaa

ClawHub CLI

Package manager switcher

npx clawhub@latest install ssdfsdfsdfsaaaaaaa
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The SKILL.md, scripts/search.py, and tests all implement an X search via the xAI Responses API and require only XAI_API_KEY and python3 — this matches the declared purpose. Minor inconsistencies: the top-level skill name provided to you ('dfsgdfg...1111') does not match the SKILL.md name ('x-search'), and _meta.json contains a different ownerId than the registry metadata; these are likely metadata/packaging issues rather than functional mismatches.
Instruction Scope
Runtime instructions are limited to setting XAI_API_KEY and running the included Python script. The script validates inputs, constructs a JSON request to https://api.x.ai/v1/responses, and prints parsed results. It does not read other environment variables, system files, or exfiltrate data to unexpected endpoints. It also includes a NoRedirect handler to avoid following redirects.
Install Mechanism
Install spec only suggests installing Python via Homebrew (formula: python) which is a standard, well-known package. Installing Python is proportionate to running the included scripts, but note that brew installs/updates a system interpreter and dependencies on macOS may be heavier than a pure-script package.
Credentials
Only XAI_API_KEY is declared and used (primaryEnv). The code reads only XAI_API_KEY from the environment and no other secrets or config paths, so requested credentials are proportional to the skill's purpose.
Persistence & Privilege
The skill is not 'always' enabled and does not request any elevated or persistent system privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but is not combined with other concerning flags.
Assessment
This skill appears to do what it says: it sends queries to the official x.ai Responses API and requires only your XAI_API_KEY. Before installing, verify you obtained the XAI_API_KEY from the official x.ai console and are comfortable granting that key to this skill. Note the packaging metadata inconsistencies (odd top-level name and differing ownerId in _meta.json); if you do not recognize the publisher, prefer running the script locally in an isolated environment (or review/execute the included tests) rather than granting it to an agent with broad access. If you install Python via Homebrew, be aware it modifies your system environment; consider using a virtual environment. Rotate the API key if you stop using the skill or suspect misuse.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

𝕏 Clawdis
Binspython3
EnvXAI_API_KEY
Primary envXAI_API_KEY

Install

Install Python (brew)
Bins: python3
brew install python
latestvk9791rv1fs1g0w45a7s6pp1gfs84sgnt
80downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

X Search

Search X (Twitter) posts using the xAI Grok API with real-time access to X content.

Setup

  1. Get your API key: https://console.x.ai
  2. Set environment variable:
    export XAI_API_KEY="xai-your-key-here"
    
  3. Or set skills."x-search".apiKey / skills."x-search".env.XAI_API_KEY in ~/.openclaw/openclaw.json

Usage

python3 {baseDir}/scripts/search.py "what is trending in AI right now"

Useful flags:

# Filter by handles (max 10)
python3 {baseDir}/scripts/search.py --handles jaaneek,OpenClaw "latest posts"

# Exclude handles (max 10)
python3 {baseDir}/scripts/search.py --exclude spambot,crypto_shill "trending AI"

# Date range (YYYY-MM-DD)
python3 {baseDir}/scripts/search.py --from 2026-03-01 --to 2026-03-20 "xAI grok updates"

# Enable image/video understanding in posts
python3 {baseDir}/scripts/search.py --images --video "product demos"

Notes

  • Uses the xAI Responses API with x_search tool (Grok performs the search and summarizes results)
  • Cannot use --handles and --exclude at the same time
  • Results include citations with links to original X posts
  • Present results in a readable format with post content, authors, and citations

Comments

Loading comments...