← 返回
未分类

kb-inventory-core

平台无关的知识库资料盘点、A/B/C 分级、主题归类、时效性检测、动态报告生成和成果转化漏斗分析。Use for JSON/CSV/bookmark inventory processing, grading, classification, and reports.
平台无关的知识库资料盘点、A/B/C 分级、主题归类、时效性检测、动态报告生成和成果转化漏斗分析。Use for JSON/CSV/bookmark inventory processing, grading, classification, and reports.
sullior
未分类 community v1.0.0 1 版本 93333.3 Key: 无需
★ 0
Stars
📥 14
下载
💾 0
安装
1
版本
#latest

概述

Knowledge Base Inventory Core

Purpose

This skill turns a raw resource inventory into a structured, searchable, and actionable private knowledge-base index.

It is platform-neutral. It can process:

  • IMA scan results from ima-kb-connector
  • Browser bookmark exports converted to CSV/JSON
  • Notion/Obsidian/CSV inventories
  • Manually prepared JSON lists

Workflow

Raw inventory → normalization → A/B/C grading → theme classification → timeliness check → dynamic report → next actions

First Run

python3 skills/kb-inventory-core/scripts/grade_and_classify.py   --new outputs/scan_result.json   --output outputs/processed_kb_items_latest.json

Incremental Run

python3 skills/kb-inventory-core/scripts/grade_and_classify.py   --new outputs/scan_result.json   --old outputs/processed_kb_items_prev.json   --output outputs/processed_kb_items_latest.json

Generate Report

python3 skills/kb-inventory-core/scripts/generate_report.py   --data outputs/processed_kb_items_latest.json   --output outputs/reports/kb_inventory_report.md

Notes

  • --old is optional and safe for first-time users.
  • Missing kb_id, media_id, kb_name, and media_type will not crash the workflow.
  • Report recommendations are data-driven and do not use fixed hard-coded topic suggestions.
  • See references/data_schema.md and references/grading_rules.md.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-06-03 14:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

kb-synthesizer

user_99b045d5
跨资料聚类与主题合成,基于知识卡片或资料索引生成合成草稿、对比分析、流程指南、知识地图、决策框架和速查表。Use when synthesizing multiple resources or creating topic guides.
★ 0 📥 27

kb-auto-digester

user_99b045d5
批量消化 A 类知识库资料,生成知识卡片并更新产出状态。Use when digesting A-grade items, generating knowledge cards, processing high-value saved re
★ 0 📥 27

kb-graph-builder

user_99b045d5
根据知识库资料清单生成可解释的知识关联图谱 JSON 与交互式 HTML。Use when building knowledge graphs, visualizing saved-resource relationships, or ex
★ 0 📥 31