by LeonChaoX
A curated, multilingual library of 182 installable AI agent skills for end-to-end academic research—spanning literature discovery, scientific writing, grant development, bioinformatics, drug discovery, clinical research, machine learning, and data analysis.
# Add to your Claude Code skills
git clone https://github.com/LeonChaoX/qinyan-academic-skillsGuides for using ai agents skills like qinyan-academic-skills.
Last scanned: 6/2/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-02T08:39:48.538Z",
"npmAuditRan": true,
"pipAuditRan": true
}qinyan-academic-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LeonChaoX. A curated, multilingual library of 182 installable AI agent skills for end-to-end academic research—spanning literature discovery, scientific writing, grant development, bioinformatics, drug discovery, clinical research, machine learning, and data analysis. It has 652 GitHub stars.
Yes. qinyan-academic-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/LeonChaoX/qinyan-academic-skills" and add it to your Claude Code skills directory (see the Installation section above).
qinyan-academic-skills is primarily written in Python. It is open-source under LeonChaoX on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh qinyan-academic-skills against similar tools.
No comments yet. Be the first to share your thoughts!
A curated, installable collection of AI agent skills for research, writing, analysis, and scientific workflows.
English · 简体中文 · 繁體中文 · 日本語 · 한국어
Qinyan Academic Skills equips AI coding agents with reusable research capabilities: literature discovery, scientific writing, grant proposals, bioinformatics, drug discovery, clinical research, machine learning, data analysis, and more. The repository currently contains 182 skills across 18 domains, including five first-party Qinyan Academic skills.
Use the complete collection or install only the skill, category, tool, and scope that your workflow needs.
| Capability | What you get |
|---|---|
| Research coverage | 182 skills spanning literature, writing, life sciences, AI, statistics, databases, and laboratory workflows |
| Agent portability | One installer for Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, and OpenCode |
| Selective installation | Install the full library, one category, or one named skill |
| Project isolation | Choose global installation or keep skills inside a single project |
| Lifecycle management | Search, inspect status, check for updates, and update installed skills |
| Version-controlled source | Every skill is plain text, reviewable, portable, and easy to customize |
The default target is the global Claude Code skills directory.
curl -fsSL https://raw.githubusercontent.com/LeonChaoX/qinyan-academic-skills/main/install.sh | bash
[!NOTE] The installer requires Bash, Git, and
curl. On Windows, run it in WSL or Git Bash. Reviewinstall.shbefore piping it to Bash if your environment requires source inspection.
INSTALLER="https://raw.githubusercontent.com/LeonChaoX/qinyan-academic-skills/main/install.sh"
# Install one category
curl -fsSL "$INSTALLER" | bash -s -- --category 01
# Install one skill
curl -fsSL "$INSTALLER" | bash -s -- --skill scanpy
# Install into the current project instead of globally
curl -fsSL "$INSTALLER" | bash -s -- --project --skill scientific-writing
# Target another supported agent
curl -fsSL "$INSTALLER" | bash -s -- --tool codex
Short forms such as -c, -s, and -t are also supported. Run bash install.sh --help for the complete command reference.
# Browse and search
bash install.sh --list
bash install.sh --list-skills
bash install.sh --search "protein"
# Inspect and update
bash install.sh --status
bash install.sh --check-update
bash install.sh --update
bash install.sh --update --skill scanpy
git clone https://github.com/LeonChaoX/qinyan-academic-skills.git
cd qinyan-academic-skills
bash install.sh --help
| Agent | --tool value |
Global directory | Project directory |
|---|---|---|---|
| Claude Code | claude (default) |
~/.claude/skills/ |
.claude/skills/ |
| Cursor | cursor |
~/.cursor/skills/ |
.cursor/skills/ |
| Codex | codex |
~/.codex/skills/ |
.codex/skills/ |
| Gemini CLI | gemini |
~/.gemini/skills/ |
.gemini/skills/ |
| OpenClaw | openclaw |
~/.openclaw/skills/ |
.openclaw/skills/ |
| OpenCode | opencode |
~/.config/opencode/skills/ |
.opencode/skills/ |
Each category links directly to its source directory. Use --list-skills for the complete list or --search <term> to discover skills by name and description.
| ID | Category | Skills | Focus |
|---|---|---|---|
| — | Qinyan Academic skills | 5 | Paper search, analysis, polishing, citations, and topic analysis |
| 01 | Literature discovery and reference management | 10 | Scholarly search, reviews, citation workflows, and literature databases |
| 02 | Scientific writing and communication | 6 | Manuscripts, peer review, research proposals, and venue templates |
| 03 | Academic presentation and visualization | 9 | Slides, posters, schematics, infographics, and scientific figures |
| 04 | Research methods and scientific reasoning | 10 | Hypotheses, critical thinking, brainstorming, evaluation, and grants |
| 05 | Bioinformatics and genomics | 21 | Sequences, single-cell analysis, regulatory networks, and variants |
| 06 | Cheminformatics and drug discovery | 12 | Molecular processing, docking, medicinal chemistry, and simulation |
| 07 | Clinical medicine and precision health | 18 | Trials, clinical reports, imaging, variants, and decision support |
| 08 | Protein engineering and structural biology | 7 | Protein language models, structures, domains, and sequence resources |
| 09 | Machine learning and artificial intelligence | 14 | Deep learning, classical ML, forecasting, optimization, and explainability |
| 10 | Materials science and computational physics | 10 | Materials, quantum computing, astronomy, fluids, and simulation |
| 11 | Data analysis and statistical modeling | 11 | Dataframes, statistics, visualization, graphs, and symbolic mathematics |
| 12 | Scientific databases | 22 | Chemistry, genes, proteins, pathways, populations, and patents |
| 13 | Laboratory automation and integrations | 9 | ELNs, cloud labs, robotics, imaging, and workflow platforms |
| 14 | Documents and data tools | 7 | PDF, Word, PowerPoint, spreadsheets, notebooks, and conversion |
| 15 | Finance and economic data | 6 | Markets, filings, fiscal data, economic series, and research reports |
| 16 | Geospatial analysis and remote sensing | 2 | GIS, satellite imagery, spatial analysis, and remote sensing |
| 17 | Platforms and infrastructure | 3 | Resource discovery, cloud compute, and ISO 13485 readiness |
| Skill | Purpose |
|---|---|
qinyan-paper-search |
Search Google Scholar, PubMed, arXiv, and Wanfang through the Qinyan Academic OpenAPI |
qinyan-paper-analysis |
Produce structured, in-depth analysis of individual academic papers |
qinyan-paper-polish |
Improve Chinese and English academic prose while preserving meaning |
qinyan-citation |
Discover sources and format citations in common academic styles |
qinyan-topic-analysis |
Evaluate research topics, evidence landscapes, and promising directions |
| Goal | Recommended starting points |
|---|---|
| Literature search and evidence mapping | qinyan-paper-search, openalex-database, pubmed-database, literature-review |
| Manuscript drafting and revision | scientific-writing, qinyan-paper-polish, venue-templates, peer-review |
| Grant and proposal development | nsfc-proposal, nssfc-proposal, research-grants, research-proposal |
| Academic slides and posters | paper-slide-deck, scientific-slides, latex-posters, pptx-posters |
| Bioinformatics and omics | biopython, scanpy, pydeseq2, scvi-tools, gget |
| Drug discovery and molecular modeling | rdkit, deepchem, diffdock, molecular-dynamics, rowan |
| Statistical analysis and visualization | statistical-analysis, statsmodels, polars, plotly, seaborn |
| Clinical and precision medicine | clinical-decision-support, clinicaltrials-database, clinvar-database, pydicom |
[!TIP] Start with one focused skill, inspect its
SKILL.md, and combine skills only when the research workflow genuinely needs multiple capabilities.
install.sh --help — complete CLI options and examplesskills/ — canonical source for every skillThis collection combines first-party Qinyan Academic skills with carefully organized skills derived from the following open-source projects:
Attribution and license metadata for an individual skill remain in that skill's SKILL.md.
Contributions that improve skills, translations, documentation, and installer compatibility are welcome.
mainSKILL.md as its entry pointWhen changing shared facts such as counts, supported tools, or CLI flags, update all five README files in the same pull request.
The repository is distributed under the MIT License. Individual sk