# Web Archive

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

- Skill: `kip-claw/web-archive` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kip-claw/web-archive`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kip-claw/web-archive/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kip-claw (https://skillmd.com/u/kip-claw)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kip-claw/web-archive

---


# 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

