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
--origflag: If present, setkeep_original_lang = trueand 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.