CtrlK
BlogDocsLog inGet started
Tessl Logo

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 → persist to memory + xlsx index.

60

Quality

70%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./src/opensquilla/skills/exp/meta-knowledge-base-bootstrap/SKILL.md
SKILL.md
Quality
Evals
Security

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.

stepkindskillwhat it does
classifyllm_classifylabel the seed as one of URL / PDF / GIT / TEXT
ingestskill_execmulti-search-enginerun a DuckDuckGo search (JSON to stdout)
memorizetool_call— (memory_save)append the ingestion summary to memory
indexagentxlsxwrite 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.

Repository
opensquilla/opensquilla
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.