P
parallel-web-extract
by @parallel-webv
4.5(30)
高效并行地从任意URL(包括网页、API等)提取内容,适用于大规模数据采集和信息处理任务。
安装方式
npx skills add parallel-web/parallel-agent-skills --skill parallel-web-extractcompare_arrows
Before / After 效果对比
1 组使用前
逐个提取网页内容效率低下,面对大量URL时耗时漫长,难以快速获取所需信息进行分析。
使用后
采用并行方式批量提取网页、文章、PDF等内容,大幅缩短数据获取时间,提升数据分析准备效率。
SKILL.md
URL Extraction
Extract content from: $ARGUMENTS
Command
Choose a short, descriptive filename based on the URL or content (e.g., vespa-docs, react-hooks-api). Use lowercase with hyphens, no spaces.
parallel-cli extract "$ARGUMENTS" --json -o "/tmp/$FILENAME.md"
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
After the response, mention the output file path (/tmp/$FILENAME.md) so the user knows it's available for follow-up questions.
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"
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量7.8K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.5(30)
5
60%
4
40%
3
0%
2
0%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日