← Back to Skills Marketplace
67available

Pdf Rename

by 67available · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pdf-rename
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf-rename
  3. After installation, invoke the skill by name or use /pdf-rename
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pdf-rename
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Pdf Rename?

Run "/install pdf-rename" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pdf Rename free?

Yes, Pdf Rename is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pdf Rename support?

Pdf Rename is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pdf Rename?

It is built and maintained by 67available (@67available); the current version is v1.0.0.

💬 Comments