Back to Registry View Author Profile
Official Verified
Oee Knowledge Base
Skill by odinbot33
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/odinbot33/oee-knowledge-baseOr
🐾 Knowledge Base (RAG) — Your Second Brain
by Odin's Eye Enterprises — Ancient Wisdom. Modern Intelligence.
Save anything, recall it semantically. Personal RAG-powered knowledge base with SQLite + embeddings.
What It Does
- 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
Trigger Phrases
- "remember this"
- "save this to the knowledge base"
- "what do I know about"
- "search my notes"
- "KB query"
Usage
# 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"
Files
kb.py— core KB engine (embeddings, storage, retrieval)ingest.py— CLI for adding contentquery.py— CLI for searchingkb.db— SQLite database (auto-created)
Requirements
- Python 3.10+
ANTHROPIC_API_KEYorOPENAI_API_KEYfor embeddings
For Agents
Save context: python ingest.py "TEXT"
Retrieve context: python query.py "QUESTION"
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-odinbot33-oee-knowledge-base": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.