blockbuster-therapy-predictor
Predict which early-stage biotechnology platforms (PROTAC, mRNA, gene editing, etc.) have the highest potential to become blockbuster therapies. Analyzes clinical trial progression, patent landscape maturity, and venture capital funding trends to generate investment and R&D prioritization scores. Trigger when: User asks about technology investment potential, platform selection, or therapeutic modality comparison.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/blockbuster-therapy-predictorBlockbuster Therapy Predictor
Comprehensive analytics tool for forecasting breakthrough therapeutic technologies by integrating multi-dimensional data sources including clinical development pipelines, intellectual property landscapes, and capital market indicators.
Features
- Multi-Source Data Integration: Aggregates clinical trials, patents, and funding data
- Predictive Scoring: Calculates Blockbuster Index combining maturity, market potential, and momentum
- Technology Landscape Mapping: Tracks 10+ emerging therapeutic platforms
- Investment Intelligence: Provides data-driven R&D and investment recommendations
- Trend Analysis: Identifies acceleration patterns and inflection points
Usage
Basic Usage
# Run complete analysis with all technologies
python scripts/main.py
# Analyze specific technologies
python scripts/main.py --tech PROTAC,mRNA,CRISPR
# Output in JSON format
python scripts/main.py --output json
Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--mode | str | full | No | Analysis mode: full or quick |
--tech | str | None | No | Comma-separated list of technologies to analyze |
--output | str | console | No | Output format: console or json |
--threshold | float | 0 | No | Minimum blockbuster index threshold (0-100) |
--save | str | None | No | Save report to file path |
Advanced Usage
# Analyze high-potential technologies only (index ≥70)
python scripts/main.py \
--threshold 70 \
--output json \
--save high_potential_report.json
# Quick analysis of specific platforms
python scripts/main.py \
--mode quick \
--tech CAR-T,ADC,Bispecific \
--output console
Output
Console Output
🏆 BLOCKBUSTER THERAPY PREDICTOR Report
Generated: 2026-02-15 10:30:00
Technologies analyzed: 10
📊 Technology Rankings
Rank Technology Blockbuster Index Maturity Market Potential Momentum Recommendation
🥇 1 mRNA 85.2 78.5 92.1 88.0 Strongly Recommended
🥈 2 CAR-T 82.3 85.2 78.5 75.0 Strongly Recommended
🥉 3 CRISPR 79.8 72.3 88.2 68.0 Recommended
JSON Output Structure
{
"generated_at": "2026-02-15T10:30:00",
"total_routes": 10,
"rankings": [
{
"rank": 1,
"tech_name": "mRNA",
"blockbuster_index": 85.2,
"maturity_score": 78.5,
"market_potential_score": 92.1,
"momentum_score": 88.0,
"recommendation": "Strongly Recommended",
"key_drivers": ["Multiple Phase III trials", "Rapid patent growth"],
"risk_factors": ["Regulatory uncertainties"],
"timeline_prediction": "First product expected in 2-4 years"
}
]
}
Scoring Methodology
Blockbuster Index Formula
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-aipoch-ai-blockbuster-therapy-predictor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
clinicaltrials-gov-parser
Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov. Trigger: When user asks to track clinical trials, monitor trial status changes, get updates on specific trials, or analyze competitor trial activities. Use cases: Pharma competitive intelligence, trial monitoring, status tracking, recruitment updates, completion alerts.
inclusion-criteria-gen
Generate and optimize clinical trial subject inclusion/exclusion criteria to balance scientific rigor with recruitment feasibility. Trigger when users need to design eligibility criteria for new trials, optimize existing criteria for better enrollment, analyze competitor trial eligibility patterns, or assess recruitment barriers. Use cases: Protocol design, eligibility optimization, recruitment strategy, competitive eligibility analysis, feasibility assessment.
adaptive-trial-simulator
Design and simulate adaptive clinical trials with interim analyses, sample size re-estimation, and early stopping rules. Evaluate Type I error control, power, and expected sample size via Monte Carlo simulation before trial initiation.
portfolio
Manage investment portfolios. Use when adding positions, analyzing allocation, calculating returns, or generating rebalance advice.
stock-valuation
A股/港股股票估值查询工具,支持查询PE、PB、PS等多维度估值指标,提供合理股价、安全边际与估值判断(低估/合理/高估)。