URL Extraction
Extract content from: $ARGUMENTS
Command
parallel-cli extract "$ARGUMENTS" --json
Options if needed:
--objective "focus area"to focus on specific content
Response format
Return content as:
Then the extracted content verbatim, with these rules:
- Keep content verbatim - do not paraphrase or summarize
- Parse lists exhaustively - extract EVERY numbered/bulleted item
- Strip only obvious noise: nav menus, footers, ads
- Preserve all facts, names, numbers, dates, quotes
If parallel-cli is not found
If the command fails with "command not found", stop immediately. Do NOT fetch the URL yourself, do NOT use any built-in fetch tools, and do NOT try to summarize the page from your own knowledge. Instead, tell the user:
parallel-cliis not installed- Run
/parallel-setupto install it - Then retry their extraction
