Install and configure Redis for local development and basic operations
sudo apt update && sudo apt install redis-server (Ubuntu/Debian) or brew install redis (macOS)sudo systemctl start redis-server (Linux) or brew services start redis (macOS)sudo systemctl enable redis-server (Linux only)redis-cliSET mykey "Hello Redis"GET mykeySETEX tempkey 10 "expires in 10 seconds"EXISTS mykey/etc/redis/redis.conf and set save 900 1 for snapshotssudo systemctl restart redis-serversudo systemctl status redis-serverredis-cli ping should return "PONG"redis-cli monitorredis-cli info memorySearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer