๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Llmwiki

by @hosuke

LLM-powered personal knowledge base. Raw documents in, an LLM compiles them into a structured interlinked wiki with trilingual articles, emergent taxonomy, a...

โš™๏ธ Configuration

pip install llmwiki

mkdir my-kb && cd my-kb

cat > .env << 'EOF' LLMBASE_API_KEY=sk-your-key LLMBASE_BASE_URL=https://your-endpoint/v1 LLMBASE_MODEL=your-model

Optional: LLMBASE_FALLBACK_MODELS=backup-1,backup-2

EOF

cat > config.yaml << 'EOF' llm: max_tokens: 16384 paths: raw: "./raw" wiki: "./wiki" EOF

๐Ÿ“‹ Tips & Best Practices

  • --file-back saves Q&A answers into the wiki so future queries benefit
  • --tone wenyan for Chinese users (classical Chinese responses)
  • Run llmbase lint heal after large ingestion batches
  • Web UI /health has buttons for every repair op
  • Knowledge graph at /graph โ€” density slider for large KBs
  • Timeline at /explore โ€” requires entities: { enabled: true } in config
  • View on ClawHub
    TERMINAL
    clawhub install llmwiki

    ๐Ÿงช Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    ๐Ÿ” Can't find the right skill?

    Search 60,000+ AI agent skills โ€” free, no login needed.

    Search Skills โ†’