Overview
- Skill Key
- easonc13/grok-browser
- Author
- easonc13
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/easonc13/grok-browser
- Latest Commit SHA
- ba86c1ba42890078ef94289eec25016c9ae120ba
Query Grok AI via browser automation. Use when you need to ask Grok questions, get AI responses, or use Grok's DeepSearch/Think features. Copies response text instead of using screenshots.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 grok-browser 技能。 若已安装,则直接安装 grok-browser 技能。
# Grok Browser Skill
Query Grok (grok.com) via Chrome browser automation and copy responses.
## Prerequisites
- Chrome with Browser Relay extension
- Use `profile=chrome` (never `profile=clawd`)
## Quick Start
```bash
# 1. Open Chrome with Grok
open -a "Google Chrome" "https://grok.com"
sleep 3
# 2. Attach browser relay
/Users/eason/clawd/scripts/attach-browser-relay.sh
# 3. Check tabs
browser action=tabs profile=chrome
```
## Input Method (IMPORTANT!)
Grok uses **contenteditable**, not a standard textbox. Use JavaScript evaluate:
```javascript
// Type query via evaluate
browser action=act profile=chrome targetId=<id> request={
"kind": "evaluate",
"fn": "(() => { const editor = document.querySelector('[contenteditable=\"true\"]'); if(editor) { editor.focus(); editor.innerText = 'YOUR_QUERY_HERE'; return 'typed'; } return 'not found'; })()"
}
```
Then submit with Enter:
```
browser action=act profile=chrome targetId=<id> request={"kind":"press","key":"Enter"}
```
## Complete Workflow
### 1. Open Grok & Attach Relay
```bash
open -a "Google Chrome" "https://grok.com"
sleep 3
/Users/eason/clawd/scripts/attach-browser-relay.sh
```
### 2. Get Tab ID
```
browser action=tabs profile=chrome
```
Look for Grok tab, note the `targetId`.
### 3. Input Query
```
browser action=act profile=chrome targetId=<id> request={
"kind": "evaluate",
"fn": "(() => { const e = document.querySelector('[contenteditable=\"true\"]'); if(e) { e.focus(); e.innerText = 'What is quantum computing?'; return 'ok'; } return 'fail'; })()"
}
```
### 4. Submit
```
browser action=act profile=chrome targetId=<id> request={"kind":"press","key":"Enter"}
```
### 5. Wait for Response
```bash
sleep 10-20 # Grok can take 10-30 seconds
```
### 6. Snapshot & Find Copy Button
```
browser action=snapshot profile=chrome targetId=<id>
```
Look for button with "Copy" in the response area (usually last message).
### 7. Click Copy
```
browser action=act profile=chrome targetId=<id> reque...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.