skills/parallel-web/SKILL.md
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.
npx skillsauth add K-Dense-AI/claude-scientific-skills parallel-webInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A unified skill for Parallel's web-intelligence workflows. For scientific topics, prefer primary literature and authoritative institutional sources.
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 capability reference |
parallel-cli is not found when running any command, follow the Setup section below.Across all capabilities, prefer academic and scientific sources when the query is technical or scientific in nature. This means:
When citing academic sources, include author names and publication year where available (e.g., Smith et al., 2025) in addition to the standard citation format. If a DOI is present, prefer the DOI link.
parallel-cli search - --json or parallel-cli research run - --json) instead of constructing shell source.--data, --exclude, and column definitions with a JSON serializer or a reviewed config file; do not concatenate raw user text into JSON or shell commands.trun_, tgrp_, findall_/frun_, or mon_) and contains no whitespace or shell metacharacters.PARALLEL_API_KEY in command arguments or output.Research and enrichment can return an interaction_id. For a direct follow-up, pass it with --previous-interaction-id so the service can reuse earlier context. Do not reuse an interaction ID across unrelated users or topics.
Check the current installation first:
parallel-cli --version
parallel-cli update --check
If missing, install the current verified release in an isolated uv tool environment:
uv tool install "parallel-web-tools[cli]==0.7.1"
Upgrade an existing uv installation when the user asks for the latest release:
uv tool upgrade parallel-web-tools
Authenticate interactively:
parallel-cli login
For SSH, containers, CI, or other headless environments:
parallel-cli login --device
Alternatively, use an existing PARALLEL_API_KEY environment variable. Obtain an API key from https://platform.parallel.ai. Do not inspect an entire .env file; if credential presence must be checked, look only for the PARALLEL_API_KEY key name and never display its value.
Verify with:
parallel-cli auth
If parallel-cli is not found after install, add ~/.local/bin to PATH.
Use the command matching the returned ID:
parallel-cli research status "trun_xxx" --json
parallel-cli enrich status "tgrp_xxx" --json
parallel-cli findall status "findall_xxx" --json
Report the current status to the user (running, completed, failed, etc.).
Long-running commands support --no-wait followed by a capability-specific poll. Poll at most three times with --timeout 540 (27 minutes total). If the task still has not completed, stop, report the current status and ID, and let the user decide whether to continue later. Never create an unbounded polling loop.
tools
--- name: genomic-intelligence description: Predict regulatory features, gene structure, and expression directly from DNA sequence using Genomic Intelligence's hosted transformer DNA language models — no local GPU or model weights. Six tasks over a REST API and a hosted MCP server (keyless public demo): promoter regions, splice donor/acceptor sites, enhancer activity, chromatin state, sequence-to-expression (log TPM), and de-novo gene annotation, plus a composite find-genes-then-predict-expressi
tools
Use Gtars for local genomic interval models and set algebra, overlaps and counts, consensus and coverage, tokenization, fragment processing, and refget/BEDbase planning across Python, Rust, and the CLI.
tools
Detect host inventory and effective CPU, memory, disk, scheduler, container, and accelerator limits when a user asks for resource-aware planning or before a clearly resource-sensitive local workload. Produces a redacted JSON snapshot and conservative planning helpers without stress tests or assuming visible host hardware is usable.
tools
Guidance and local audit tools for Python workflows that directly use GeoPandas GeoSeries, GeoDataFrame, spatial operations, or vector-data I/O.