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-kb-connectorRaw inventory → normalization → A/B/C grading → theme classification → timeliness check → dynamic report → next actions
python3 skills/kb-inventory-core/scripts/grade_and_classify.py --new outputs/scan_result.json --output outputs/processed_kb_items_latest.json
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
python3 skills/kb-inventory-core/scripts/generate_report.py --data outputs/processed_kb_items_latest.json --output outputs/reports/kb_inventory_report.md
--old is optional and safe for first-time users.kb_id, media_id, kb_name, and media_type will not crash the workflow.references/data_schema.md and references/grading_rules.md.共 1 个版本