kb-archiver

智能本地知识库归档系统。自动将文件分类归档到本地知识库,提取全文索引支持秒级搜索, 小文件存本地、大文件可对接云存储。支持Excel/Word/PPT/PDF/TXT等格式。 当用户需要:归档文件、建立知识库、全文检索文档内容、管理大量工作文档时使用。 关键词:知识库、归档、文件管理、全文搜索、文档索引

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "kb-archiver" with this command: npx skills add 141553/kb-archiver

知识库归档系统

智能本地知识库归档方案,支持自动分类、全文索引、分级存储。

快速开始

node _scripts/archive.mjs <文件路径>

目录结构

knowledge-base/
├── 工作文件/          ← 小文件存储
├── 方案文档/
├── 参考资料/
├── _index/            ← 全文索引
└── _scripts/
    └── archive.mjs

云存储对接(可选)

支持腾讯云COS、AWS S3、阿里云OSS等,修改脚本配置即可。

全文搜索

grep -r "关键词" knowledge-base/_index/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

respiratory_symptom_recognition_analysis

Based on computer vision, automatically detects coughing, phlegm, and wheezing frequency, counts the frequency of episodes, used for early health anomaly alerts, helping to detect respiratory diseases in a timely manner. | 呼吸道症状智能识别技能,基于计算机视觉自动检测咳嗽、咳痰、喘息频率,统计发作频次,用于健康异常早期提醒,帮助及时发现呼吸道疾病

Archived SourceRecently Updated
General

stroke-risk-screening-analysis

Combines TCM facial feature recognition with physiological indicator information to provide early warnings of high-risk stroke conditions such as cerebral infarction and cerebral hemorrhage, and provides lifestyle intervention suggestions and medical guidance. | 脑卒中风险筛查技能,结合中医面部特征辨识结合生理指标信息,提前预警脑梗塞、脑出血等脑卒中高危状态,给出生活干预建议和就医指引

Archived SourceRecently Updated
General

stranger-recognition-analysis

Identifies strangers appearing in surveillance areas through facial comparison; supports video stream and image detection, suitable for stranger warnings in residential communities, units, access control, and other scenarios. | 陌生人识别技能,通过人脸比对识别监控区域出现的陌生人员,支持视频流和图片检测,适用于小区、单位、门禁等场景的陌生人预警

Archived SourceRecently Updated
General

local-file-manager

Read, write, append, and list local files in the session's working directory. Use when you need to persist output to disk, read input files, or manipulate file system safely. Supports text files, JSON, CSV, Markdown.

Archived SourceRecently Updated