← 返回 Skills 市场
Skill PDF Orgnizer
作者
Yiming Liu
· GitHub ↗
· v1.0.0
· MIT-0
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-pdf-orgnizer
功能描述
Organizes PDFs by extracting metadata and classifying into topics, renaming files, and sorting into topic-based folders using AI analysis.
安全使用建议
This skill appears to do what it says: it reads PDFs locally, sends excerpts to OpenAI or the Kimi API for analysis, then creates folders and moves/renames files. Before running: (1) Be aware that document content (up to the configured max_chars) will be transmitted to a third‑party API—do not use on sensitive or confidential PDFs unless you accept that exposure. (2) The API key is stored in config.json; keep that file secure and do not commit it to version control. (3) Run in dry_run mode first to preview changes and ensure naming/foldering meets your expectations. (4) Back up your PDFs (or run on a copy) before allowing actual moves. (5) Note the Kimi provider uses https://api.moonshot.cn as the base URL—confirm you trust that provider if you choose it. If you want additional assurance, you can audit the code locally (it’s included) and run the tool in a sandbox or with a small sample set first.
功能分析
Type: OpenClaw Skill
Name: skill-pdf-orgnizer
Version: 1.0.0
The PDF Organizer skill is a well-structured tool designed to categorize and rename PDF files using LLM analysis (OpenAI or Kimi). The code uses standard libraries like PyPDF2 for text extraction and shutil for file operations, with no evidence of malicious intent, data exfiltration, or unauthorized command execution across files like pdf_organizer.py and content_analyzer.py.
能力评估
Purpose & Capability
Name/description (organize PDFs using AI) match the code and runtime needs: reading PDFs, calling an LLM API to extract metadata and classify topics, creating folders, and moving/renaming files. The skill requires an API key (stored in config.json) which is appropriate for the stated OpenAI/Kimi integration.
Instruction Scope
The SKILL.md and code are consistent: the skill reads PDF content (up to max_chars) and sends it to OpenAI or the Kimi endpoint for analysis. This is expected for an AI classification tool, but it does transmit potentially sensitive document content to external APIs (OpenAI or https://api.moonshot.cn for Kimi). The skill also creates cache files (.folder_cache.json, .processed_files.json) and will move/rename original PDFs (unless dry_run=true).
Install Mechanism
No install script in the registry entry (instruction-only), but the bundle includes requirements.txt and setup.py. Dependencies are standard (PyPDF2, openai, python-dotenv). There is no remote download of arbitrary code or use of obscure URLs; installing requires running pip install -r requirements.txt (low risk).
Credentials
The only credential required is an API key (openai_api_key) stored in config.json, which matches the use of OpenAI/Kimi APIs. No unrelated environment variables, system credentials, or platform tokens are requested. python-dotenv is listed but not used—minor mismatch but not a credential risk in itself.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and only writes application-scoped files (cache and processed logs) plus move/rename operations in user folders. These behaviors are expected for a file-organization tool; moving files is destructive if misconfigured, so dry-run and backups are important.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-pdf-orgnizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-pdf-orgnizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
PDF Organizer Skill 1.0.0 – Initial Release
- Automatically categorizes and organizes PDFs by topic using GPT analysis.
- Extracts key metadata (title, author, journal) for smart file naming.
- Creates topic and subtopic folder structure for organized storage.
- Supports batch and incremental processing of multiple PDF files.
- Handles corrupted files and API failures gracefully, with detailed logging.
- Fully configurable through a simple JSON file.
元数据
常见问题
Skill PDF Orgnizer 是什么?
Organizes PDFs by extracting metadata and classifying into topics, renaming files, and sorting into topic-based folders using AI analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Skill PDF Orgnizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-pdf-orgnizer」即可一键安装,无需额外配置。
Skill PDF Orgnizer 是免费的吗?
是的,Skill PDF Orgnizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill PDF Orgnizer 支持哪些平台?
Skill PDF Orgnizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill PDF Orgnizer?
由 Yiming Liu(@yxl184)开发并维护,当前版本 v1.0.0。
推荐 Skills