What problem does it solve? Managing knowledge bases through a web UI is slow when you need to script or automate the lifecycle of indexed content. This Skill lets you create, update, and delete Frontline knowledge bases, add URL and website-crawl sources, track sync history, run semantic search, and assign KBs to agents entirely from the command line. ## Core Features & Use Cases - Knowledge base CRUD: Create, list, update, and delete shared or private KBs with paginated JSON or table output. - Source management: Add URL sources, start website crawls with depth and link limits, resync sources, and inspect crawl sync history with status filters. - Semantic search and agent assignment: Query indexed content with similarity scores and assign shared KBs to agents by ID. - Use Case: You want an agent to answer questions from your public docs. Create a KB, start a crawl of your docs site with a max-links limit, monitor the sync history until it completes, then assign the KB to the agent. ## Quick Start Ask the AI to create a shared knowledge base named Help Center, crawl https://docs.example.com with up to 50 links, and assign it to your agent.