zLanqing/codex-claude-academic-skills is a collection of three skills for academic writing, editable Word and PowerPoint documents, and scientific computing with MATLAB and Python. Chinese-speaking researchers use it for literature reports, papers, presentations, data analysis, simulations, and publication figures in Claude Code or Codex. The catalogue contains the project's academic workflow skills.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add zLanqing/codex-claude-academic-skills --skill scientific-toolkit-skillgit clone --depth 1 https://github.com/zLanqing/codex-claude-academic-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zlanqing/codex-claude-academic-skills/scientific-toolkit-skill)<a href="https://agentmods.dev/skills/zlanqing/codex-claude-academic-skills/scientific-toolkit-skill"><img src="https://agentmods.dev/badge/skills/zlanqing/codex-claude-academic-skills/scientific-toolkit-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zlanqing/codex-claude-academic-skills/scientific-toolkit-skill"><img src="https://agentmods.dev/badge/skills/zlanqing/codex-claude-academic-skills/scientific-toolkit-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk warn
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00096 | $0.00998 |
| Opus 5 | $0.00048 | $0.00499 |
| Sonnet 5 | $0.00019 | $0.00200 |
| Haiku 4.5 | $0.00010 | $0.00100 |
Grade C, and why
scientific-toolkit-skill scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Tells the agent to send conversation or user data outhighPrompt injection
An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.
Some bundled references mention optional installs such as `uv pip install ...` or optional API keys for higher rate limits. Do not install packages, use cloud APIs, or send user data to external services unless the curre How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scientific Toolkit Skill
Scope
Use this skill for科研计算 and software-assisted research:
- MATLAB/Octave scripts, debugging, refactoring, signal/image processing, FFT, filtering, matrix computation, simulation, and figure export.
- Python scientific workflows with NumPy, SciPy, pandas, matplotlib, seaborn, scikit-learn, statsmodels, SymPy, and related tools.
- Statistics, exploratory data analysis, sensor/time-series forecasting, optimization, discrete-event simulation, quantum optics/open quantum systems, materials data, and graph/network analysis.
- Literature lookup, citation metadata, BibTeX, and reference verification when it supports coding or research analysis.
Use research-writing-skill for manuscript prose. Use office-academic-skill for Word/PPT deliverables.
Domain Defaults
The user's field is光电信息科学与工程. Prefer examples and checks relevant to:
- Optics, optoelectronics, optical communication, optical sensing, fiber sensing, BOTDR/BOTDA, BGS, SPM, dispersion, noise, and deconvolution.
- Signal processing, image processing, spectroscopy, detector data, sensor time series, calibration, and uncertainty.
- MATLAB simulation and reproducible figure generation for论文/答辩.
Do not fabricate physical parameters, material constants, software menu operations, experimental results, or paper conclusions. When uncertain, ask for the source file or mark the assumption.
General Workflow
- Read the provided code, data, README, docs, and project instructions before changing anything.
- Identify variables, dimensions, units, input/output paths, random seeds, and expected figures.
- Make small, verifiable changes and avoid unrelated refactors.
- Prefer mature libraries over hand-rolled numerical methods.
- Run a script-level or test-level verification when possible.
- Report environment, commands, output paths, generated figures, and known limitations.
MATLAB And Figures
- Preserve the original code structure when possible.
- Add concise comments for physical meaning, units, assumptions, or formula sources.
- Centralize key parameters and avoid hardcoded absolute paths.
- Add
rngfor stochastic simulations when reproducibility matters. - For publication figures, export both high-resolution
.pngand vector.svgwhen feasible. - Check axes, units, legends, sampling rate, line width, font, color, and image resolution.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 247 B
- references/scientific-skills/astropy/references/coordinates.md 6.9 KB
- references/scientific-skills/astropy/references/cosmology.md 6.3 KB
- references/scientific-skills/astropy/references/fits.md 8.5 KB
- references/scientific-skills/astropy/references/tables.md 9.2 KB
- references/scientific-skills/astropy/references/time.md 8.9 KB
- references/scientific-skills/astropy/references/units.md 3.7 KB
- references/scientific-skills/astropy/references/wcs_and_other_modules.md 8.3 KB
- references/scientific-skills/astropy/SKILL.md 11 KB
- references/scientific-skills/citation-management/assets/bibtex_template.bib 9.0 KB
- references/scientific-skills/citation-management/assets/citation_checklist.md 10 KB
- references/scientific-skills/citation-management/references/bibtex_formatting.md 19 KB
- references/scientific-skills/citation-management/references/citation_validation.md 16 KB
- references/scientific-skills/citation-management/references/google_scholar_search.md 17 KB
- references/scientific-skills/citation-management/references/metadata_extraction.md 19 KB
- references/scientific-skills/citation-management/references/pubmed_search.md 17 KB
- references/scientific-skills/citation-management/scripts/doi_to_bibtex.py 6.2 KB runs code
- references/scientific-skills/citation-management/scripts/extract_metadata.py 20 KB runs code
- references/scientific-skills/citation-management/scripts/format_bibtex.py 11 KB runs code
- references/scientific-skills/citation-management/scripts/search_google_scholar.py 8.8 KB runs code
- references/scientific-skills/citation-management/scripts/search_pubmed.py 13 KB runs code
- references/scientific-skills/citation-management/scripts/validate_citations.py 17 KB runs code
- references/scientific-skills/citation-management/SKILL.md 32 KB
- references/scientific-skills/exploratory-data-analysis/assets/report_template.md 3.4 KB
- references/scientific-skills/exploratory-data-analysis/references/bioinformatics_genomics_formats.md 21 KB
- references/scientific-skills/exploratory-data-analysis/references/chemistry_molecular_formats.md 22 KB
- references/scientific-skills/exploratory-data-analysis/references/general_scientific_formats.md 15 KB
- references/scientific-skills/exploratory-data-analysis/references/microscopy_imaging_formats.md 18 KB
- references/scientific-skills/exploratory-data-analysis/references/proteomics_metabolomics_formats.md 15 KB
- references/scientific-skills/exploratory-data-analysis/references/spectroscopy_analytical_formats.md 18 KB
- references/scientific-skills/exploratory-data-analysis/scripts/eda_analyzer.py 21 KB runs code
- references/scientific-skills/exploratory-data-analysis/SKILL.md 14 KB
- references/scientific-skills/literature-review/assets/review_template.md 13 KB
- references/scientific-skills/literature-review/references/citation_styles.md 6.0 KB
- references/scientific-skills/literature-review/references/database_strategies.md 15 KB
- references/scientific-skills/literature-review/scripts/generate_pdf.py 5.3 KB runs code
- references/scientific-skills/literature-review/scripts/search_databases.py 8.8 KB runs code
- references/scientific-skills/literature-review/scripts/verify_citations.py 6.9 KB runs code
- references/scientific-skills/literature-review/SKILL.md 27 KB
- references/scientific-skills/matlab/references/data-import-export.md 10 KB
- references/scientific-skills/matlab/references/executing-scripts.md 9.3 KB
- references/scientific-skills/matlab/references/graphics-visualization.md 13 KB
- references/scientific-skills/matlab/references/mathematics.md 15 KB
- references/scientific-skills/matlab/references/matrices-arrays.md 11 KB
- references/scientific-skills/matlab/references/octave-compatibility.md 9.7 KB
- references/scientific-skills/matlab/references/programming.md 12 KB
- references/scientific-skills/matlab/references/python-integration.md 9.3 KB
- references/scientific-skills/matlab/SKILL.md 9.0 KB
- references/scientific-skills/matplotlib/references/api_reference.md 11 KB
- references/scientific-skills/matplotlib/references/common_issues.md 13 KB
- references/scientific-skills/matplotlib/references/plot_types.md 12 KB
- references/scientific-skills/matplotlib/references/styling_guide.md 13 KB
- references/scientific-skills/matplotlib/scripts/plot_template.py 12 KB runs code
- references/scientific-skills/matplotlib/scripts/style_configurator.py 13 KB runs code
- references/scientific-skills/matplotlib/SKILL.md 11 KB
- references/scientific-skills/networkx/references/algorithms.md 9.0 KB
- references/scientific-skills/networkx/references/generators.md 8.0 KB
- references/scientific-skills/networkx/references/graph-basics.md 6.1 KB
- references/scientific-skills/networkx/references/io.md 9.2 KB
- references/scientific-skills/networkx/references/visualization.md 12 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 90 lines · 96 tokens per session scan C f3806f059a10
scientific-toolkit-skill is a skill published in the GitHub repository zLanqing/codex-claude-academic-skills (3,735 stars, last pushed 4mo ago), licensed MIT. It adds 96 tokens to every session and 998 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent to send conversation or user data out). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…