Archive attach asset
Skill m4tice/the-archive/.github/skills/archive-attach-asset
Attach a binary asset to an archive document. Use when adding images, PDFs, or other files to an archive entry.From its SKILL.md
npx -y skills add m4tice/the-archive --skill archive-attach-assetAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 144 tokens by cl100k_base, as published. Nobody here has run it
Archive Attach Asset
Purpose
Attach a binary asset to an archive document.
Procedure
- Receive the asset file and the target document slug.
- Check
/archive/assetsfor a duplicate filename — if found, reuse it. - Copy the asset to
/archive/assets/<filename>. - Add a relative asset reference link in the target document:
or[filename](../assets/<filename>)
Constraints
- Assets must be placed in
/archive/assetsonly. - Never embed binary data directly in documents.
- Asset reference must use a relative path.
- Deduplicate by filename — reuse existing files and update references.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.