Real Skill packageSource verifiedClawHub registry

knowledge-engineering

工业级RAG切片工具「可落地、可量化、可优化」,将RAG知识库长文档拆解为语义完整、检索就绪的原子化知识切片,内置多层质量门禁(校验→审计→检索可达性评估),确保切片可用性与RAG检索命中率。

Identity and source

Publisher attributionebandaoregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 62% rule confidence
Package forminstruction with code18 recorded files
Canonical sourceClawHub registryclawhub:ebandao777-oss:knowledge-engineering
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/15/2026.claude/skills/knowledge-engineering

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/15/2026.agents/skills/knowledge-engineering

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/15/2026skills/knowledge-engineering

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @ebandao777-oss/knowledge-engineering
clawhub inspect @ebandao777-oss/knowledge-engineering --version 1.0.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
10 / 18 inspected as text
Checked
8/15/2026, 6:51:52 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: libreoffice.org
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/15/2026, 5:47:58 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:0dae3a1a48196e137dc5b70cd9b6064dd62d9c87cbada16e83128da72c69ee3f
Show up to 18 recorded paths
  • .gitattributes
  • QUICKSTART.md
  • README.md
  • REFERENCE.md
  • scripts
  • scripts/__pycache__
  • scripts/__pycache__/batch_audit.cpython-311.pyc
  • scripts/__pycache__/evaluate_retrieval.cpython-311.pyc
  • scripts/__pycache__/platform_detect.cpython-311.pyc
  • scripts/__pycache__/slice_generator.cpython-311.pyc
  • scripts/__pycache__/validate_slice.cpython-311.pyc
  • scripts/batch_audit.py
  • scripts/evaluate_retrieval.py
  • scripts/platform_detect.py
  • scripts/slice_generator.py
  • scripts/validate_slice.py
  • skill-card.md
  • SKILL.md

Source changelog

- Introduced Init-Step-Poll protocol for robust, resume-safe slicing, audit, and retrieval workflows. - Added scripts/ and validation/auditing utilities (`evaluate_retrieval.py`, `platform_detect.py`, etc.). - Updated documentation (README.md, QUICKSTART.md, REFERENCE.md) to reflect batch processing and incremental validation. - Enforced atomic slice generation, self-check after each write, and progress polling; prohibited direct bulk output. - Removed obsolete skill-card.md. - Various clarifications and enhancements to error checks, directory structure guarantees, and platform compatibility.