multipar-cli

Create, verify, and repair PAR2 archives with the MultiPar command-line tool.

20|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/DoiiarX/claude-skills --skill multipar-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multipar-cli
Source: https://github.com/DoiiarX/claude-skills/tree/main/multipar-cli
Command: npx skills add https://github.com/DoiiarX/claude-skills --skill multipar-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust command-line interface for creating, verifying, and repairing data archives using PAR2 redundancy files, protecting against data corruption and loss.

Core Features & Use Cases

  • Create Recovery Files: Generate PAR2 archives with configurable redundancy levels to protect your data.
  • Verify Integrity: Check if your files are intact and match their corresponding PAR2 recovery information.
  • Repair Corrupted Files: Automatically restore damaged or missing files using the generated parity data.
  • Use Case: You've downloaded a large software archive and want to ensure it's not corrupted before installation. Use this Skill to verify the archive against its PAR2 files.

Quick Start

Use the multipar-cli skill to create PAR2 files with 10% redundancy for all files in the current directory.

Frequently Asked Questions about multipar-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create PAR2 recovery files for data backups?

To create PAR2 recovery files, you generate parity archives with configurable redundancy levels to protect your data against corruption or loss during storage and transfer.

Can I verify file integrity before extracting a large downloaded archive?

Yes, you can verify file integrity by checking your files against their corresponding PAR2 recovery information to ensure they are intact and not corrupted before installation.

How do I repair corrupted or missing files using parity data?

You repair corrupted files by automatically restoring damaged or missing data using the generated PAR2 parity archives, provided sufficient redundancy was configured during creation.

Does the MultiPar command-line tool support batch processing for automated workflows?

Yes, the MultiPar command-line tool supports batch processing and automated workflows, allowing you to manage data integrity and recovery across multiple files simultaneously.

What redundancy levels are available for protecting file archives against corruption?

You can configure various redundancy levels when generating PAR2 archives, such as a 10% default, to balance storage overhead with your specific data protection and recovery needs.

When should I use PAR2 redundancy files instead of standard backups?

Use PAR2 redundancy files when you need to safeguard against file corruption during transfers or storage, as standard backups do not allow automatic in-place repair of damaged data.