X Search
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...
v1.0.0
2026/03/20
- Created X Search skill that calls Grok to perform keyword search, semantic search, user search, and thread fetch on X
Security Scan
状态
clean
OpenClaw
gpt-5-mini
OpenClaw 分析
The skill's code, install steps, and required credential (XAI_API_KEY) align with its stated purpose of querying the xAI/Grok x_search tool and there are no surprising network endpoints, extra credentials, or persistent privileges requested.
置信度: high
VirusTotal
Type: OpenClaw Skill Name: xsearch Version: 1.0.0 The x-search skill is a well-implemented tool for searching X (Twitter) via the official xAI Grok API. The Python script (scripts/search.py) uses standard libraries (urllib) to interact with the API, includes robust input validation for handles and dates, and implements safety measures like blocking HTTP redirects. No evidence of data exfiltration, malicious execution, or prompt injection was found.