audit-archive

Archive DOCX footnote URLs via the perma.cc API and update links.

19|5|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/edwinhu/workflows --skill audit-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-archive
Source: https://github.com/edwinhu/workflows/tree/main/skills/bluebook-audit/lib/skills/audit-archive
Command: npx skills add https://github.com/edwinhu/workflows --skill audit-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures the long-term preservation of web content linked in legal documents by archiving URLs, preventing link rot and maintaining citation integrity.

Core Features & Use Cases

  • URL Archiving: Utilizes the perma.cc API to create permanent archives of specified URLs.
  • Footnote Integration: Automatically updates DOCX footnotes with links to the archived versions.
  • Use Case: When preparing a legal brief, this Skill can automatically archive all external website links cited in footnotes, ensuring that the content remains accessible even if the original websites disappear.

Quick Start

Run the python script to archive all URLs found in the footnotes of the document 'legal_brief.docx'.

Frequently Asked Questions about audit-archive

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

FAQPage Schema
How do I archive URLs in DOCX footnotes to prevent link rot in legal documents?

To archive URLs in DOCX footnotes and prevent link rot in legal documents, this Skill extracts non-permanent links, deduplicates them, and archives each via the perma.cc API. It then updates the DOCX footnotes with the resulting perma.cc links for citation integrity.

What is perma.cc URL preservation and how does it work for legal briefs?

Perma.cc URL preservation creates permanent archives of web content cited in legal briefs. This Skill automates the process by extracting footnote URLs from a DOCX, sending them to the perma.cc API, and replacing the original links with archived versions to ensure long-term accessibility.

Do I need a perma.cc API key to archive footnote links in a DOCX?

Yes, you need a perma.cc API key to archive footnote links in a DOCX. The Skill requires this key to authenticate with the perma.cc API and optionally accepts an institutional folder ID for enhanced usage limits when creating permanent archives.

Can I deduplicate and archive multiple identical URLs found in legal document footnotes?

Yes, you can deduplicate and archive multiple identical URLs found in legal document footnotes. The Skill automatically extracts all non-permanent URLs from DOCX footnotes, deduplicates them to avoid redundant API calls, and archives each unique link individually via perma.cc.

Does this URL archiving Skill work with Python and the requests library?

Yes, this URL archiving Skill works with Python and relies on the requests library to interact with the perma.cc API. It runs as a Python script to process DOCX files, extract footnote URLs, and update the document with permanent archived links.

What are the limitations of using perma.cc for archiving legal documents?

A limitation of using perma.cc for archiving legal documents is the requirement of an API key and potentially an institutional folder ID for higher usage quotas. Additionally, the Skill specifically targets non-permanent URLs found in DOCX footnotes rather than processing arbitrary document formats.