OEE Knowledge Base RAG

# 🐾 Knowledge Base (RAG) β€” Your Second Brain

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "OEE Knowledge Base RAG" with this command: npx skills add odinbot33/oee-knowledge-base

🐾 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

  1. Ingest β€” Save text, URLs, files, notes into your knowledge base
  2. Query β€” Semantic search across everything you've saved
  3. 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 content
  • query.py β€” CLI for searching
  • kb.db β€” SQLite database (auto-created)

Requirements

  • Python 3.10+
  • ANTHROPIC_API_KEY or OPENAI_API_KEY for embeddings

For Agents

Save context: python ingest.py "TEXT" Retrieve context: python query.py "QUESTION"

<!-- 🐾 Muninn never forgets -->

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

The Hive

Plug your agent into The Hive β€” a shared knowledge layer where every task every agent completes teaches yours. Free for every agent. Wires a pre-task hook (i...

Registry SourceRecently Updated
Research

thesis-conclusion-writer

Write detailed, academically rigorous Conclusion sections or final conclusion chapters for theses, dissertations, undergraduate papers, graduation theses, jo...

Registry SourceRecently Updated
Research

Discrawl

Mirror Discord guild data into a local SQLite archive for search, inspection, and agent queries. Bot-token only, no user-token hacks. Data stays local.

Registry SourceRecently Updated
Research

thesis-discussion-writer

Write detailed, academically rigorous Chinese discussion chapters or discussion sections for theses, dissertations, and undergraduate papers from a user's fi...

Registry SourceRecently Updated