Stats
Links
Categories
Academic investigation marketplace - researcher verification, lab assessment, and organization due diligence tools
npx claudepluginhub kyuwon-shim-arl/academic-investigatorAcademic investigation toolkit - researcher verification, lab assessment, organization due diligence with OpenAlex API integration and bilingual output (Korean/English)
Claude Code plugin for unified academic investigation — researcher verification, lab assessment, and organization due diligence.
claude plugin add kyuwon-shim-ARL/academic-investigator
After installation, use the skill in Claude Code:
/academic-investigator "김철수" 서울대학교 생명과학부
acad-inv profile "Jane Smith" -a "MIT" --lang en --format md
acad-inv lab "Smith Lab" --pi "Jane Smith" -a "MIT"
acad-inv org "BioTech Inc" --type startup --people "CEO Name"
acad-inv conference -c conference.yml
acad-inv red-flags "John Doe" --type person -a "Harvard"
from academic_investigator import quick_profile
result = quick_profile("Jane Smith", affiliation="MIT")
print(result["impact_tier"]["tier"]) # "Senior Leader"
| Tier | H-index | Description |
|---|---|---|
| Elite | 60+ | Top 1% — field-defining researcher |
| Senior Leader | 40-59 | Top 5% — highly influential |
| Established | 20-39 | Solid mid-career researcher |
| Mid-Career | 10-19 | Active and growing |
| Early Career | <10 | Emerging researcher |
MIT