用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aifinlab/FinClaw --skill unstructured-document-ingestion命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | unstructured-document-ingestion |
| description | 用于PDF/Word/邮件接入的非结构化文档接入原子 skill,适用于通用行业数据接入场景。 |
本 Skill 支持多种非结构化文档输入格式,核心数据来源包括:
说明:本 Skill 不包含文档采集功能,需要用户提供非结构化文档文件。建议文档格式规范,以便进行准确的文档接入。
本 Skill 提供全面的非结构化文档接入能力,涵盖多种接入功能:
{
"source_info": {
"source_type": "file_system",
"source_path": "/documents",
"document_count": 100
},
"ingestion_config": {
"supported_formats": ["pdf", "docx", "doc"],
"extract_text": true,
"extract_metadata": true,
"index_content": true
},
"ingestion_results": {
"total_documents": 100,
"successful_documents": 95,
"failed_documents"