Agent skill · Data & Analytics

parallel-web

Use Parallel CLI for web search, URL extraction, deep research, structured data enrichment, entity discovery, and recurring web monitoring. Best for requests that explicitly need current web evidence, academic-source discovery, repeated entity lookups, exhaustive reports, or ongoing change tracking.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill parallel-web --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.2
Declared author: K-Dense, Inc.
Requires: Requires parallel-cli and internet access.
Path: skills/parallel-web/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Parallel Web Toolkit A unified skill for Parallel's web-intelligence workflows. For scientific topics, prefer primary literature and authoritative institutional sources. ## Routing — pick the right capability Read the user's request and then open the corresponding reference file before running a command. | User wants to... | Capability | Where | |---|---|---| | Look something up, research a topic, find current info | **Web Search** | `references/web-search.md` | | Fetch content from a specific URL (webpage, article, PDF) | **Web Extract** | `references/web-extract.md` | | Add web-sourced fields to a list of companies/people/products | **Data Enrichment** | `references/data-enrichment.md` | | Get an exhaustive, multi-source report (user says "deep research", "exhaustive", "comprehensive") | **Deep Research** | `references/deep-research.md` | | Discover a set of entities matching natural-language criteria | **FindAll** | `references/findall.md` | | Track web changes on a recurring schedule | **Monitor** | `references/monitor.md` | | Install or authenticate parallel-cli | **Setup** | Below | | Check or retrieve an asynchronous result | **Status and polling** | Below and the capabili

What's inside
Steps it walks through
  1. Routing — pick the right capability
  2. Decision guide
  3. Academic source priority
  4. Safety and command construction
  5. Context chaining
  6. Setup
  7. Check task status
  8. Polling limits
Ships with 6 files
  • references/data-enrichment.md
  • references/deep-research.md
  • references/findall.md
  • references/monitor.md
  • references/web-extract.md
  • references/web-search.md
Commands it runs
parallel-cli --version
parallel-cli update --check
uv tool install "parallel-web-tools[cli]==0.7.1"
uv tool upgrade parallel-web-tools
parallel-cli login
parallel-cli login --device
parallel-cli auth
parallel-cli research status "trun_xxx" --json
parallel-cli enrich status "tgrp_xxx" --json
parallel-cli findall status "findall_xxx" --json
More from claude-scientific-writer
All skills →
About this skill
What does the parallel-web skill do?

Use Parallel CLI for web search, URL extraction, deep research, structured data enrichment, entity discovery, and recurring web monitoring. Best for requests that explicitly need current web evidence, academic-source discovery, repeated entity lookups, exhaustive reports, or ongoing change tracking.

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --skill parallel-web --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/claude-scientific-writer, a repository with 2,169 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going