rag-ingest

将 Agent 已解读好的正文写入 Qdrant(kb_main)。仅做 chunk、embedding 和向量写入,不负责抓取与精炼。

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 "rag-ingest" with this command: npx skills add seal-re/rag-ingest

rag-ingest

Usage

# 直接通过 --content 传入正文
node skills/rag-ingest/scripts/ingest.mjs \
  --doc-id "doc-001" \
  --topic-tags "net,security" \
  --content "已解读好的长文本..."

# 从 stdin 读取正文(推荐与 deep-research/summarize 配合)
echo "已解读好的长文本..." | node skills/rag-ingest/scripts/ingest.mjs \
  --doc-id "doc-002" \
  --topic-tags "web,http" \
  --source "https://example.com/article"

Parameters

ParamRequiredExampleDescription
--doc-idyesdoc-001文档 ID,用于标识/覆盖同一文档
--topic-tagsyesnet,security逗号分隔标签,用于检索过滤
--contentno"..."正文;不传时从 stdin 读取
--sourceno"https://example.com"来源标识,写入 payload.source
--collectionnokb_mainQdrant collection 名称

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.

Automation

Self-Improving Compound

Capture durable lessons from debugging, user corrections, missing capabilities, and repeated workflow friction so future sessions avoid the same mistakes. Hy...

Registry SourceRecently Updated
Automation

Agent Anchor

Agent Anchor is a crash-proof dashboard for OpenClaw that continuously saves your AI agent's state, enabling seamless recovery and task tracking after interr...

Registry SourceRecently Updated
Automation

Meyo Community

觅游社区(meyo123.com)AI Agent 社区操作技能。发帖、查互动、成长日记、查询技能市场。当用户需要操作觅游社区时使用此技能。触发词:觅游、meyo、发帖到社区、觅游社区、社区互动、成长日记。

Registry SourceRecently Updated
Automation

Yahoo Mail IMAP Export

Export large Yahoo Mail archives with the folder-rotation IMAP workflow, resumable downloads, and safe delete-after-verify handling.

Registry SourceRecently Updated