원클릭으로
search-x
Search X/Twitter in real-time using Grok. Find tweets, trends, and discussions with citations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search X/Twitter in real-time using Grok. Find tweets, trends, and discussions with citations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Use when you need to monitor X (Twitter) trends, search tweets, get user information, or analyze trending topics from Clawdbot.
Priority live web search for real-time information
| name | search-x |
| description | Search X/Twitter in real-time using Grok. Find tweets, trends, and discussions with citations. |
| homepage | https://docs.x.ai |
| triggers | ["search x","search twitter","find tweets","what's on x about","x search","twitter search"] |
| metadata | {"clawdbot":{"emoji":"🔍"}} |
Real-time X/Twitter search powered by Grok's x_search tool. Get actual tweets with citations.
Set your xAI API key:
clawdbot config set skills.entries.search-x.apiKey "xai-YOUR-KEY"
Or use environment variable:
export XAI_API_KEY="xai-YOUR-KEY"
Get your API key at: https://console.x.ai
node {baseDir}/scripts/search.js "AI video editing"
node {baseDir}/scripts/search.js --days 7 "breaking news"
node {baseDir}/scripts/search.js --days 1 "trending today"
node {baseDir}/scripts/search.js --handles @elonmusk,@OpenAI "AI announcements"
node {baseDir}/scripts/search.js --exclude @bots "real discussions"
node {baseDir}/scripts/search.js --json "topic" # Full JSON response
node {baseDir}/scripts/search.js --compact "topic" # Just tweets, no fluff
node {baseDir}/scripts/search.js --links-only "topic" # Just X links
User: "Search X for what people are saying about Claude Code" Action: Run search with query "Claude Code"
User: "Find tweets from @remotion_dev in the last week" Action: Run search with --handles @remotion_dev --days 7
User: "What's trending about AI on Twitter today?" Action: Run search with --days 1 "AI trending"
User: "Search X for Remotion best practices, last 30 days" Action: Run search with --days 30 "Remotion best practices"
Uses xAI's Responses API (/v1/responses) with the x_search tool:
grok-4-1-fast (optimized for agentic search)Each result includes:
XAI_API_KEY - Your xAI API key (required)SEARCH_X_MODEL - Model override (default: grok-4-1-fast)SEARCH_X_DAYS - Default days to search (default: 30)