adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
Parallel API key.
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill parallel-web --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/parallel-webContext preview
The summary Claude sees to decide when to auto-load this skill.
Parallel API key.
name: parallel-web
description: "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."
license: MIT
compatibility: Requires parallel-cli and internet access.
metadata:
version: "1.3"
skill-author: K-Dense Inc.
openclaw:
primaryEnv: PARALLEL_API_KEY
envVars:
- name: PARALLEL_API_KEY
required: true
description: Parallel API key.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 |
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](url)) in addition to the standard citation format. If a DOI is present, prefer the DOI link.
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 5
🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP…
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data…
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree…
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk…