ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 4/5

drug-search

Search a pharmaceutical drug database for pipeline and development information. Use this skill whenever the user asks about drugs by name, target, indication, company, modality, phase, or development progress. Automatically parses natural language questions into structured query parameters and calls the backend API to return matching drug records. Trigger words include: drug, compound, molecule, pipeline, drug target, indication, modality, antibody, small molecule, phase, approved, development stage, sponsor, drug company, bispecific, route of administration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bombert/drug-pipeline
Or

What This Skill Does

The drug-search skill acts as a powerful interface between natural language queries and complex pharmaceutical pipeline databases. By automating the extraction of key medical and corporate entities, it transforms ambiguous user requests into structured API calls. Whether you are tracking a specific molecule's development progress, investigating a class of biologics, or identifying competing drugs for a specific oncology indication, this tool streamlines the research process significantly. It supports a wide range of filters including therapeutic targets, developmental phases, routes of administration, and sponsoring organizations, ensuring that analysts can retrieve precise subsets of data without manual database management.

Installation

To integrate the drug-search skill into your OpenClaw environment, ensure you have the necessary repository access and run the following command in your terminal:

clawhub install openclaw/skills/skills/bombert/drug-pipeline

Once installed, the agent will automatically parse trigger words such as 'drug', 'indication', 'target', and 'phase' to activate the skill whenever a relevant query is detected.

Use Cases

This skill is designed for pharmaceutical analysts, clinical researchers, and biotech investors. Common use cases include:

  • Competitive Intelligence: Quickly identify all assets in Phase 3 development targeting a specific biological pathway, such as PD-1 or VEGF inhibitors.
  • Portfolio Monitoring: Search for all drugs currently under development by a specific biopharma company to assess their pipeline health.
  • Treatment Landscape Analysis: Generate a list of approved and pipeline drugs for a specific disease, such as non-small cell lung cancer (NSCLC), to understand current market saturation.

Example Prompts

  1. "Show me all Phase 3 antibody drugs targeting PD-1 in lung cancer."
  2. "What is the development pipeline for Pfizer in the autoimmune space?"
  3. "List all bispecific molecules currently in clinical trials for solid tumors."

Tips & Limitations

  • Precision Matters: When multiple entities are involved, be as specific as possible. The skill defaults to 'or' logic for keywords; if you require a strict intersection of parameters, state your requirements clearly.
  • Language: Ensure your input is in English, as the underlying database is indexed accordingly.
  • Page Control: If a search returns too many results, you can use the 'page_num' and 'page_size' parameters to paginate through the data effectively.
  • Scope: This skill is restricted to drug pipeline data; it does not perform live market price analysis or real-time clinical trial enrollment updates.

Metadata

Author@bombert
Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bombert-drug-pipeline": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#biotech#pharmaceutical#research#database#pipeline
Safety Score: 4/5

Flags: external-api, code-execution