VoidscapeDocs
Current main
On this page Overview
Capture adapters

Instagram capture adapter

The Instagram repository helper canonicalizes and deduplicates user-confirmed Reel/post URLs before appending them to a queue.

Status: dev-only

Canonical sources: instagram_capture_helper.py and capture adapters

Status board#

CapabilityStatusBoundary
Canonicalize a confirmed Reel/post URLdev-onlyRepository helper only
Deduplicate and append to urls.mddev-onlyLocal queue operation
Browse a saved collectiondev-only workflowHarness browser task after site approval
Installed Instagram capture commandplannedNot included by the skill installer
Automatic private collection or cookie accessparkedExplicitly unsupported without separate security/ToS design

Helper use#

PowerShell
python scripts/instagram_capture_helper.py process <url-or-shortcode> --queue <urls.md>

The helper does not log in, enumerate collections, read browser state, or control Chrome. A harness may perform a user-approved, read-only collection workflow and pass a confirmed URL to the helper. The helper validates only the queue operation; it does not prove media access.

Reading the captured URL remains a separate Voidscape inspect -> preview -> read job. A URL visible in an authenticated tab may still fail in an anonymous CLI. Voidscape never extracts cookies from the browser; see authenticated sources.

Edit this page on GitHub ↗