Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Semantic knowledge base allowing ingest, search, and retrieval of saved texts, URLs, and files using embeddings and SQLite.
Semantic knowledge base allowing ingest, search, and retrieval of saved texts, URLs, and files using embeddings and SQLite.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
by Odin's Eye Enterprises โ Ancient Wisdom. Modern Intelligence. Save anything, recall it semantically. Personal RAG-powered knowledge base with SQLite + embeddings.
Ingest โ Save text, URLs, files, notes into your knowledge base Query โ Semantic search across everything you've saved Retrieve โ Get relevant context for any question
"remember this" "save this to the knowledge base" "what do I know about" "search my notes" "KB query"
# Ingest text python ingest.py "The key insight from today's meeting was..." # Ingest from a file python ingest.py --file notes.md # Query the knowledge base python query.py "What did we discuss about pricing?" # Full KB management python kb.py stats python kb.py search "topic"
kb.py โ core KB engine (embeddings, storage, retrieval) ingest.py โ CLI for adding content query.py โ CLI for searching kb.db โ SQLite database (auto-created)
Python 3.10+ ANTHROPIC_API_KEY or OPENAI_API_KEY for embeddings
Save context: python ingest.py "TEXT" Retrieve context: python query.py "QUESTION"
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.