Token导航 LogoToken导航TokenDH.com
运维敏感数据clawhub未标认证来源可访问clear审计通过

file-summary-zongjie文件摘要 宗杰

Agent Skill

file-summary-zongjie 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

15,408

周安装

642

GitHub Stars

公开资料未说明

下载量

5,136
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:file-summary-zongjie(文件摘要 宗杰)
来源仓库:https://github.com/leonthepro2012/file-summary-zongjie
安装命令:
openclaw skills install file-summary-zongjie
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install file-summary-zongjie

简介

本地文档摘要与分析工具。

  • 支持总结、分析和文档理解。
  • 响应自然语言查询指令。file-summary-zongjie 属于运维类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install file-summary-zongjie。
  • 建议在需要快速掌握文档要点时使用。

SKILL.md

name
file-summary
description
|
triggers

File Summary & Analysis Tool (文件总结与分析工具)

A universal tool for extracting text from local documents and generating summaries/analysis, supporting both Chinese and English trigger words.

Token Extraction (参数提取)

Chinese Input Example (中文示例)

From user input 帮我总结 D:\测试.pdffile_path = D:\测试.pdf

English Input Example (英文示例)

From user input summarize for me C:\ est.pdffile_path = C:\ est.pdf

Actions (操作指令)

Extract Document Content (提取文档内容)

{ "action": "extract", "file_path": "D:\\测试.pdf" } { "action": "extract", "file_path": "C:\\ est.pdf" }

Returns (返回结果):

  • Success: Plain text content of the document (txt/docx/pdf/xlsx/xls)
  • Error: Error message starting with ❌ (e.g. ❌ File not found, ❌ Unsupported format)

Generate Summary/Analysis (生成总结/分析)

{ "action": "summary", "file_path": "D:\\测试.pdf" } { "action": "analysis", "file_path": "C:\\ est.pdf" }

Returns (返回结果):

  • Summary: Concise key-point summary of the document content (integrated with OpenClaw LLM)
  • Analysis: In-depth analysis of the document content (integrated with OpenClaw LLM)

Workflow (工作流程)

To summarize/analyze a local document:

  1. Extract content: { "action": "extract/analysis", "file_path": "your_file_path" } → returns plain text
  2. Generate result: OpenClaw LLM summarizes/analyzes the extracted text automatically

Configuration (配置项)

channels: local: tools: file_summary: true # default: true python: true # required - need Python environment

Dependency (依赖环境)

Required Environment (必备环境)

  1. Python 3.8+ (added to system environment variables)
  2. Required Python packages (auto-installed by script):

- python-docx (for docx) - pypdf (for pdf) - openpyxl (for xlsx) - xlrd==1.2.0 (for xls)

Tool Path Configuration (工具路径配置)

  1. Place the tool files in OpenClaw's skill folder:

OpenClaw/skills/file-summary/ ├─ SKILL.md (this file) ├─ file2sum.py

  1. Set the execution command in OpenClaw:

${skill_path}\\file2sum.py

Permissions (权限要求)

Required (必备):

  • Local file read permission (user needs to grant file access)
  • Python execute permission (no special system permissions required)

Usage (使用方法)

Local Deployment (本地部署)

  1. Put the file-summary folder into OpenClaw's skills directory
  2. Restart OpenClaw
  3. Input Examples (输入示例):

- Chinese (中文): "帮我总结 D:\测试.pdf", "分析文档 C:\数据\销售表.xlsx" - English (英文): "summarize for me C:\ est.pdf", "analyze the document D:\data\sales.xlsx"

Public Deployment (公开发布)

  1. Upload the file-summary folder (include md/py) to a public platform (e.g. GitHub/Gitee, ClawHub)
  2. Share the download link
  3. Users import via OpenClaw "Skill Market → Import from URL"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.68%
按下载量换算5,068

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills