refuaFold and score biomolecular complexes and optionally profile ADMET to prioritize molecules in drug discovery pipelines via the refua-mcp server.
Install via ClawdBot CLI:
clawdbot install jbenjoseph/refuaRefua is used in drug discovery to computationally fold and score biomolecular complexes (e.g., protein–ligand/protein–protein) and optionally profile ADMET, helping prioritize which molecules to synthesize and test first in a drug discovery pipeline.
This skill runs and connects to the refua-mcp MCP server, which exposes Refua’s “unified Complex API” as MCP tools for:
Clawdbot supports MCP natively, so the only requirement is running this MCP server and calling its tools. (github.com)
Use this skill when you need to:
Do NOT use this skill when:
Install Refua (CPU or CUDA), then install the MCP server package: (github.com)
pip install refua[cuda]pip install refuapip install refua-mcpADMET tool support is optional and requires an extra: (github.com)
pip install refua[admet]Boltz2 and BoltzGen require model/molecule assets. Refua can download them automatically: (github.com)
python -c "from refua import download_assets; download_assets()"Default asset locations + overrides: (github.com)
~/.boltz by default boltz.cache_dir if neededboltzgen.mol_dir if neededStart the server using the module entrypoint: (github.com)
python3 -m refua_mcp.serverAI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.