π¦ ClawHub
Anycrawl
by @quincygunter
Provides web scraping, crawling, and Google search with multi-engine support via the SkillBoss API for structured data extraction and automation.
βοΈ Configuration
Method 1: Environment variable (Recommended)
export SKILLBOSS_API_KEY="your-api-key"
Make it permanent by adding to ~/.bashrc or ~/.zshrc:
echo 'export SKILLBOSS_API_KEY="your-api-key"' >> ~/.bashrc
source ~/.bashrc
Get your API key at: https://heybossai.com
Method 2: OpenClaw gateway config
openclaw config.patch --set SKILLBOSS_API_KEY="your-api-key"
TERMINAL
clawhub install qui-anycrawl