competitor-trial-monitor
Monitor competitor clinical trial progress and alert on market risks
npx skills add majiayu000/claude-skill-registry --skill competitor-trial-monitor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Competitor Trial Monitor (ID: 178) Monitor competitor clinical trial progress and alert on market risks. ## Features - Monitor changes in clinical trial status for specified competitors - Track key milestones: enrollment completion, data unblinding, final results publication - Alert on potential market competition risks ## Data Sources - **ClinicalTrials.gov** - US Clinical Trials Registry - **EU Clinical Trials Register** - EU Clinical Trials Registry - **WHO ICTRP** - International Clinical Trials Registry Platform ## Parameters ### Commands | Command | Description | Parameters | |---------|-------------|------------| | `add` | Add trial to watchlist | `--nct` (required), `--company`, `--drug`, `--indication` | | `list` | List all monitored trials | None | | `remove` | Remove trial from watchlist | `--nct` (required) | | `scan` | Scan for updates | None | | `report` | Generate risk report | `--days` (default: 30) | ### Command Parameters **add command:** | Parameter | Type | Default | Required | Description | |-----------|------|---------|----------|-------------| | `--nct` | string | - | Yes | ClinicalTrials.gov NCT ID | | `--company` | string | Unknown | No | Competitor compa
- Features
- Data Sources
- Parameters
- Commands
- Command Parameters
- Usage
- Add Monitoring Target
- Scan for Updates
- View Monitoring List
- Remove Monitoring Target
- Generate Risk Report
- Data Storage
- Alert Rules
- Dependencies
python scripts/main.py add --nct NCT05108922 --company "Pfizer" --drug "PF-07321332" --indication "COVID-19" python scripts/main.py scan python scripts/main.py list python scripts/main.py remove --nct NCT05108922 python scripts/main.py report --days 30 pip install requests python-dateutil
What does the competitor-trial-monitor skill do?
Monitor competitor clinical trial progress and alert on market risks
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill competitor-trial-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
