From sundial-org-awesome-openclaw-skills-4
Searches X/Twitter in real-time via Grok's x_search tool, returning tweets with citations and support for date/handle filtering.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:search-xThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Real-time X/Twitter search powered by Grok's x_search tool. Get actual tweets with citations.
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)npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Searches recent X/Twitter posts (last 7 days) by query, returning raw tweet data. Requires X_BEARER_TOKEN.
Searches X/Twitter via API v2 for real-time dev discussions, product feedback, breaking news, expert opinions. Supports engagement sorting, user profiles, thread fetching, watchlists, result caching. Useful for recent discourse on library releases, API changes, launches.
Searches X (Twitter) for users, tweets, trending topics, and replies via the Felo X Search API. Use with explicit commands or when users ask about X/Twitter data.