HomeBrowseUpload
← Back to registry
// Skill profile

Grok Twitter Query

name: grok-twitter

by danetteceola · published 2026-03-22

社交媒体数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:danetteceola/danetteceola-grok-twitter
View on GitHub
// Full documentation

---

name: grok-twitter

description: Query and summarize Twitter/X information using Grok AI. Use when user asks about Twitter trends, tweets, X platform content, or needs Twitter information summarized.

---

# Grok Twitter Query

Use Grok AI to query and summarize Twitter/X information.

Setup

Set required environment variables:

export GROK_API_KEY="your-api-key-here"
export GROK_API_URL="https://api.cheaprouter.club/v1/chat/completions"  # optional
export GROK_MODEL="grok-4.20-beta"  # optional

Usage

Run the query script with your Twitter-related prompt:

python3 scripts/query_grok.py "Summarize recent tweets about [topic]"

Examples

# Get trending topics
python3 scripts/query_grok.py "What are the top trending topics on Twitter right now?"

# Summarize tweets about a topic
python3 scripts/query_grok.py "Summarize recent tweets about AI developments"

# Get information about a specific user
python3 scripts/query_grok.py "What has @elonmusk been tweeting about recently?"

Notes

  • Grok has real-time access to Twitter/X data
  • Best for current events and trending information
  • Responses are generated by Grok AI model
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band