Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

memora-knowledge-base记忆知识库

Agent Skill

用于搭建或维护带检索增强的 RAG 工作流,适合让 Agent 处理知识库问答、向量检索、来源引用和事实核查。它可以辅助整理数据接入、Embedding、向量库、召回参数和回答生成流程。使用时需要确认数据来源、更新频率、召回阈值和引用展示方式,避免把未命中的资料或过期内容包装成确定事实。

总安装

3,376

周安装

145

GitHub Stars

1

下载量

1,183
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:memora-knowledge-base(记忆知识库)
来源仓库:https://github.com/zzlzzlzzl15/memora-knowledge-base
安装命令:
openclaw skills install memora-knowledge-base
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install memora-knowledge-base

简介

memora-knowledge-base 是自托管 RAG 个人知识库,集成 FastAPI、Qdrant 与主流 LLM。

  • 适合构建私有问答系统与文档智能检索服务。
  • 支持自定义 Embedding 与向量库配置,灵活性高。
  • 部署需一定技术基础,建议参考官方文档搭建环境。
  • 数据更新依赖手动或定时任务,实时性有限。

SKILL.md

name
personal-knowledge-base
description
>
metadata
openclaw
requires
env

Memora — Personal Knowledge Base (RAG)

A self-hosted Retrieval-Augmented Generation (RAG) personal knowledge base that lets your AI assistant search, query, and manage your private documents.

Tech Stack

  • Backend: FastAPI (Python)
  • Vector Database: Qdrant (dense + sparse vectors)
  • Embedding: DashScope text-embedding-v4 / OpenAI compatible
  • LLM: DeepSeek / OpenAI compatible
  • Retrieval: Hybrid search (dense vectors + BM42 sparse vectors + Qwen3 Rerank)
  • Metadata Store: MySQL
  • Skill Client: Zero-dependency Python (stdlib only — urllib, json)

Features

  • Semantic Search — Find documents by meaning using vector similarity, not just keywords
  • AI-Powered Q&A — Ask a question, get an LLM-generated answer grounded in your documents with source citations
  • Hybrid Retrieval — Dense embedding + BM42 sparse vectors + reranking for optimal recall and precision
  • Document Upload — Ingest PDF, DOCX, TXT, and Markdown files with automatic chunking and vectorization
  • Document Creation — Create text documents directly from the agent
  • Document Management — List, view details, and organize your knowledge base

When to Run

  • User asks a question that may be answered by stored documents
  • User wants to search the knowledge base
  • User wants to list documents or view document details
  • User wants to upload a file or create a new document
  • User needs AI-organized answers on a topic from their personal knowledge

Workflow

Upload a File

  1. Get the file path and title from the user
  2. Run:
   python scripts/kb_api.py upload "{absolute_file_path}" "{document_title}"
  1. Supported formats: .txt .pdf .docx .md
  2. Returns upload result with document_id

Create a Text Document

  1. Get the title and text content from the user
  2. Run:
   python scripts/kb_api.py create "{title}" "{content}"
  1. Returns creation result with document_id

Search with AI Answer (RAG)

  1. Extract the user's query
  2. Run:
   python scripts/kb_api.py search_answer "{query}"
  1. Parse the returned JSON: extract answer and source documents from sources
  2. Present the answer with source citations

Search Documents Only

  1. Extract the user's search keywords
  2. Run:
   python scripts/kb_api.py search "{keywords}"
  1. Parse and display the ranked search results

List All Documents

  1. Run:
   python scripts/kb_api.py list
  1. Display the document list

View Document Details

  1. Get the document ID
  2. Run:
   python scripts/kb_api.py detail "{document_id}"
  1. Display the document content

Output Format

Upload / Create:

Document "{title}" has been added to the knowledge base (ID: {document_id})

Search with AI Answer:

Knowledge Base Query Result

{AI-generated answer based on retrieved documents}

Sources:

  • {document_title} (relevance: {score})

List Documents:

Documents ({n} total)

  1. {title} — {created_at}
  2. ...

Configuration

Set the environment variable KB_API_BASE to point to the Memora backend. Default: http://127.0.0.1:8080

Source code & setup guide: https://github.com/zzlzzlzzl15/Memora

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.97%
按下载量换算899

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills