Skip to content

Instantly share code, notes, and snippets.

@chilledpear
chilledpear / openclaw-searxng-setup.md
Created February 16, 2026 05:43
SearXNG web search setup for OpenClaw

SearXNG Web Search Setup for OpenClaw

Run these steps on the OpenClaw host to give the bot free, unlimited web search (no API key needed).

1. Create SearXNG config

mkdir -p /opt/searxng
SECRET=$(openssl rand -hex 32)
cat > /opt/searxng/settings.yml << EOF
@chilledpear
chilledpear / setup-build-log.sh
Last active February 14, 2026 01:31
Claude Code build logging setup - run once per machine
#!/bin/bash
# Claude Code build logging — one command setup.
# curl -sL https://gist.githubusercontent.com/chilledpear/0bbc9bdf02332a691c8726d55b54f375/raw/setup-build-log.sh | bash
set -e
# 1. Global: ~/.claude/CLAUDE.md (instructions every session reads)
mkdir -p ~/.claude
cat > ~/.claude/CLAUDE.md << 'GLOBALEOF'
# Global Instructions