# Parallel Web Parallel Cursor Plugin Parallel Web Extract

> URL Extraction

- Skill: `tomevault-io/parallel-web-parallel-cursor-plugin-parallel-web-extract` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/parallel-web-parallel-cursor-plugin-parallel-web-extract`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/parallel-web-parallel-cursor-plugin-parallel-web-extract/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/parallel-web-parallel-cursor-plugin-parallel-web-extract

---


# URL Extraction

Extract content from: $ARGUMENTS

## Command

```bash
parallel-cli extract "$ARGUMENTS" --json
```

Options if needed:
- `--objective "focus area"` to focus on specific content

## Response format

Return content as:

**[Page Title](URL)**

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:

1. `parallel-cli` is not installed
2. Run `/parallel-setup` to install it
3. Then retry their extraction

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/parallel-web) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

