skills/bioreason_pro/SKILL.md
Multimodal reasoning LLM for protein function prediction integrating protein embeddings with biological context to generate structured reasoning traces and functional annotations.
npx skillsauth add lamm-mit/scienceclaw bioreason_proInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Multimodal reasoning LLM for protein function prediction integrating protein embeddings with biological context to generate structured reasoning traces and functional annotations.
https://github.com/bowang-lab/BioReason-Pro
Use this as the implementation source: clone the repo and follow its README for install, dependencies, and how to run code or experiments. The generated client prints JSON with a suggested git clone command.
https://www.biorxiv.org/content/10.64898/2026.03.19.712954v1
This is the paper or artifact home from DOI/registry metadata — not a JSON API. If this URL is arXiv, the generated client can still fetch live Atom metadata (title, abstract, authors) without a BASE_URL. For other hosts, the client uses stub mode until you set a real BASE_URL for a REST service.
The *_client.py script prints JSON that combines a GitHub repository (clone URL + suggested git clone) with optional paper context from arXiv (live Atom metadata when reference_url is arXiv). Run the real code by cloning the repo and following its README — the skill is your agent-facing entrypoint, not a substitute for the repo’s install steps.
To call a REST API instead, set BASE_URL in scripts/bioreason_pro_client.py or wrap the upstream CLI with subprocess after clone.
Extracted for operators and agents. Confirm against the upstream repository or paper before relying on it in production.
# Clone the repository
git clone https://github.com/bowang-lab/BioReason-Pro.git
cd BioReason-Pro
# Install package
pip install -e .
The README does not document specific CLI commands for running inference or training. However, the project provides:
Web Interface: Try BioReason-Pro directly at bioreason.net
Precomputed Predictions: Access 240,000+ precomputed protein predictions at bioreason.net/atlas
Model Checkpoints: Available on HuggingFace collection (wanglab/bioreason-pro)
Datasets: Training and evaluation datasets available at HuggingFace collection with detailed download and usage instructions
The README does not document specific environment variables, API keys, or configuration parameters. For detailed usage instructions on running inference or training, refer to the repository's code or documentation at https://github.com/bowang-lab/BioReason-Pro or the project website at https://bioreason.net.
The same text lives in scripts/USAGE.md for tools that prefer reading files under scripts/.
python3 scripts/bioreason_pro_client.py
tools
Onboard and manage Paperclip AI for research-paper knowledge and agent orchestration
development
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
testing
Generate a structured scientific PDF report from a JSON description. Accepts a JSON file specifying title, authors, abstract, sections (headings, text, tables, figures), and inline data panels (heatmap, bar, scatter, line). Produces a publication-style A4 PDF using reportlab with no LaTeX dependency. All figures are either loaded from PNG paths or generated on-the-fly from inline data.
development
Execute arbitrary Python code and return stdout. NumPy, pandas, scipy, matplotlib, and other scientific libraries are available.