Overview
- Skill Key
- hantok/perplexity-pro-to-openclaw
- Author
- hantok
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/hantok/perplexity-pro-to-openclaw
- Latest Commit SHA
- 68a7834440d440f45fd10a8bf87d26765b87f8d3
Connect Perplexity PRO to OpenClaw with anti-bot browser automation, bypassing Cloudflare protection via Xvfb and VNC authentication
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 perplexity-pro-openclaw 技能。 若已安装,则直接安装 perplexity-pro-openclaw 技能。
# Perplexity PRO for OpenClaw This skill enables OpenClaw to search Perplexity PRO with persistent authenticated sessions, bypassing Cloudflare protection through undetectable browser automation. ## What This Skill Does - ✅ Bypasses Cloudflare bot detection (Xvfb + stealth Chrome) - ✅ Maintains persistent Perplexity PRO sessions across reboots - ✅ Provides VNC access for manual OAuth authentication - ✅ Creates automated search capability for OpenClaw agents ## Prerequisites - Ubuntu Server (headless or with display) - OpenClaw installed and configured - Google Chrome (NOT Snap version) - Xvfb package - x11vnc for remote access ## Interactive Setup Steps During installation, the agent will guide you through: ### Step 1: Chrome Installation The agent will help you remove Snap Chromium and install proper Google Chrome: ```bash sudo snap remove chromium wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb ``` ### Step 2: Browser Launcher Setup The agent creates `start-stealth-browser.sh` with anti-bot settings: - Xvfb virtual display (bypasses headless detection) - Persistent profile in `~/.openclaw/browser-profile/` - Stealth flags to mask automation ### Step 3: VNC Configuration The agent sets up x11vnc for remote browser access: ```bash sudo apt-get install -y x11vnc x11vnc -storepasswd openclaw /tmp/vncpass ``` **⚠️ Security Note:** Default VNC password is "openclaw" - change this in production! ### Step 4: Manual Authentication (Required) **You must authenticate manually through VNC:** 1. Connect via VNC (macOS: `open vnc://your-server:5900`, Windows: RealVNC Viewer) 2. Open Perplexity.ai in the browser 3. Click "Sign in with Google" 4. Enter your email and password directly 5. Complete 2FA if enabled **Important:** App Passwords do NOT work for web authentication. Use your actual Google password. ## How to Use After setup, the agent can search Perplexity: ```bash # V...
# Perplexity PRO for OpenClaw
🔍 **Undetectable Perplexity PRO integration for OpenClaw with persistent sessions**
This skill enables OpenClaw agents to search Perplexity PRO while bypassing Cloudflare protection through stealth browser automation.
## ⚠️ What the Agent Will Ask You To Do
**Before installing, understand that this skill requires:**
1. **System modifications:** Installing Google Chrome, Xvfb, x11vnc
2. **Manual OAuth authentication:** You must log into Perplexity via VNC (cannot be automated)
3. **VNC access:** Remote desktop to the server for authentication
4. **Time investment:** ~15-20 minutes for initial setup
If you're not comfortable with these steps, do not proceed with installation.
## Quick Start
```bash
# Install the skill
clawdhub install perplexity-pro-openclaw
# Or manually clone
git clone https://github.com/Hantok/Perplexity-PRO-to-OpenClaw.git
```
## Detailed Installation
### Step 1: Install Google Chrome
**⚠️ Remove Snap Chromium first (it doesn't work with this setup):**
```bash
sudo snap remove chromium
# Download and install proper Chrome
cd /tmp
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get install -f -y
# Verify
google-chrome --version
```
### Step 2: Install Dependencies
```bash
sudo apt-get update
sudo apt-get install -y Xvfb x11vnc
```
### Step 3: Configure Browser Launcher
The skill creates `~/.openclaw/workspace/start-stealth-browser.sh`:
```bash
#!/bin/bash
# Kill existing instances
pkill -f "Xvfb :99" 2>/dev/null
pkill -f "google-chrome.*remote-debugging-port=18800" 2>/dev/null
sleep 1
# Create persistent profile (NOT in /tmp!)
mkdir -p ~/.openclaw/browser-profile
# Start Xvfb virtual display
export DISPLAY=:99
Xvfb :99 -screen 0 1920x1080x24 -ac +extension GLX +render -noreset &
sleep 2
# Start Chrome with anti-bot flags
google-chrome \
--no-sandbox \
--disable-setuid-sandbox \
--disable-dev-s...
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.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation