batch-save

Installation
SKILL.md

Batch Save

Save multiple content URLs in parallel. Each URL runs the full /save workflow in its own isolated context directory. No session switching needed.

Step 1: Parse Input

Input is provided in $ARGUMENTS.

Parse flags

  • --orig flag: If present, set keep_original_lang = true and strip from arguments.
  • Default: keep_original_lang = false

Extract URLs

Split remaining arguments into a list of URLs (space-separated or newline-separated). Keep only items starting with http:// or https://.

  • If no valid URLs: inform user and abort.
Installs
1
GitHub Stars
1
First Seen
Mar 13, 2026
batch-save — toy-crane/obsidian-skills