← 返回 Skills 市场
Pdf Rename
作者
67available
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-rename
功能描述
Rename academic PDF papers to a standardized format "[Year] [Venue] Title.pdf" using a three-stage pipeline (Extract → Verify → Rename). Use when the user as...
安全使用建议
This skill appears to be what it says: run extract.py to produce a manifest, manually verify entries by editing VERIFIED_DATA in apply_verified.py or by manual edits to the manifest, preview with execute.py --preview, then run execute.py --execute which creates a timestamped backup and moves files. Before running execute.py: (1) inspect manifest.json/manifest_verified.json (they're saved in the scripts directory) to confirm filepaths and entries; (2) install the pypdf dependency in your environment; (3) use the preview mode first to avoid accidental renames; and (4) ensure you have write permission to the target folder/backups. If you want automated web verification, note that the scripts do not perform any network calls — verification is intentionally manual.
功能分析
Type: OpenClaw Skill
Name: pdf-rename
Version: 1.0.0
The pdf-rename skill is a well-structured utility for organizing academic papers through a multi-stage pipeline (Extract, Verify, Rename). The scripts (extract.py, apply_verified.py, and execute.py) perform local file operations and PDF metadata extraction using the standard pypdf library, including safety features like a dry-run mode and automatic timestamped backups. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description match the included scripts (extract.py, apply_verified.py, execute.py). No unrelated binaries, environment variables, or credentials are requested.
Instruction Scope
SKILL.md and the scripts stay within the stated pipeline (Extract → Verify → Rename). Verification is manual (the script expects you to edit VERIFIED_DATA). One minor surprise: manifests (manifest.json / manifest_verified.json) are written inside the scripts directory (not the target folder), and filepaths stored are absolute — review the manifest before executing to ensure paths/entries are what you expect.
Install Mechanism
This is an instruction-only skill with included scripts (no install spec). The only runtime dependency is pypdf (imported in extract.py), which is typical for PDF parsing and must be installed by the user/environment.
Credentials
No environment variables, credentials, or config paths are required. The scripts operate on local files only and do not attempt to read unrelated system configuration or secrets.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It creates backups in the target folder when executing renames.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf-rename - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf-rename触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of pdf-rename: academic PDF bulk renaming tool.
- Standardizes filenames to "[Year] [Venue] Title.pdf" using a strict three-stage Extract → Verify → Rename pipeline.
- Emphasizes manual or web search verification to ensure accuracy of metadata before renaming.
- Automatically creates timestamped backups before any file operations.
- Provides utility scripts for metadata extraction, verification, renaming, and duplicate detection.
- Workflow and design decisions clearly documented in SKILL.md.
元数据
常见问题
Pdf Rename 是什么?
Rename academic PDF papers to a standardized format "[Year] [Venue] Title.pdf" using a three-stage pipeline (Extract → Verify → Rename). Use when the user as... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Pdf Rename?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-rename」即可一键安装,无需额外配置。
Pdf Rename 是免费的吗?
是的,Pdf Rename 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pdf Rename 支持哪些平台?
Pdf Rename 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pdf Rename?
由 67available(@67available)开发并维护,当前版本 v1.0.0。
推荐 Skills