Agent skill

emerging-topic-scout

Monitor bioRxiv/medRxiv preprints and academic discussions to identify emerging research hotspots before they appear in mainstream journals

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill emerging-topic-scout --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Declared author: AIPOCH
Path: skills/analysis/emerging-topic-scout/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Emerging Topic Scout A real-time monitoring system for identifying "incubation period" research hotspots in biological and medical sciences before they are defined by mainstream journals. ## Overview This skill continuously monitors: - **bioRxiv**: Biology preprints via RSS/API ⚠️ *Currently blocked by Cloudflare* - **medRxiv**: Medicine preprints via RSS/API ⚠️ *Currently blocked by Cloudflare* - **arXiv**: Quantitative Biology preprints via RSS ✅ *Recommended alternative* - **Academic discussions**: Social media and forum mentions It uses trend analysis algorithms to detect sudden spikes in topic frequency, cross-platform mentions, and emerging keyword clusters. ### ⚠️ Network Access Notice **bioRxiv and medRxiv** are currently protected by Cloudflare JavaScript Challenge, which prevents programmatic RSS access. As a workaround, this skill now supports **arXiv q-bio** (Quantitative Biology) as an alternative data source. **Recommended usage:** ```bash # Use arXiv for reliable data fetching python scripts/main.py --sources arxiv --days 30 # bioRxiv/medRxiv may return 0 results due to Cloudflare protection python scripts/main.py --sources biorxiv medrxiv --days 30 # May not work

What's inside
Steps it walks through
  1. Overview
  2. ⚠️ Network Access Notice
  3. Installation
  4. Usage
  5. Basic Scan (Recommended: Use arXiv)
  6. Legacy bioRxiv/medRxiv (May not work due to Cloudflare)
  7. Advanced Configuration (arXiv Recommended)
  8. Legacy Configuration (bioRxiv/medRxiv - May not work)
  9. 🔥 High Priority Topics
  10. 1. Gene Editing Therapy (Score: 0.89)
  11. Example 2: Weekly Deep Analysis
  12. Example 3: Track Specific Research Area
  13. Known Issues
  14. bioRxiv/medRxiv Cloudflare Protection
Ships with 1 file
  • metadata.json
Commands it runs
Use arXiv for reliable data fetching
python scripts/main.py --sources arxiv --days 30
bioRxiv/medRxiv may return 0 results due to Cloudflare protection
python scripts/main.py --sources biorxiv medrxiv --days 30  # May not work
cd /Users/z04030865/.openclaw/workspace/skills/emerging-topic-scout
pip install -r scripts/requirements.txt
python scripts/main.py --sources arxiv --days 7 --output json
python scripts/main.py --sources biorxiv medrxiv --days 7 --output json
python scripts/main.py \
Not working: bioRxiv/medRxiv
More from claude-skill-registry
All skills →
About this skill
What does the emerging-topic-scout skill do?

Monitor bioRxiv/medRxiv preprints and academic discussions to identify emerging research hotspots before they appear in mainstream journals

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill emerging-topic-scout --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.

Keep going