parallel-web-extract
49
总安装量
15
周安装量
#7925
全站排名
安装命令
npx skills add https://github.com/parallel-web/parallel-agent-skills --skill parallel-web-extract
Agent 安装分布
opencode
15
claude-code
15
github-copilot
15
gemini-cli
15
kimi-cli
14
Skill 文档
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
Setup
If parallel-cli is not found, install and authenticate:
curl -fsSL https://parallel.ai/install.sh | bash
If unable to install that way, install via pipx instead:
pipx install "parallel-web-tools[cli]"
pipx ensurepath
Then authenticate:
parallel-cli login
Or set an API key: export PARALLEL_API_KEY="your-key"