
beita6969/scienceclaw
200 skills3.4k installs174k starsGitHub
Install
npx skills add https://github.com/beita6969/scienceclawSkills in this repo
1BiostatisticsGuides biostatistical analysis for clinical and biomedical research: survival analysis, Kaplan-Meier estimation, Cox proportional-hazards regression, longitudinal modeling, and diagnostic-test evaluation. A researcher uses it when analyzing clinical outcomes, survival curves, or biomedical study data and needs correct assumption checks and reporting. It enforces proportional-hazards testing, competing-risks handling, and missing-data mechanisms.34installs2EpidemiologyThis skill performs epidemiological analysis, including SIR/SEIR disease modeling, outbreak investigation, risk-factor identification, and incidence/prevalence estimation. A developer or researcher uses it when studying disease spread or population-level health patterns. It applies DAG-based confounder control and appropriate regression models with confidence intervals.32installs3BioinformaticsGuides bioinformatics analyses including pathway enrichment, gene ontology, protein-protein interaction networks, single-cell RNA-seq, and multi-omics integration. A researcher uses it when working with gene sets, biological pathways, functional annotation, or omics data and needs a rigorous methodology plus the right databases and tools. It enforces ID mapping, multiple-testing correction, and confidence thresholds.30installs4Food ScienceThis skill analyzes food-science topics including nutritional composition, food chemistry, food-safety hazard analysis, sensory evaluation design, and processing optimization. A developer or researcher uses it when working with nutrients, food additives, HACCP plans, or shelf-life estimation. It applies thermal-processing math and degradation kinetics and references databases like USDA FoodData Central.21installs5Chemistry ToolsChemistry-tools is a skill for computational chemistry and cheminformatics. A developer uses it to calculate molecular weight from a formula, balance chemical equations with linear algebra, run thermodynamic calculations, and query PubChem or ChEBI for compound data. It also provides spectroscopy reference tables. It runs Python (sympy, numpy) in a local venv and falls back to manual calculations when RDKit is absent.20installs6Data AnalysisThis skill performs scientific data analysis with Python, covering data loading, cleaning, exploratory analysis, statistical testing, regression, and reporting. A developer uses it to clean a dataset, run EDA with visualizations, choose and apply the right statistical test, and fit regression models. It includes a decision table for matching tests to data type and distribution.20installs7Data Visualization BiomedicalThis skill generates publication-quality visualizations for biomedical and genomics data with matplotlib, seaborn, plotly and scanpy. A researcher uses it to produce volcano plots, clustered heatmaps, UMAP and dot plots with journal-ready aesthetics and statistical annotations. It provides ready functions and 300 dpi style presets for figures in papers.20installs8Literature SearchLiterature-search is a meta skill that orchestrates comprehensive scientific paper searches across Semantic Scholar, OpenAlex, arXiv, PubMed, and CrossRef. It defines a mandatory protocol that starts with Semantic Scholar, adds OpenAlex and discipline-specific databases, then deduplicates, ranks, and chains citations. A strict zero-hallucination rule requires every citation detail to come from a real API call in the conversation.20installs9Scientific WritingThis skill assists with academic paper composition, LaTeX formatting, and scholarly communication. A researcher uses it to draft abstracts and paper sections, format in LaTeX, respond to reviewer comments, or write grant proposals. It supplies paper-structure templates, LaTeX and BibTeX snippets, a reviewer-response template, citation-style guidance, and a writing-quality checklist.20installs10Article WritingThis skill writes long-form content such as articles, guides, blog posts, tutorials, and newsletters in a distinctive voice derived from supplied examples or brand guidance. It captures voice from published work, leads with concrete evidence, bans hype phrases and filler transitions, and runs a quality gate before delivery. A writer uses it to produce content that reads like a real person or brand rather than generic output.19installs11Creative Thinking For ResearchThis skill applies cognitive-science frameworks for creative thinking to computer-science and AI research ideation. A developer or researcher uses it to generate genuinely novel research directions through techniques like combinatorial bisociation, problem reformulation, and analogical reasoning. It provides structured workflows and self-check questions for each framework.19installs12Data Stats AnalysisThis skill performs statistical tests, hypothesis testing, correlation analysis, and multiple-testing corrections using scipy and statsmodels. A developer uses it to compare group means with t-tests or ANOVA, test correlations, and apply FDR or Bonferroni corrections across many tests. It executes locally and is provider-agnostic across LLMs.19installs13Data Viz PlotsThis skill creates scientific visualizations using matplotlib and seaborn. A developer uses it to build scatter, line, box, violin, heatmap and bar plots and multi-panel figures for papers, presentations or EDA. It runs locally so it is compatible with any LLM provider.19installs14Deep ResearchThis skill runs an autonomous multi-step research workflow that decomposes a question, searches multiple sources, evaluates them and synthesizes a cited report. A developer or researcher uses it for literature reviews, competitive analysis or topic deep-dives, with extra guidelines for medical topics. It produces a structured Markdown report with a source list.19installs15GithubThis skill uses the gh CLI to manage GitHub issues, pull requests, CI/workflow runs, and API queries. A developer uses it to check PR and CI status, create or comment on issues, merge PRs, and pull repository data. It excludes local git operations and non-GitHub hosts.19installs16Latex WritingLatex-writing generates publication-ready LaTeX documents, equations, tables, and BibTeX entries for academic journals. It ships templates for Nature, IEEE, ACM, PNAS, and APA plus citation-package guidance for natbib and biblatex. A researcher uses it to format a paper or equation for a specific journal target.19installs17Literature ReviewLiterature-review conducts systematic, comprehensive literature reviews across academic databases like PubMed, arXiv, bioRxiv, and Semantic Scholar. It follows a multi-phase workflow (scoping with PICO, multi-database search, thematic synthesis, citation verification) and produces formatted markdown and PDF documents in styles like APA, Nature, and Vancouver. A researcher uses it to survey a domain and write a review section.19installs18Markdown Mermaid WritingMarkdown-mermaid-writing establishes markdown with embedded Mermaid diagrams as the default format for scientific documents and reports. It argues text-based diagrams diff cleanly in git, render without a build step, and use fewer tokens than prose. It provides style guides, references for 24 Mermaid diagram types, and 9 document templates. A developer uses it whenever creating version-controlled documentation or diagrams.19installs19Arxiv DatabaseThis skill provides Python tools to search and retrieve arXiv preprints via the public Atom API. It supports keyword, author, category, and arXiv ID search, date filtering, and PDF download, returning structured JSON with titles, abstracts, authors, and links. A researcher uses it to find papers in fields such as CS, ML, physics, math, and statistics or to build literature-review datasets.18installs20Coding AgentThis skill delegates coding tasks to background agents such as Codex, Claude Code, Pi, or OpenCode using bash and background processes. A developer uses it to build features, review PRs in a temp directory, or refactor large codebases with an agent that explores files. It documents the correct invocation flags (PTY for Codex/Pi/OpenCode, --print for Claude Code) and how to monitor background sessions.18installs21Crossref SearchThis skill searches academic metadata and resolves DOIs through the public CrossRef REST API. A developer or researcher uses it to look up papers by title, author, or keyword, retrieve citation counts and reference lists, and query journal ISSN or funder metadata. It enforces a zero-hallucination rule so every returned detail traces to an actual API response.18installs22Data ExtractorThis skill digitizes scientific figures, extracting numerical data from plot images using Claude vision and OpenCV calibration. A developer uses it to read values from bar charts, scatter plots, forest plots, and Kaplan-Meier curves for meta-analyses and systematic reviews. It runs a four-phase pipeline and outputs CSV or JSON, with an optional interactive web UI.18installs23Data Visualization ExpertThis skill turns raw datasets into statistical and scientific visualizations by generating plotting code. A developer uses it for EDA, reports, comparisons or publication figures, and it produces Matplotlib, Seaborn, Plotly or ggplot2 scripts with style enforcement. It cleans data, generates the plot, then saves and verifies the output file.18installs24DocxThis skill manipulates Microsoft Word .docx files at the OOXML level. Its bundled scripts unpack and repack documents, accept tracked changes, add comments, and simplify or merge redline edits, then validate the result against OOXML schemas. A developer uses it to programmatically edit Word documents and their revisions. Note: the SKILL.md description text was not present in the fetched bundle, so this classification is grounded in the bundled scripts and schemas.18installs25Economics AnalysisThis skill guides econometric and economic-modeling work in Python, covering causal inference (DiD, instrumental variables, regression discontinuity), panel data models, and game theory. A developer uses it when analyzing economic data, estimating treatment effects, or pulling macro series from sources like FRED and the World Bank. It provides method-selection guides and code templates using statsmodels and linearmodels.18installs26Fact VerificationThis skill verifies factual claims (scientific, political, environmental, and health) against evidence through retrieval, source evaluation, and logical reasoning. A developer or researcher uses it to decompose a claim into atomic statements, gather supporting or refuting evidence, and assign a verdict on a defined scale. It references labeled datasets like PolitiFact and Climate-FEVER.18installs27Infographicsinfographics is a Claude skill that generates infographics using Nano Banana Pro AI, with Gemini 3 Pro reviewing quality against document-type thresholds and optionally gathering data via Perplexity Sonar. A developer or content creator uses it to produce list, timeline, comparison, statistical, and map-style infographics from a natural-language description. It matters because it iterates only when quality falls below a threshold, saving API calls while enforcing higher standards for marketing output.18installs28Ml PipelineThis skill provides an end-to-end machine-learning pipeline for scientific research using scikit-learn. It covers preprocessing, cross-validation, hyperparameter tuning, evaluation, feature importance with SHAP, and unsupervised methods like PCA and clustering. Developers use it to build predictive or clustering models on research data.18installs29NetworkxThis skill is a toolkit for creating, analyzing, and visualizing graphs in Python with NetworkX. A developer uses it to build network structures, compute centrality and shortest paths, detect communities, generate synthetic networks, and read or write graph formats. It applies to social, biological, citation, and knowledge graphs. It matters for any analysis of relationships between entities.18installs30Nlp AnalysisThis skill provides Python recipes for text mining and NLP in research, covering preprocessing, TF-IDF vectorization, topic modeling with LDA and BERTopic, sentiment analysis, named entity recognition, and text classification. It also computes corpus statistics and handles Chinese text with jieba. A researcher uses it to analyze document collections and extract structure. It matters for turning text corpora into measurable signals.18installs31ObsidianLets an agent work with Obsidian vaults, which are plain Markdown folders on disk, and automate them through the obsidian-cli command-line tool. A developer uses it to find the active vault, search note names and content, and create, move, or delete notes. Move and rename operations update wikilinks and Markdown links across the vault, which is the main advantage over a plain file move.18installs32Paper AnalysisProvides a framework to read, summarize, and critically analyze scientific papers from a PDF, URL, or DOI. A researcher uses it to extract findings, assess methodology and validity, compare papers, and produce quick or deep structured reviews. It includes domain-specific checklists for RCTs, observational studies, machine-learning papers, and qualitative research.18installs33Pdf Processing ProThis skill provides a production-oriented PDF processing toolkit with pre-built scripts for forms, tables, OCR, validation, and batch operations. A developer uses it for complex or high-volume PDF workflows needing robust error handling. Scripts expose CLI interfaces with consistent exit codes and logging suitable for automation pipelines.18installs34Physics SolverThis skill solves physics problems and simulates physical systems across classical mechanics, electromagnetism, thermodynamics, quantum mechanics, and optics. A developer or student uses it to derive equations, run numerical simulations, or do unit conversions. It provides SymPy for symbolic work, SciPy for numerics and physical constants, and a structured problem-solving framework.18installs35Systematic ReviewThis meta-skill coordinates a systematic review and meta-analysis workflow following PRISMA 2020 guidelines. A researcher uses it for evidence-based reviews, meta-analyses, or scoping reviews, moving from protocol development through multi-database search, screening, data extraction, and evidence synthesis. It integrates literature search, information extraction, and paper writing, and covers PICO framing, risk-of-bias assessment, GRADE, forest plots, and PRISMA reporting.18installs36Arxiv SearchThis skill searches arXiv preprints through the public API using curl, then parses the returned Atom XML with Python. It supports field prefixes, boolean operators, category codes, direct ID lookup, and pagination. A researcher uses it to find preprints and metadata across physics, math, CS, and other fields, under a rule that every result must come from an actual API response and never from training data.17installs37Astronomy CosmologyGuides astronomical and cosmological analysis, from telescope data reduction to physical-parameter derivation and cosmological calculations. A researcher uses it when working with stars, galaxies, exoplanets, dark matter, or large-scale structure and needs a consistent methodology plus the right archives. It standardizes coordinate systems, distance methods, and cosmological parameters in the output.17installs38Astropy AstronomyPerforms astronomical computations with the Astropy Python library: celestial coordinate transforms, unit conversions, FITS file I/O, cosmological distances, and time-system conversions. A developer uses it when they need concrete Astropy code for coordinate work, reading FITS data, or computing luminosity/angular-diameter distances. It defaults to Planck18 cosmology and attaching units to all quantities.17installs39Chembl DatabaseChembl-database is a skill that queries the ChEMBL database of bioactive molecules using the ChEMBL Python client. A developer uses it to find compounds by name or structure, retrieve bioactivity measurements like IC50 and Ki, look up drug mechanisms, and run similarity or substructure searches. It is aimed at drug discovery and medicinal chemistry research. It runs Django-style filters against the client and can export results to pandas.17installs40Clinical TrialClinical-trial is a skill that designs and analyzes clinical trials. A developer or researcher uses it to calculate sample size and power, choose randomization and blinding schemes, select endpoints, and plan interim analyses following CONSORT, STROBE, and SPIRIT standards. It follows a 7-step methodology from PICO definition through reporting. It is triggered by questions about RCTs and Phase I-IV trial design.17installs41Clinvar DatabaseThis skill queries NCBI ClinVar for the clinical significance of human genetic variants. A developer uses it to search variants by gene, condition, or clinical significance, retrieve records via the E-utilities API or bulk FTP, and interpret pathogenicity classifications and review-status star ratings. It also helps annotate variant call sets with clinical significance for genomic medicine work.17installs42Code ExecutionThis skill executes scientific Python code for computation, data analysis, simulation, and verification of results. A developer uses it when running statistical analyses, numerical computation, data-processing pipelines, or Monte Carlo simulations, or when verifying claimed results against raw data. It supplies ready patterns for Welch's t-tests, numerical integration, and effect-size calculation.17installs43Data TransformThis skill performs tabular data preprocessing using pandas, numpy and sklearn. A developer uses it to clean, normalize, reshape, filter, merge and feature-engineer datasets before analysis or modeling. It runs locally so it works with any LLM provider, not only Claude.17installs44Deep Research SwarmThis skill coordinates a swarm of agents to run parallelized deep research over biomedical literature. A researcher uses it for exhaustive reviews, connecting evidence across many papers and generating hypotheses. It aggregates findings into reports and verifies that claims are backed by sources.17installs45Education ResearchThis skill supports education research, including evaluating pedagogical methods, learning analytics, assessment design, and curriculum analysis. A developer or researcher uses it when analyzing student-performance data, running quasi-experimental education studies, or building valid assessments. It applies multilevel modeling for nested data and reports effect sizes in educationally meaningful terms.17installs46Environmental ScienceThis skill analyzes environmental and climate data, including temperature trends, pollution monitoring, ecological modeling, and carbon-footprint assessment. A developer uses it when working with climate anomalies, air/water quality, or biodiversity metrics. It applies non-parametric trend tests and species distribution models and compares results against regulatory thresholds.17installs47Experimental DesignThis skill designs rigorous scientific experiments, covering study-design selection, power analysis and sample-size calculation, variable control, randomization, and blinding. A developer or researcher uses it when planning an experiment or clinical trial. It explicitly does not run experiments or analyze collected data.17installs48Exploratory Data AnalysisThis skill performs exploratory data analysis on scientific data files across 200+ formats spanning chemistry, bioinformatics, microscopy, spectroscopy, proteomics, and general formats. A developer uses it to auto-detect a file's type, assess its structure and quality, and generate a markdown report with downstream-analysis recommendations. It ships an eda_analyzer.py script and per-category reference files.17installs49Generate ImageThis skill generates and edits images through OpenRouter's image models, including FLUX.2 Pro and a Gemini image preview model. A developer uses it to create photos, illustrations, concept art, or presentation visuals, or to edit an existing image with a text instruction. It routes work through the bundled generate_image.py script and saves output as PNG.17installs50Geo DatabaseThis skill accesses NCBI's Gene Expression Omnibus (GEO) to find and download microarray and RNA-seq datasets. A developer uses it to search by keyword, organism, or platform, then retrieve SOFT and matrix files and build expression matrices with GEOparse. It supports gene-centric profile searches and dataset-level analysis.17installs51Hypothesis Genhypothesis-gen is a Claude skill that runs a structured workflow for generating testable scientific hypotheses from observations, gaps, or preliminary data. A researcher uses it to formulate H0/H1, define variables, and score and prioritize candidate hypotheses before designing experiments. It matters because it turns a vague research question into ranked, falsifiable hypotheses with a consistent evaluation rubric.17installs52Latex PostersLatex-posters generates professional research posters in LaTeX using beamerposter, tikzposter, or baposter. It covers multi-column layouts, color schemes, figure integration, and conference size requirements like A0 and A1. A developer or researcher uses it to convert scientific work into a print-ready poster while avoiding content overflow and unreadable fonts.17installs53Legal AnalysisLegal-analysis analyzes legal contracts, extracts and classifies clauses, and performs structured legal research. It uses datasets like CUAD (41 clause types), CaseHOLD, and LegalBench to identify parties, dates, and risky provisions. A user follows its intake-to-summary protocol to review a contract, with an explicit rule that output is not legal advice.17installs54Linguistics AnalysisLinguistics-analysis analyzes language structures, cross-linguistic typological features, and diachronic semantic change. It draws on datasets like WALS, HistWords, and Universal Dependencies and covers typological, diachronic, syntactic, phonological, and corpus analysis. A researcher uses it to map language features, run comparisons, and test for significant patterns.17installs55Materials ScreeningThis meta-skill orchestrates a computational materials screening pipeline. It runs database search, property-based filtering, Pymatgen structure analysis, stability assessment, and multi-criteria ranking to shortlist candidate materials. Developers use it when identifying materials for batteries, catalysts, or semiconductors.17installs56Math ComputationThis skill provides Python recipes for symbolic and numerical mathematics using SymPy, NumPy, and SciPy. It covers solving equations, calculus, linear algebra, differential equations, optimization, and mathematical modeling. Developers use it when a task needs exact or numerical math with LaTeX output for papers.17installs57MatplotlibThis skill guides an agent in using Matplotlib to create publication-quality visualizations. It covers the pyplot and object-oriented interfaces, subplot layouts, styling with rcParams and style sheets, and exporting to PNG, PDF, and SVG. Developers use it when they need fine-grained control over every plot element.17installs58Meta AnalysisThis skill performs quantitative meta-analysis in Python. It calculates pooled effect sizes with a DerSimonian-Laird random-effects model, assesses heterogeneity (I-squared), detects publication bias, and generates forest and funnel plots. Developers use it to combine results from multiple studies into a synthesized estimate.17installs59Networkx SocialThis skill covers social-network and graph analysis with NetworkX in Python. A developer uses it for centrality measures, community detection, knowledge graphs from triples, bipartite projections, and visualization. It states it is not for graphs over one million nodes or GPU analytics. It matters for analyzing social structures and relationship data.17installs60NeuroscienceThis skill guides neuroscience research, including brain-imaging analysis for fMRI and EEG, neural circuit modeling, and cognitive experiment design. It walks through defining the question, experimental design, preprocessing, analysis, statistical inference, and interpretation. It names standard software like SPM, FSL, and MNE-Python and databases like OpenNeuro. A researcher uses it to plan and analyze neuroimaging studies with proper controls and multiple-comparison correction.17installs61Nltk LinguisticsThis skill covers classic NLP and corpus analysis with NLTK in Python. A developer uses it for tokenization, part-of-speech tagging, named entity recognition, VADER sentiment, frequency distributions, concordance, and WordNet lookups. It states it is not for deep learning or transformer models. It matters for lightweight linguistic analysis without heavy dependencies.17installs62Nonlinear SolversThis skill helps select and configure nonlinear solvers for root-finding, optimization, and least-squares problems. A developer characterizes the problem, then runs scripts to recommend a solver, choose a globalization strategy, diagnose Jacobian quality, and analyze convergence. It covers Newton, quasi-Newton, Broyden, and Anderson acceleration. It matters for debugging slow or diverging solvers in scientific simulations.17installs63Openai WhisperUses the local Whisper CLI to transcribe audio files to text without an API key. A developer runs it to convert an mp3 or m4a into txt or srt output, choosing a model size to trade speed for accuracy. It can also translate speech to English using the translate task.17installs64Openalex DatabaseQueries and analyzes scholarly literature through the OpenAlex API using a Python client. A researcher uses it to search papers, find works by author or institution, track citations, analyze publication trends, and run bibliometric studies across 240M+ scholarly works. It requires no API key and adds a contact email for the faster polite pool.17installs65Openalex SearchQueries the OpenAlex open academic metadata API with plain curl commands to find works, authors, institutions, and concepts. A researcher uses it to look up papers, author profiles, institution output, and open citation data without an API key. It includes an explicit zero-hallucination rule so every reported detail comes from an actual API response.17installs66Paper WritingHelps draft, structure, and refine scientific papers following the IMRaD format with proper citations. A researcher uses it to write specific sections, draft abstracts, structure a paper, and format citations across APA, IEEE, Chicago, and Vancouver styles. It includes LaTeX templates and guidance on effect sizes, author contributions, and data-availability statements.17installs67PdfThis skill covers essential PDF processing: extracting text and tables, merging, splitting, rotating, watermarking, filling forms, encrypting, and OCR on scanned PDFs. A developer uses it whenever a task touches a .pdf file or must produce one. It documents Python libraries (pypdf, pdfplumber, reportlab) and command-line tools (pdftotext, qpdf, pdftk).17installs68Peer ReviewThis skill conducts structured peer review of scientific manuscripts, covering methodological evaluation, statistical assessment, clarity, and constructive feedback. A researcher uses it to critique a paper or draft a referee report following a summary, major concerns, minor concerns, and recommendation template. It emphasizes actionable, specific, constructive feedback over stylistic preferences.17installs69Performance ProfilingThis skill analyzes computational simulation performance to find bottlenecks and recommend optimizations. A developer uses it when simulations are slow or when investigating parallel efficiency and memory needs. It ships four scripts for timing analysis, scaling studies, memory profiling, and bottleneck detection, each emitting JSON, with interpretation tables for the results.17installs70Psychology ResearchThis skill guides an agent through psychological research: designing studies, selecting validated instruments, planning data collection, and applying statistical analysis to behavioral and cognitive data. It references specific scales (PHQ-9, GAD-7, BDI-II, MMSE) and datasets (GoEmotions, DAIC-WOZ) and enforces APA reporting rules. Researchers use it for clinical, cognitive, social, and developmental psychology analysis.17installs71Pubmed SearchThis skill shows an agent how to search PubMed and MEDLINE via the NCBI E-utilities REST API using curl, covering esearch, efetch, and einfo endpoints, query syntax with field tags and MeSH terms, and specialty search patterns. It enforces a zero-hallucination rule requiring every citation to come from a real API response. Developers use it to find clinical studies and retrieve abstracts by PMID.17installs72Scienceclaw SummarizationScienceclaw-summarization is a skill that condenses scientific papers, datasets, results, and literature reviews. It provides abstract, executive, detailed, and systematic-review summary formats with discipline-aware terminology and strict citation-integrity rules. A researcher uses it to distill research faithfully for specialists or non-specialist audiences.17installs73Scientific BrainstormingThis skill runs a conversational process for generating novel research ideas and directions. A researcher uses it to explore interdisciplinary connections, challenge assumptions, and identify research gaps during early planning. It moves through divergent exploration, connection making, critical evaluation, and synthesis of concrete next steps.17installs74Scientific Critical ThinkingThis skill evaluates scientific rigor by assessing methodology, experimental design, statistical validity, biases, and confounding. A researcher uses it to grade evidence quality with GRADE and Cochrane frameworks and to identify flaws in studies. It also suggests generating schematics to visualize critical-thinking frameworks.17installs75Scientific ManuscriptThis skill guides scientific manuscript preparation for high-impact journals like Nature, Blood, and Cell. A researcher uses it to write abstracts, introductions, methods, results, discussions, and figure legends to journal standards. It covers citation management, statistical reporting standards, ICMJE guidelines, and journal-specific formatting for hematology and oncology.17installs76Scientific ReasoningThis skill solves mathematical and physical reasoning problems with rigorous step-by-step proofs. A user applies it to competition math, applied math, and physics problems that need explicit derivations. It enforces showing every intermediate step, checking dimensional consistency, and verifying answers against limiting cases.17installs77Scientific SchematicsThis skill creates publication-quality scientific diagrams from natural-language descriptions using Nano Banana 2 AI. A researcher describes a diagram and the tool generates it, reviews quality with Gemini against document-type thresholds, and regenerates only when below threshold. It covers neural network architectures, system diagrams, flowcharts, and biological pathways.17installs78Scientific SlidesThis skill builds slide decks and presentations for research talks. A researcher uses it to create conference presentations, seminar talks, or thesis defense slides with structure, design templates, and timing guidance. It can generate slide images with Nano Banana Pro and combine them into a PDF, working with PowerPoint and LaTeX Beamer.17installs79Scientific VisualizationThis skill creates publication-ready scientific figures using matplotlib, seaborn, and plotly. A researcher uses it when preparing journal-submission figures that need multi-panel layouts, error bars, significance annotations, and specific journal formatting like Nature or Science. It enforces colorblind-safe palettes, correct DPI, and vector export formats so figures meet publication standards.17installs80Social Science ResearchThis meta-skill orchestrates a full social science research workflow from literature review through data collection, text analysis, statistical modeling, and report generation. A researcher uses it for empirical social science, policy analysis, or mixed-methods studies across economics, political science, and sociology. It coordinates four specialized skills covering SSRN/CrossRef search, World Bank data, spaCy NLP, and statsmodels analysis, ending in a structured academic report.17installs811passwordThis skill covers setting up and using the 1Password CLI (op) to manage secrets. It walks through installing the CLI, enabling desktop app integration, signing in for single or multiple accounts, and reading, injecting, or running secrets. It requires running op inside a dedicated tmux session and prefers op run and op inject over writing secrets to disk.16installs82Apple NotesThis skill manages Apple Notes from the terminal using the memo CLI on macOS. It can list, filter, search, create, edit, delete, move, and export notes to HTML or Markdown. A developer uses it to add or manage notes without leaving the command line, after granting Automation access to Notes.app.16installs83Apple RemindersThis skill manages Apple Reminders from the terminal using the remindctl CLI on macOS. It can view reminders by date or list, create reminders with due dates, and complete or delete them, with JSON or plain output. A developer uses it for personal to-dos that sync to iOS, but the skill advises clarifying intent when a user says remind me to avoid confusing it with a timed alert.16installs84Asreview ScreeningScreens large sets of papers for systematic reviews by driving ASReview's active-learning models. A developer or researcher uses it when they have hundreds of papers to include/exclude and want the model to reprioritize the most-likely-relevant records after each decision. It also runs simulation mode to validate performance and produces PRISMA flow-diagram numbers.16installs85Bear NotesDrives the Bear note-taking app on macOS through the grizzly CLI to create, read, append, and search notes and tags. A developer uses it to capture or manage notes programmatically from an agent instead of clicking in the Bear UI. Certain operations (add-text, tags, open-note --selected) need a Bear API token.16installs86BiopythonProvides a Biopython toolkit for computational molecular biology in Python: sequence manipulation, FASTA/GenBank/PDB parsing, NCBI/PubMed access via Bio.Entrez, BLAST automation, and phylogenetics. A developer uses it for batch processing and custom bioinformatics pipelines rather than one-off lookups. It routes work through modular sub-packages with reference docs per domain.16installs87Biopython BioRuns common bioinformatics operations with Biopython: reading/writing sequence files, BLAST searches, pairwise alignment, PDB structure parsing, NCBI Entrez queries, and phylogenetic trees. A developer uses it for concrete Biopython code on DNA/protein sequences and structures. It is scoped to standard Biopython tasks, not clinical genomics or variant calling.16installs88Biorxiv SearchSearches the bioRxiv database of biology preprints with natural-language queries using Valyu's semantic search API. A researcher uses it to find recent unpublished life-sciences work and get back full article content, not just abstracts. It requires a Valyu API key and returns per-result relevance scores, URLs, and image links.16installs89BlogwatcherTracks blogs and RSS/Atom feeds for new articles using the blogwatcher CLI. A developer uses it to add feeds, scan for updates, and mark articles read from the terminal or an agent. It is a lightweight feed-monitoring wrapper installed via go.16installs90BlucliControls Bluesound/NAD (BluOS) audio players from the command line with the blu CLI. A developer uses it to discover devices, manage playback, group players, set volume, and search/play TuneIn stations. It supports --json output for scripting and multiple device-targeting options.16installs91BluebubblesSends and manages iMessages through the BlueBubbles integration, using a generic message tool with channel bluebubbles. A developer uses it to send texts and attachments, react with tapbacks, edit/unsend, reply in threads, and manage group chats from an agent. It requires gateway config for the bluebubbles channel and prefers chat_guid targets.16installs92BrainstormingBrainstorming is a skill that guides an agent through turning an idea into a validated design and spec through one-question-at-a-time dialogue. A developer uses it before creating features, components, or behavior changes to explore intent, propose 2-3 approaches, and get user sign-off. It writes the approved design to a dated doc and then hands off to a planning skill. It exists to prevent wasted implementation work on unexamined assumptions.16installs93CamsnapCamsnap is a skill that drives the camsnap command-line tool to capture snapshots, clips, and motion events from RTSP/ONVIF cameras. A developer uses it to add or discover cameras, take a still image, record a short clip, or watch for motion and trigger an action. It relies on the camsnap binary and ffmpeg being installed. It is useful for automating camera capture from an agent.16installs94Census DataCensus-data is a skill that queries the US Census Bureau API for demographics, population, housing, and economic data by geography. A developer uses it to get figures like state population, median household income, or poverty rates via curl against the ACS 5-year and Decennial endpoints. It requires a free Census API key. It is scoped to US data only.16installs95Chembl DrugChembl-drug is a skill that queries the ChEMBL REST API for drug-target interactions, bioactivity data, ADMET properties, and approved-drug information using curl. A developer uses it to look up a drug's mechanism of action, binding affinity, target details, or pharmacokinetic properties. It filters activities by potency threshold and clinical phase. It enforces a data-integrity rule to never fabricate results from training data.16installs96Citation AnalysisCitation-analysis is a skill that analyzes citation networks and computes bibliometric indicators using Semantic Scholar, OpenAlex, and CrossRef data. A developer uses it to calculate author metrics like h-index, build citation and co-authorship graphs, rank influential papers by PageRank, and identify emerging research fronts. It uses networkx for the graph analysis and matplotlib for citation-trend plots. It is scoped to citation patterns, not literature searching or paper writing.16installs97Citation ManagementCitation-management is a skill for managing citations throughout academic research and writing. A developer uses it to search Google Scholar and PubMed, convert DOIs, PMIDs, or arXiv IDs to BibTeX, extract complete metadata, and validate existing citations for accuracy. It draws metadata from CrossRef, PubMed E-utilities, arXiv, and DataCite. It exists to keep references accurate and reproducible in scientific writing.16installs98ClawhubClawhub is a skill that drives the npm-installed ClawHub CLI to manage agent skills from clawhub.com. A developer uses it to search for skills, install or pin a version, sync installed skills via hash-based update, and publish new or updated skill folders. It supports login for publishing and a configurable registry. It is useful for fetching and maintaining skills on the fly.16installs99Clinicaltrials DatabaseClinicaltrials-database is a skill that queries the ClinicalTrials.gov API v2. A developer uses it to search trials by condition, intervention, location, sponsor, status, or phase, retrieve a trial by NCT ID, and export results for analysis. It targets clinical research and patient matching. The API is public with no authentication and a rate limit near 50 requests per minute.16installs100Clinical Trials SearchClinical-trials-search is a skill that searches the ClinicalTrials.gov database using natural-language queries powered by Valyu's semantic-search API. A developer uses it to find trials, eligibility criteria, recruiting status, and outcomes without building search parameters. It returns ranked JSON results and integrates via a bundled script or the Valyu Python and TypeScript SDKs. It requires a Valyu API key.16installs101Code ScienceThis skill provides scientific programming best practices for reproducible research and computational infrastructure. A developer uses it to organize research code, pin environments, version data, run parallel or HPC workloads, and test scientific code against known solutions. It covers project structure, FAIR data principles, and performance profiling.16installs102Computational Pathology AgentThis skill analyzes Whole Slide Images for digital pathology using deep-learning models such as ResNet, ViT, and HoverNet. A developer uses it to read and tile gigapixel histology files, separate tissue from background, extract patches for ML training or inference, and generate slide-level feature vectors. It integrates OpenSlide/TiffSlide for WSI handling and StarDist/HoverNet for cellular analysis.16installs103Convergence StudyThis skill performs spatial and temporal convergence analysis to verify that numerical solutions converge at the expected rate as the mesh or timestep is refined. A developer uses it to compute observed convergence order, estimate discretization error with Richardson extrapolation, and report the Grid Convergence Index for formal solution verification. It provides CLI scripts that output structured JSON.16installs104Copernicus ClimateThis skill accesses the Copernicus Climate Data Store to retrieve ERA5 reanalysis fields, climate projections, and satellite-derived climate variables. A developer uses it to download historical weather and climate data via the CDS API, then process the resulting NetCDF files with xarray. It documents dataset identifiers, common variables, and bounding-box area selection.16installs105Dblp SearchThis skill queries the DBLP computer-science bibliography through its public REST API. A developer uses it to find CS publications, retrieve an author's publication list, or look up conference and journal metadata. It needs no API key but does not provide citation counts or full text.16installs106DiscordThis skill lets an agent perform Discord operations through a generic message tool with channel set to discord. A developer uses it to send, read, edit, delete, react to, pin, thread, poll and search Discord messages. It respects per-action gating and prefers Discord components v2 for rich UI.16installs107Drug DiscoveryThis skill supports drug discovery workflows from target identification through lead optimization and PK/PD modeling. A researcher uses it for virtual screening, ADMET prediction, SAR analysis and drug repurposing, drawing on databases like ChEMBL, PubChem and DrugBank. It provides a step-by-step methodology and a quality checklist for reporting results.16installs108Drug Discovery PipelineThis meta-skill orchestrates a full drug discovery pipeline from a biological target to a ranked list of candidates. It coordinates four specialized skills across target validation, compound survey, similarity search, ADMET filtering and multi-parameter ranking. A researcher uses it to move systematically from a target to prioritized drug candidates with documented rationale.16installs109Drug Discovery SearchThis skill searches major drug discovery databases (ChEMBL, DrugBank, FDA drug labels, Open Targets) at once using natural-language queries powered by Valyu's semantic search API. A researcher uses it for target validation, lead optimization, drug repurposing and safety assessment. It requires a Valyu API key and returns unified, source-tagged results with structure images.16installs110EightctlThis skill drives the eightctl command-line tool to control Eight Sleep pods. A developer uses it to check pod status and adjust temperature, alarms, schedules, audio, and base angle from the shell. It requires authentication and warns that the underlying API is unofficial and rate-limited.16installs111Energy SystemsThis skill analyzes energy systems, covering renewable resource assessment, power-grid modeling, battery-storage optimization, and techno-economic analysis. A developer uses it when evaluating solar or wind projects, sizing storage, or computing levelized cost of energy. It references tools like NREL SAM, PVWatts, HOMER, and PyPSA.16installs112Experiment DesignThis skill plans scientific experiments including sample-size calculation, randomization, control groups, blinding, and study protocols. It covers RCTs, quasi-experiments, factorial designs, A/B tests, and survey design. A developer or researcher uses it when designing a study or A/B test before collecting data.16installs113FluidsimThis skill runs computational fluid dynamics simulations with the FluidSim Python framework, providing solvers for 2D/3D Navier-Stokes, shallow water, and stratified flows using pseudospectral FFT methods. A developer uses it to configure parameters, execute simulations (including MPI-parallel runs), and analyze output like vorticity fields and energy spectra. No API keys are required.16installs114GeminiThis skill teaches an agent to call the Gemini CLI in one-shot mode instead of interactive mode. A developer uses it to get quick answers, summaries, or generated text from Gemini, optionally selecting a model or requesting JSON output. It also covers listing and managing Gemini extensions.16installs115Gene DatabaseThis skill queries the NCBI Gene database for gene annotations, reference sequences, GO terms, locations, and phenotypes. A developer uses it to search genes by symbol or ID, fetch detailed records, or run batch lookups through bundled Python scripts. It supports both the E-utilities and the newer NCBI Datasets API.16installs116Genome AnalysisThis skill runs genomics analyses including gene expression profiling, BLAST alignment, GWAS interpretation, variant calling, and genome assembly. A developer or researcher uses it to structure a bioinformatics workflow from data QC through alignment, statistics, annotation, and visualization. It names specific tools and enforces a reproducibility checklist.16installs117Genomics AnalysisThis meta-skill orchestrates a full genomics pipeline from gene query through sequence analysis, expression profiling, and pathway enrichment. A researcher uses it to investigate gene function and interpret expression data at both gene and systems levels. It integrates three specialized skills and compiles findings into a structured report.16installs118GeopandasThis skill covers GeoPandas for reading, writing, and analyzing geospatial vector data such as shapefiles, GeoJSON, and GeoPackage. A developer uses it for spatial joins, overlays, buffers, coordinate-system reprojection, and choropleth mapping. It also documents PostGIS integration and Parquet I/O.16installs119Geopandas SpatialThis skill pairs GeoPandas and xarray for geospatial and climate data analysis. A developer uses it to handle vector data (spatial joins, overlays, CRS transforms) and multidimensional NetCDF climate datasets in one workflow, including sampling climate values at point locations. It scopes out satellite ML, GPS routing, and interactive web maps.16installs120Geospatial AnalysisThis skill performs geospatial data analysis spanning GIS operations, spatial statistics, remote sensing, geocoding, and cartographic visualization. A developer or analyst uses it to structure a spatial workflow from data assessment and projection through geoprocessing, spatial autocorrelation tests, imagery classification, and map production. It names common data sources and enforces cartographic standards.16installs121GifgrepThis skill drives the gifgrep CLI to search GIF providers like Tenor and Giphy, preview results in a TUI, download GIFs, and extract stills or contact sheets. A developer uses it to quickly find and grab a GIF or turn a clip into a single-image frame grid for docs, PRs, or chat. It supports JSON and pipe-friendly output.16installs122Gnomad DatabaseThis skill queries gnomAD, the largest public collection of human genetic variation, for population allele frequencies, variant constraint scores (pLI, LOEUF), and loss-of-function intolerance. A geneticist uses it to assess whether a variant is rare or benign, interpret pathogenicity, and identify loss-of-function intolerant genes. It works through the gnomAD GraphQL API with Python requests.16installs123Goggog is a Claude skill that teaches an agent to run the gog Google Workspace CLI so it can search and send Gmail, manage Calendar events, search Drive, read Contacts, and read or update Sheets and Docs from the terminal. A developer uses it to automate Google Workspace tasks in scripts or agent workflows after a one-time OAuth setup. It matters because it gives command-line and agent access to Workspace without writing custom API code.16installs124Grant Writinggrant-writing is a Claude skill that guides research grant proposal writing, covering specific aims, significance framing, innovation articulation, approach design, and budget justification. A researcher uses it when drafting or revising a funding application for agencies like NIH, NSF, or ERC. It matters because it applies a step-by-step methodology and review-criteria checklist that mirrors how funders actually score proposals.16installs125Healthcheckhealthcheck is a Claude skill for host security hardening and risk-tolerance configuration of machines running OpenClaw. A developer uses it to run read-only security audits (OS, listening ports, firewall, backups, updates), review network exposure, and apply staged hardening aligned to a chosen risk posture without breaking access. It matters because it separates OpenClaw's own defaults from OS-level firewall, SSH, and update hardening and gates every change behind explicit approval.16installs126Himalayahimalaya is a Claude skill that drives the himalaya CLI email client to manage email from the terminal over IMAP, SMTP, Notmuch, or Sendmail backends. A developer uses it to list, read, search, reply to, forward, move, and send emails, including across multiple accounts. It matters because it gives command-line and agent access to a full email workflow after a config file with IMAP/SMTP credentials is set up.16installs127Imsgimsg is a Claude skill that drives the imsg CLI to read and send iMessage and SMS through the macOS Messages.app. A developer uses it to list recent chats, read conversation history, watch for new messages, and send texts to phone numbers or Apple IDs. It matters because it gives agents controlled, confirmation-gated access to Messages on a Mac.16installs128Information Extractioninformation-extraction is a Claude skill for pulling structured entities, relations, and clauses out of unstructured scientific and domain-specific text. A developer uses it to run named-entity recognition, relation extraction, and ontology normalization on documents like biomedical papers or legal contracts. It matters because it follows a defined protocol and grounds itself in standard datasets and identifiers (MeSH, ChEBI, UniProt) rather than free-form extraction.16installs129Kegg Pathwaykegg-pathway is a Claude skill that queries the KEGG REST API with curl for metabolic pathways, genes, compounds, drugs, and diseases. A developer uses it for pathway mapping, gene-to-pathway links, compound info, and cross-reference ID conversion directly from the command line. It matters because it documents the exact endpoints and enforces a strict rule against fabricating identifiers or results.16installs130Knowledge Discoveryknowledge-discovery is a Claude skill for finding hidden patterns, building knowledge graphs, and extracting insights from structured and unstructured data. A researcher uses it to profile data, detect patterns via clustering and anomaly detection, construct entity-relation graphs, and validate discoveries against known phenomena. It matters because it follows a defined protocol and insists on distinguishing correlation from causation and reporting statistical significance.16installs131Knowledge SynthesisKnowledge-synthesis takes raw search results from multiple sources (chat, email, docs, task trackers) and combines them into a single coherent answer. It deduplicates overlapping information, attributes every claim to a source, and scores confidence based on freshness and source authority. A developer uses it as the last-mile step of an enterprise or multi-source search flow.16installs132Lean4 ProverLean4-prover guides formal theorem proving, mathematical verification, and proof search in the Lean 4 theorem prover. It covers core tactics, Mathlib usage, lakefile project setup, and REPL interaction. A developer uses it for formalized mathematics or program verification rather than numerical or symbolic computation.16installs133Legal SearchLegal-search queries US and EU case law, court opinions, dockets, and regulations through CourtListener, Harvard Case Law Access Project, and EUR-Lex. It shows curl-based API calls to search by keyword, citation, date range, jurisdiction, and court. A user runs it to find reference legal materials, with an explicit rule never to provide legal advice.16installs134Linear SolversLinear-solvers helps select and configure a solver for linear systems Ax=b in dense and sparse problems. It walks through characterizing the matrix, choosing direct or iterative methods, picking preconditioners, and diagnosing convergence or stagnation in GMRES, CG, and BiCGSTAB. It ships Python scripts that emit JSON outputs for each analysis step.16installs135Lit SynthesizerLit-synthesizer is a biomedical literature agent that searches PubMed and bioRxiv, summarizes papers with the active LLM, builds citation graphs, and drafts literature review sections. It also does gap analysis based on keyword coverage. The SKILL.md marks the implementation as Planned, so it is an early-stage agent spec.16installs136Materials ProjectThis skill gives an agent curl recipes for querying the Materials Project API v3. It covers searching materials by chemical formula or MP ID and filtering by band gap, formation energy, density, and thermodynamic stability. Developers use it when they need computed properties for inorganic crystalline materials in a research or screening workflow.16installs137Matplotlib VizThis skill creates scientific and publication-quality figures using Matplotlib and NumPy. It covers common plot types, multi-panel layouts, and journal-specific sizing presets and color palettes. Developers use it for static plots and paper figures, not interactive dashboards or web charts.16installs138McporterThis skill documents the mcporter CLI for working with MCP servers directly. It covers listing servers and tool schemas, calling tools over HTTP or stdio, OAuth and config management, a background daemon, and CLI/TypeScript codegen. Developers use it to invoke or wire up MCP tools from the command line.16installs139Medical QaThis skill defines a protocol for answering medical and biomedical questions using structured datasets like MedQuAD and PubMedQA. It parses the question, identifies sources, retrieves evidence, synthesizes an answer with a confidence level, and verifies against at least two sources. It never provides personalized medical advice.16installs140Mesh GenerationThis skill provides a workflow for choosing mesh resolution and checking mesh quality for PDE simulations. It runs stdlib Python scripts to compute grid sizing and evaluate aspect ratio and skewness against thresholds. Developers use it when planning grid resolution or adaptive mesh refinement, but it only recommends sizing and does not generate meshes.16installs141Model UsageThis skill uses the CodexBar CLI to summarize per-model usage cost from local cost logs. It reports either the current (most recent) model or a full breakdown for Codex or Claude, via a bundled Python script that reads CodexBar cost JSON. Developers use it for scriptable per-model cost summaries.16installs142Molecular DynamicsThis skill runs and analyzes molecular dynamics simulations using OpenMM and MDAnalysis. It sets up protein and small-molecule systems, defines force fields, runs energy minimization and production MD with GPU support, and analyzes trajectories for RMSD, RMSF, contact maps, and free energy surfaces. Developers use it for structural biology, drug binding, and biophysics.16installs143Multi Search EngineThis skill gives an agent URL templates for 17 web search engines, including Baidu, Bing, Google, DuckDuckGo, Brave, and WolframAlpha, plus privacy engines. It documents advanced operators like site:, filetype:, and OR, along with Google time filters and DuckDuckGo bang shortcuts. A developer uses it to run web searches through web_fetch without signing up for any search API. It matters because it enables free multi-engine search across Chinese and international sources.16installs144Nano PdfThis skill drives the nano-pdf command-line tool to apply edits to a single page of a PDF using a natural-language instruction. A developer runs a command like editing a deck's title and fixing a subtitle typo, and the tool rewrites that page. It is installed through uv. It matters for quick document fixes without opening a PDF editor.16installs145NotionThis skill documents how to use the Notion API to create, read, and update pages, databases, and blocks. A developer uses it to search Notion, create pages in a database, query data sources, and append block content via curl. It targets the 2025-09-03 API version where databases are called data sources. It matters for automating Notion workspaces from an agent.16installs146Numerical IntegrationThis skill guides selecting and configuring time integration methods for ODE and PDE simulations. A developer classifies stiffness, chooses an integrator like RK45, BDF, or Rosenbrock, sets tolerances, and controls adaptive time steps. It also plans IMEX splitting for mixed stiff and non-stiff systems. It matters for keeping time-dependent simulations accurate and efficient.16installs147Numerical StabilityThis skill analyzes and enforces numerical stability for time-dependent PDE simulations. A developer checks CFL, Fourier, and reaction criteria, runs von Neumann analysis on custom schemes, checks matrix conditioning, and detects stiffness. It diagnoses numerical blow-up and recommends reducing dt or switching schemes. It matters for keeping explicit and implicit simulations stable and defensible.16installs148Openai Image GenBatch-generates images by calling the OpenAI Images API from a Python script. A developer runs it to produce a set of structured or custom prompts across gpt-image, DALL-E 3, and DALL-E 2 models with size, quality, background, and output-format flags. It writes the images plus a prompts.json prompt-to-file mapping and an index.html thumbnail gallery.16installs149OpenhueControls Philips Hue lights and scenes through the OpenHue CLI talking to a local Hue Bridge. A developer uses it to turn lights on or off, adjust brightness, color, and color temperature, and activate scenes for specific rooms or zones. It only works with Hue devices on the local network and requires bridge pairing on first run.16installs150Open TargetsQueries the Open Targets Platform GraphQL API with curl to explore gene-drug-disease associations, evidence scores, and therapeutic target validation. A researcher uses it to find diseases associated with a gene, targets associated with a disease, and known-drug evidence for a target. It documents seven evidence categories and requires no authentication.16installs151Opentargets DatabaseQueries the Open Targets Platform through a Python client to identify and prioritize therapeutic drug targets. A researcher uses it to search targets, diseases, and drugs, then assess tractability, safety, druggability, and target-disease evidence scores. It focuses on the GraphQL API and integrates genetics, omics, literature, and chemical data.16installs152OrdercliUses the ordercli command-line tool to check past food-delivery orders and track active order status, currently Foodora only with Deliveroo work in progress. A developer uses it to log in, list and inspect order history, watch active orders, and add a past order back to the cart. It handles Cloudflare bot protection through browser login, profile reuse, and Chrome cookie import.16installs153Parameter OptimizationProvides a workflow to explore and optimize simulation parameters through design of experiments, sensitivity analysis, and optimizer selection. An engineer uses it to calibrate materials simulations by generating LHS or Sobol samples, ranking parameter influence, and choosing between Bayesian optimization, CMA-ES, or random search. It ships pure-Python scripts that emit JSON and require no external dependencies.16installs154Patent AnalysisThis skill guides a structured patent landscape analysis: prior-art search, claim interpretation, freedom-to-operate assessment, and IP strategy for scientific inventions. A developer or researcher uses it when evaluating whether an invention is novel or clears existing patents. It outputs prior-art tables, claim charts, and invention disclosures, and flags that legal opinions require a patent attorney.16installs155Pdb DatabaseThis skill accesses the RCSB Protein Data Bank to search, retrieve, and download 3D structures of proteins and nucleic acids. A researcher uses it to find structures by text, sequence, or structural similarity, pull coordinate files and metadata, and run batch operations. It targets structural biology, protein engineering, and drug-discovery workflows using the rcsbapi Python library.16installs156Pdb StructureThis skill queries the RCSB Protein Data Bank REST, search, and GraphQL APIs to retrieve protein 3D structures, experimental metadata, and coordinate files. A researcher uses it for crystal or cryo-EM structure data, resolution info, and structure downloads via curl. It explicitly scopes out sequences (UniProt), genes (NCBI), and pathways (KEGG), and requires all returned data to come from live API responses.16installs157Pdf ProcessingThis skill extracts text and tables from PDF files, fills forms, and merges or splits documents using pdfplumber and pypdf. A developer uses it when a task mentions PDFs, forms, or document extraction. It includes common patterns for exporting to CSV, error handling for empty or scanned pages, and performance tips.16installs158PeekabooPeekaboo is a macOS UI automation CLI that captures and inspects screens, targets UI elements, drives keyboard and mouse input, and manages apps, windows, and menus. A developer uses it to script or test macOS UI flows, take annotated screenshots, and automate clicks and typing. Commands share a snapshot cache and support JSON output for scripting.16installs159PhylogeneticsThis skill builds and analyzes phylogenetic trees using MAFFT for alignment, IQ-TREE 2 and FastTree for inference, and ETE3 or FigTree for visualization. A researcher uses it for evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies. It documents the standard alignment-to-tree pipeline with Python wrappers around each bioinformatics tool.16installs160PptxThis skill guides an agent to create and edit PowerPoint (.pptx) presentations, primarily via a template workflow that unpacks the deck to XML, edits individual slide files, and repacks with validation. It bundles Python scripts (unpack, add_slide, clean, pack, thumbnail) and includes layout guidance to avoid monotonous, text-heavy slides. Developers use it to programmatically build or restyle presentations.16installs161Pubchem DatabaseThis skill teaches an agent to query PubChem, the chemical database of 110M+ compounds, using the PUG-REST API and the PubChemPy Python library. It covers structure search by name, CID, SMILES, InChI, or formula, molecular property retrieval, Tanimoto similarity and substructure searches, bioactivity data, and format conversion. Cheminformatics developers use it to look up and screen compounds.16installs162Pymatgen MaterialsThis skill guides an agent through computational materials science with pymatgen: creating and manipulating crystal structures, building phase diagrams and stability analysis, parsing electronic-structure output (band structure, DOS), running symmetry and space-group analysis, and reading VASP/CIF/POSCAR files. Materials researchers use it for structure and thermodynamic-stability workflows.16installs163Research EthicsThis skill guides an agent through research-ethics compliance: determining the regulatory framework, assessing risk, drafting IRB protocols and informed-consent documents, planning data protection, and establishing research-integrity practices. It references the Common Rule, Belmont Report, IACUC, HIPAA, and GDPR, and outputs consent forms, risk-assessment tables, and data-management plans. Researchers use it when preparing IRB submissions or consent forms.16installs164Research LiteratureResearch-literature is a skill that runs a Research Literature agent workflow for healthcare research. It executes a bundled coworker.py script using Anthropic's Claude and is limited to read_file and run_shell_command tools. A developer uses it to kick off a literature-oriented healthcare workflow from the command line.16installs165Scholar EvaluationScholar-evaluation is a skill that applies the ScholarEval framework to systematically assess scholarly work. It evaluates research papers, proposals, and literature reviews across eight quality dimensions with strengths, weaknesses, and optional 5-point scoring. A developer or researcher uses it to review academic work and gauge publication readiness.16installs166Scienceclaw ClassificationScienceclaw-classification is a skill that categorizes scientific content by discipline, methodology, study design, and quality. It sorts papers and research outputs into 17+ disciplines and rates evidence on a four-tier quality scale. A developer or researcher uses it to organize literature by field or approach and to assess study rigor.16installs167Scienceclaw DiscoveryScienceclaw-discovery is a skill that surfaces research gaps, synthesizes cross-disciplinary insights, and proposes novel hypotheses. It maps existing knowledge, finds contradictions and under-explored areas, and scores new directions on novelty, feasibility, impact, and risk. A researcher uses it to find unexplored questions and unexpected connections between fields.16installs168Scienceclaw GenerationScienceclaw-generation is a skill that produces scientific hypotheses, experimental designs, and paper drafts. It formulates testable hypotheses, plans experiments with sample-size and analysis details, and drafts IMRaD sections. A researcher uses it to propose hypotheses, design studies, or write scientific content grounded in existing knowledge.16installs169Scienceclaw IeScienceclaw-ie is a skill that extracts structured information from scientific texts, including named entities, relations, data tables, methods, and results. It defines discipline-specific entity types and relation schemas to turn papers into structured data or knowledge graphs. A researcher uses it to parse papers for key data points and build structured databases from literature.16installs170Scienceclaw PredictionScienceclaw-prediction is a skill that estimates scientific properties, trends, and outcomes with quantified uncertainty. It supports molecular property prediction, trend extrapolation, outcome estimation, and model-based methods like QSAR and pharmacokinetic modeling. A researcher uses it for model-based estimation when known values are unavailable.16installs171Scienceclaw QaScienceclaw-qa is a skill that answers scientific questions with evidence-based responses and citations across natural and social sciences. It follows a four-step method of identifying the discipline, retrieving evidence, synthesizing an answer, and citing sources. A developer or researcher uses it for factual science questions and explanations of concepts, theories, and methods.16installs172Scienceclaw ReasoningScienceclaw-reasoning is a skill for multi-step scientific reasoning, proof construction, causal inference, and logical argumentation. It supplies explicit chain-of-thought templates and distinguishes formal from informal reasoning, recommending computational verification where possible. A researcher uses it to derive conclusions, build proofs, or evaluate competing hypotheses.16installs173Scienceclaw RetrievalScienceclaw-retrieval is a skill that finds scientific information across databases and literature repositories. It documents query syntax for PubMed, arXiv, Semantic Scholar, CrossRef, and OpenAlex, and supports relevance ranking, citation chaining, and deduplication. A researcher uses it to find relevant papers and build reproducible systematic-review bibliographies.16installs174Scienceclaw VerificationThis skill verifies scientific claims, checks calculations, validates experimental designs, and fact-checks citations. A developer or researcher uses it to run structured adversarial review over a manuscript or report. It decomposes claims into atomic sub-claims, searches for evidence, and assigns verdicts with a confidence level.16installs175Scientific ClassificationThis skill classifies scientific objects and detects patterns across astronomy, biology, and social sciences using established taxonomies. A developer uses it to map data to standard classification schemes, apply a classifier with confidence scores, and validate against labeled examples. It flags ambiguous or borderline cases and reports alternative labels.16installs176Scientific GenerationThis skill generates scientific code, experimental protocols, and domain-specific text with quality control. A developer uses it to produce computing scripts, data pipelines, and lab reports that meet defined specifications. Generated content must include error handling, documentation, and factual grounding, with a validation and iteration loop.16installs177Scientific PredictionThis skill predicts scientific outcomes, material properties, and time series using computational and ML models. A developer uses it to formulate a prediction problem, prepare data, select and train a model, and report predictions with confidence intervals. It enforces held-out validation, baseline comparison, and physical-plausibility checks.16installs178Scientific Problem SelectionThis skill is a conversational framework for scientific research problem selection and strategic decisions. A scientist uses it to pitch a new project, troubleshoot a stuck one, or navigate a decision tree about what to work on. It is based on Fischbach and Walsh's problem-choice framework and emphasizes that problem choice matters more than execution quality.16installs179Scientific RetrievalThis skill retrieves and recommends relevant documents from financial, historical, and scientific archives. A user applies it to find literature, filings, or records through keyword, semantic, and citation-based search. It ranks results by relevance, authority, and recency and reports search coverage and gaps.16installs180Scientific SummarizationThis skill summarizes and simplifies scientific papers, educational materials, and technical documents. A developer or researcher uses it to produce structured abstracts, plain-language lay summaries, technical briefs, or educational summaries calibrated to a target audience. It enforces a fidelity check so numerical results like p-values and confidence intervals are preserved exactly and no claims are introduced beyond the source.16installs181SeabornThis skill covers seaborn, a Python statistical visualization library for exploring distributions, relationships, and categorical comparisons on pandas DataFrames. A developer uses it for quick exploratory analysis with box plots, violin plots, pair plots, and heatmaps that have attractive defaults. It documents both the traditional function interface and the modern seaborn.objects declarative API, plus built-in statistical aggregation and confidence intervals.16installs182Semantic ScholarThis skill searches Semantic Scholar for academic papers across all disciplines using its REST API. A researcher uses it to find papers, traverse citation and reference graphs, search authors, get recommendations, or run large-scale bibliometric analysis. It documents authentication with an S2 API key, paper lookup by DOI/arXiv/PubMed ID, rate limits, and ready-to-use curl and Python query templates.16installs183Social Science AnalysisThis skill provides social science research methods including survey design, qualitative analysis, content analysis, network analysis, psychometrics, and mixed methods. A researcher uses it to design surveys, build and validate scales, code interviews, run factor analysis or SEM, and analyze social networks. It supplies Python code for reliability, factor analysis, content analysis, inter-coder reliability, and centrality measures across sociology, psychology, political science, education, and communication.16installs184Statsmodels StatsThis skill performs statistical analysis using statsmodels and pandas. A developer or analyst uses it for regression, hypothesis testing, and time series analysis, including OLS/logistic regression, ANOVA, ARIMA/SARIMAX, and survival analysis. It enforces statistical rigor standards requiring test statistics, exact p-values, effect sizes, confidence intervals, sample sizes, and assumption checks for every result.16installs185Test Driven DevelopmentThis skill enforces test-driven development when implementing any feature or bugfix. A developer uses it before writing implementation code to follow the Red-Green-Refactor cycle: write a failing test, watch it fail, write minimal code to pass, then refactor. It codifies the Iron Law that no production code is written without a failing test first, with examples of good versus bad tests.16installs186Wikidata KnowledgeThis skill teaches an agent to query Wikidata's knowledge graph using SPARQL and the entity search API. A developer uses it to find structured facts about people, places, and organizations, query relationships between entities, and cross-reference external identifiers like ORCID and VIAF. It matters because it lets agents pull verified linked-data facts instead of relying on training-data recall.16installs187XlsxSkill for spreadsheet work with XLSX files in automated workflows. Use when tasks require parsing tables, updating cells, or exporting data.16installs188Goplacesgoplaces is a Claude skill that drives the goplaces CLI to query the Google Places API (New) for text search, place resolution, place details, and reviews. A developer uses it to look up places by name or query and to bias results by location, either for human-readable output or as JSON for scripts. It matters because it turns place-lookup into a single command line call backed by Google Places.15installs189Kegg Databasekegg-database is a Claude skill for direct REST API access to KEGG, covering pathway analysis, gene-pathway mapping, compound and drug lookups, ID conversion, and drug-drug interactions. A bioinformatics developer uses it via bundled Python helper functions to query pathways, genes, compounds, enzymes, diseases, and drugs across organisms. It matters because it gives KEGG-specific HTTP control with a data-integrity focus, and it flags that KEGG is academic-use only.15installs190Ncbi EntrezThis skill documents how to query NCBI E-utilities to retrieve GenBank sequences, gene summaries, SNP and ClinVar variant data, and cross-database links. A researcher uses it to search a database for IDs and then fetch full records, using the two-step esearch plus efetch pattern. It specifies rate limits and an optional API key for higher throughput. It matters for bioinformatics workflows that pull authoritative sequence and variant data.14installs191Perplexity SearchThis skill performs AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. A researcher uses it to find recent scientific literature, get grounded answers with citations, or access information beyond the model's knowledge cutoff. A single OpenRouter API key unlocks multiple Perplexity models including Sonar Pro and Sonar Reasoning Pro.14installs192PlotlyThis skill instructs an agent to build interactive charts in Python with Plotly, using either the high-level Plotly Express API or lower-level Graph Objects. It covers 40+ chart types, subplots, styling templates, interactivity (hover, zoom, animation), and exporting to HTML or static images. A developer uses it when they need web-embeddable or dashboard-style figures rather than static publication plots.14installs193PolarsThis skill teaches an agent to use Polars, a Python DataFrame library built on Apache Arrow, for fast in-memory data processing. It covers the expression-based API, lazy vs eager evaluation, filtering, group-by and window functions, joins, and I/O across CSV, Parquet, JSON, and databases. Developers use it as a faster pandas replacement for datasets that fit in RAM and for building ETL pipelines.14installs194Protein StructureThis skill directs an agent through structural-biology analysis of proteins: retrieving or predicting 3D structures, assessing quality (resolution, pLDDT/PAE), identifying binding sites, running molecular docking, and comparing structures via alignment. It names databases (PDB, AlphaFold DB, UniProt) and tools (AutoDock Vina, PyMOL, ChimeraX). Researchers use it when working with PDB files, protein folding, or binding-site analysis.14installs195Pubmed DatabaseThis skill guides an agent to search PubMed and MEDLINE literature using advanced Boolean operators, MeSH terms, and field tags, and to access data programmatically through the NCBI E-utilities REST API. It documents ESearch, EFetch, and related endpoints, batch processing, and rate limits. Researchers use it for systematic reviews, meta-analyses, and automated literature workflows.14installs196Rdkit ChemistryThis skill teaches an agent molecular chemistry with RDKit: parsing and validating SMILES, computing descriptors (MW, LogP, TPSA, HBD/HBA), running substructure searches, generating Morgan and MACCS fingerprints with Tanimoto/Dice similarity, applying the Lipinski Rule of Five, and rendering 2D structures. Cheminformatics developers use it for molecular property analysis and similarity screening.14installs197Reactome DatabaseThis skill guides an agent to query the Reactome pathway database via its REST API and the reactome2py Python client for systems-biology analysis. It covers retrieving pathway data from the Content Service, running overrepresentation and expression-data enrichment via the Analysis Service, mapping genes to pathways, and visualizing results. Researchers use it for pathway enrichment on gene or protein lists.14installs198Scanpy SinglecellScanpy-singlecell is a skill for single-cell RNA-seq analysis using the scanpy and anndata Python libraries. It guides preprocessing and QC, clustering and cell-type annotation, differential expression, trajectory inference, and UMAP/tSNE visualization. A developer uses it when analyzing scRNA-seq datasets and following scanpy best practices.14installs199SongseeThis skill drives the songsee command-line tool to generate spectrograms and feature-panel visualizations from audio files. A developer uses it to render a spectrogram, produce a multi-panel grid of audio features like mel, chroma, MFCC, and tempogram, or extract a time slice of a track. It documents the CLI flags for visualization types, palettes, output size, FFT settings, frequency range, and format.14installs200TrelloThis skill manages Trello boards, lists, and cards through the Trello REST API. A developer uses it to list boards and lists, list or create cards, move cards between lists, add comments, or archive cards directly from the command line with curl and jq. It documents API key and token setup and the Trello rate limits.14installs