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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bombert/drug-pipelineWhat 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
- "Show me all Phase 3 antibody drugs targeting PD-1 in lung cancer."
- "What is the development pipeline for Pfizer in the autoimmune space?"
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bombert-drug-pipeline": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
medical-conference-search
Search medical conference and presentation databases. Use this skill whenever the user asks about medical conferences, academic conferences, session abstracts, posters, oral presentations, or conference-presented drug/trial data. Three scripts are available: search_conferences.py (find conferences), search_presentations.py (find abstracts/presentations), and search_chained.py (find conferences then auto-inject into presentation search). Trigger words include: conference, symposium, congress, ASCO, ESMO, AHA, ACC, session, abstract, poster, oral presentation, data presented at, efficacy data, safety data, congress abstract.
clinical-trial-search
Search clinical trial databases similar to ClinicalTrials.gov. Use this skill whenever the user asks about clinical trials, drug trials, indications, targets, drug names, trial phases, NCT IDs, enrollment, or recruitment. Automatically parses natural language questions into structured query parameters and calls the backend API to return matching trial records. Trigger words include: clinical trial, NCT, drug development, indication, target, phase, enrollment, recruitment, sponsor, cohort, arm, endpoint, efficacy, safety data.