Knowledge Base Builder
Read a set of URLs or documents and build a structured, searchable knowledge base saved as persistent documents.
What it does
Read a set of URLs or documents and build a structured, searchable knowledge base saved as persistent documents.
Procedure
When this skill is activated, Chalie follows these steps:
- Ask the user what the knowledge base is for, what sources to include (URLs, topics to search, or pasted text), and how they want it organised; use
memoryto recall any existing structure. - Use
memoryto recall any existing knowledge base structure or related prior entries. - For each source URL, use
readto extract the full content; usebrowserfor JS-heavy or login-required pages. - Use
searchto discover additional sources on the topic if the user provided keywords rather than explicit URLs. - For large sets (5+ sources), use
subagentto process sources in parallel — each subagent extracts and distils one source into a structured note. - Use
documentto structure each entry: title, source URL, date retrieved, 3–5 key takeaways, and any notable quotes or data points. - Use
documentto organise the entries into the agreed structure and build an index document linking all entries. - Use
documentto save each entry and the index, then usememoryto store a summary of what the knowledge base covers for quick future reference.
Version
v1 (curated)