โ† All skills
Tencent SkillHub ยท Developer Tools

OEE Knowledge Base RAG

Semantic knowledge base allowing ingest, search, and retrieval of saved texts, URLs, and files using embeddings and SQLite.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Semantic knowledge base allowing ingest, search, and retrieval of saved texts, URLs, and files using embeddings and SQLite.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, ingest.py, kb.py, query.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

๐Ÿพ 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 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"

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs
  • SKILL.md Primary doc
  • ingest.py Scripts
  • kb.py Scripts
  • query.py Scripts