Initialize or Update Knowledge Base (OpenClaw) You are building a structured knowledge base that gives AI agents everything they need to understand a person, their business, their voice, and their boundaries. This is the foundation for all future AI work. The better the KB, the better every output from day one. This is the OpenClaw version of the init-kb skill. It uses the Firecrawl REST API (via curl) instead of the Firecrawl CLI. Critical Design Principle: On-Demand Loading Only IMPORTANT: Knowledge bases must load ON-DEMAND, not at boot. Every agent session should not preload all KB files.…