跳到主要内容
知仓学习社ZHICANG

meta-knowledge-base-bootstrap

Bootstrap a domain knowledge base from a single seed (URL / PDF path / git repo / free-text topic): classify source → ingest with the right tool → p…

不碰外部(只输出文字)无严重或高危命中TokenRhythm/opensquilla

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Knowledge Base Bootstrap (Meta-Skill)

Seed a domain knowledge base in one turn. The pipeline classifies the seed

source type (URL / PDF / GIT / TEXT) and ingests it via the

multi-search-engine skill, then persists the report and produces an

index.

| step | kind | skill | what it does |

|------------|---------------|------------------------|---------------------------------------------|

| classify | llm_classify| — | label the seed as one of URL / PDF / GIT / TEXT |

| ingest | skill_exec | multi-search-engine | run a DuckDuckGo search (JSON to stdout) |

| memorize | tool_call | — (memory_save) | append the ingestion summary to memory |

| index | agent | xlsx | write kb-index.xlsx with the result table |

> The classifier is currently informational only — the ingest step always

> calls multi-search-engine. A previous design routed PDF → pdf-toolkit

> and GIT → github, but those branches were dropped when the DSL moved to

> skill_exec. A follow-up will reintroduce per-classification routing once

> the corresponding bundled skills also expose entrypoint: manifests.

Fallback

If the meta-flow fails: run the classifier prompt manually, then invoke

the appropriate ingestion skill, then memory_save the result, then

create the xlsx index with openpyxl.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 7,018
本站分层T1
该仓技能数68
原文件路径src/opensquilla/skills/exp/meta-knowledge-base-bootstrap/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 68 个技能