Web Archive

Saves a web page to the local ArchiveBox instance on the NAS.

kip-claw 7272f7b 1.0 KB Updated

File contents

Web Archive

To archive a URL to the local NAS archive:

Run: {{HOME}}/bin/kip-archive.sh <url> [optional-tag]

Examples:

  • {{HOME}}/bin/kip-archive.sh https://example.com/article
  • {{HOME}}/bin/kip-archive.sh https://example.com/article reuters

Tags are optional but useful for organizing by topic or story.

The archive web UI is accessible at https://archive.kip.computer

ArchiveBox saves: HTML snapshot, PDF, screenshot, WARC, article text (readability), and media where applicable. Some sites block scrapers so partial captures are normal — the singlefile HTML snapshot is the most reliable extractor.

If the script fails or SSH times out, the NAS may be unreachable — check Tailscale and confirm the archivebox container is running: ssh kip-nas "docker ps | grep archivebox"

Notify the user via Telegram with a confirmation once the URL is queued, and include a link to https://archive.kip.computer

kip-claw/skills/tree/main/web-archive commit 7272f7b91e

Frequently asked questions

npx skillmds@latest add kip-claw/web-archive