Overview
- Skill Key
- ganidhuz/ganidhuz-foxx
- Author
- ganidhuz
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ganidhuz/ganidhuz-foxx
- Latest Commit SHA
- b1395e38a1890306a3de710b7893277591a26ab8
🦊 Ganidhuz-FoxX (Firefox + X combined lol). Browse X/Twitter using a real logged-in Firefox session via cookie injection. Supports profile viewing, tweet fetching, searching, and scrolling feeds — no API key, no bot blocks.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ganidhuz-foxx 技能。 若已安装,则直接安装 ganidhuz-foxx 技能。
# Ganidhuz-FoxX 🦊
Browse X/Twitter through Firefox with your real session cookies. Built because Chromium kept getting bot-blocked by X.
## Requirements
- Python 3.7+
- Playwright: `pip install playwright && playwright install firefox`
- Firefox installed with an active X/Twitter login
- Xvfb display (for headless servers): `Xvfb :1 &`
## Setup
### 1. Export your X cookies
Close Firefox first, then:
```bash
bash scripts/export-x-cookies.sh
# Cookies saved to secrets/x-cookies.json by default
# Override: FOXX_COOKIES_OUT=/custom/path.json bash scripts/export-x-cookies.sh
```
Custom Firefox profile path:
```bash
FIREFOX_PROFILE_PATH=/path/to/profile bash scripts/export-x-cookies.sh
```
### 2. Health check
```bash
bash scripts/check-firefox-env.sh
```
## Usage
Run a plan file:
```bash
DISPLAY=:1 python3 scripts/playwright-firefox-control.py --plan /tmp/foxx-plan.json
```
## Plan Examples
### View a profile
```json
{
"needs_gui": true,
"gui_reason": "site_only_action",
"url": "https://x.com/elonmusk",
"cookies_path": "secrets/x-cookies.json",
"steps": [
{"action": "wait", "ms": 4000},
{"action": "screenshot", "path": "/tmp/foxx-profile.png"}
],
"close_delay_ms": 3000
}
```
### Search tweets (live)
```json
{
"needs_gui": true,
"gui_reason": "site_only_action",
"url": "https://x.com/search?q=AI+agents&src=typed_query&f=live",
"cookies_path": "secrets/x-cookies.json",
"steps": [
{"action": "wait", "ms": 4000},
{"action": "screenshot", "path": "/tmp/foxx-search.png"}
],
"close_delay_ms": 3000
}
```
### Fetch a tweet
```json
{
"needs_gui": true,
"gui_reason": "site_only_action",
"url": "https://x.com/user/status/123456789",
"cookies_path": "secrets/x-cookies.json",
"steps": [
{"action": "wait", "ms": 3000},
{"action": "content", "selector": "article"},
{"action": "screenshot", "path": "/tmp/foxx-tweet.png"}
],
"close_delay_ms": 3000
}
```
## Plan Options
| Field | Default | Descripti...
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.
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.