TTokenySpace
返回 Skills 列表

Super Taizi Knowledge Base

Taizi Knowledge Base is a powerful personal knowledge management system that integrates vector search, entity relationships, and note management. It enables efficient information retrieval by combinin

#中文
0

安装到 Tokeny(自动)

下载 ZIP
安装"super-taizi-knowledge-base"技能
技能信息:
- 名称: Super Taizi Knowledge Base
- 标识: super-taizi-knowledge-base
- 描述: Taizi Knowledge Base is a powerful personal knowledge management system that integrates vector search, entity relationships, and note management. It enables efficient information retrieval by combinin
- 版本: 1.0.0
下载地址:
https://www.tokeny.space/api/skills/super-taizi-knowledge-base/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

个人知识库

统一管理:向量检索 + 实体关系 + 笔记存储

触发词

  • "存入知识库"
  • "查知识库"
  • "记一笔"
  • "帮我记住"

存储位置

  • 向量库:~/.openclaw/knowledge_base/
  • 实体库:~/.openclaw/workspace/memory/ontology/
  • 笔记库:~/.openclaw/workspace/notes/

命令

存入知识库

python C:\Users\Administrator\.openclaw\scripts\vector_kb.py add --text "内容" --source "来源"

搜索知识库

python C:\Users\Administrator\.openclaw\scripts\vector_kb.py search --query "关键词" --top 5

查看统计

python C:\Users\Administrator\.openclaw\scripts\vector_kb.py stats

添加笔记文件

python C:\Users\Administrator\.openclaw\scripts\vector_kb.py add-file --path "C:\path\to\file.md"

工作流程

  1. 收到用户内容 → 判断类型
  2. 实体关系 →存入 ontology
  3. 文本内容 → 存入向量库
  4. 笔记文件 → 存入 Obsidian 目录

自动处理

  • 文本:自动分块存入向量库
  • 实体:自动提取人物/项目/事件关系
  • 文件:自动索引并可检索

评论

加载中…