grok-ai

Integrates with X/Twitter's Grok AI for chat, image generation, tweet analysis, and content creation. Automates Grok prompts, scrapes Grok responses, and uses Grok for content strategy. Requires X Premium+. Use when users want to use Grok AI for content generation, analysis, or chat automation on X.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "grok-ai" with this command: npx skills add nirholas/xactions/nirholas-xactions-grok-ai

Grok AI Integration

Browser console scripts for automating interactions with X's built-in Grok AI assistant.

Script Selection

GoalFileNavigate to
Chat with Groksrc/grokIntegration.jsx.com/i/grok
Generate imagessrc/grokIntegration.jsx.com/i/grok
Analyze tweet with Groksrc/grokIntegration.jsAny tweet

Grok Integration

File: src/grokIntegration.js

Automates Grok AI prompts and response scraping.

How to Use

  1. Navigate to x.com/i/grok
  2. Open DevTools (F12) -> Console
  3. Paste the script -> Enter

Controls

  • XActions.ask(prompt) -- Send a prompt to Grok
  • XActions.scrapeResponse() -- Capture Grok's latest response
  • XActions.generateImage(prompt) -- Request image generation
  • XActions.batchAsk(prompts[]) -- Send multiple prompts sequentially
  • XActions.export() -- Download conversation history as JSON

Features

  • Automated prompt submission with response capture
  • Batch prompting for content generation workflows
  • Image generation prompt automation
  • Conversation history export
  • Rate-limited to avoid triggering restrictions

DOM Selectors

ElementSelector
Grok input[data-testid="grokInput"] or textarea[placeholder]
Send button[data-testid="grokSend"]
Response container[data-testid="grokResponse"]
Image output[data-testid="grokImage"]
Grok nava[href="/i/grok"]

Content Strategy with Grok

Using Grok for content ideation

  1. XActions.ask("What are the top 5 trending topics in {niche} right now?")
  2. XActions.ask("Write 3 tweet variations about {topic}")
  3. XActions.ask("Analyze this tweet for engagement: {tweet_text}")
  4. Capture responses with XActions.scrapeResponse()
  5. Feed into src/threadComposer.js for thread creation

Batch content generation

await XActions.batchAsk([
  "Write a hot take about AI agents",
  "Write a thread hook about productivity",
  "Write a poll question about remote work",
  "Suggest 5 tweet ideas about {niche}",
]);
XActions.export(); // Download all responses

Image generation workflow

  1. XActions.generateImage("Professional headshot, tech founder, minimalist")
  2. Wait for generation (10-30 seconds)
  3. Right-click generated image to save
  4. Use as profile picture, header, or tweet media

Requirements

  • X Premium or Premium+ subscription
  • Grok access varies by region and account tier
  • Image generation requires Premium+ in most regions
  • Rate limits: ~20 prompts/hour for chat, ~5 images/hour

MCP Alternative

For programmatic AI content without Grok, the XActions MCP server includes AI tools powered by OpenRouter:

MCP ToolPurpose
x_analyze_voiceAnalyze account's writing style
x_generate_tweetGenerate tweet in user's voice
x_rewrite_tweetRewrite tweet for better engagement
x_summarize_threadSummarize a thread

These require an OPENROUTER_API_KEY env var but work without Premium.

Notes

  • Grok responses are AI-generated and should be reviewed before posting
  • Grok has real-time X data access -- can reference current trends
  • Image generation creates original images (not screenshots/existing images)
  • Conversation context is maintained within a chat session

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

twitter-scraping

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

growth-automation

No summary provided by upstream source.

Repository SourceNeeds Review
General

direct-messages

No summary provided by upstream source.

Repository SourceNeeds Review
General

analytics-insights

No summary provided by upstream source.

Repository SourceNeeds Review