Install
openclaw skills install @sciminer/sar-analysisStructure-activity relationship analysis workflows using SciMiner's MCS-based and scaffold-based SAR APIs for file or inline table inputs, plus an AlphaFold3-based binding-mode prediction workflow for target-aware SAR.
openclaw skills install @sciminer/sar-analysisThis skill covers three SciMiner SAR analysis workflows:
AlphaFold3 complex prediction, and Gnina Score activity-correlated conformation selectionMCS-based SAR Analysis when the series is structurally diverse, core boundaries are ambiguous, or you want cluster-aware MCS cores.SAR Analysis when you want scaffold-based baseline SAR analysis or a simpler Bemis-Murcko-style core view.Binding-mode prediction workflow (below) when target information is relevant and the SAR analysis needs a validated 3D binding conformation per molecule, such as when the user wants binding-mode comparison, pose-anchored SAR, or a structural rationale behind an SAR trend.https://sciminer.tech/utility.~/.config/sciminer/credentials.json with JSON shaped as {"api_key":"your_api_key_here"}.~/.config/sciminer/credentials.json and send it as the X-Auth-Token header.If ~/.config/sciminer/credentials.json is not available or does not contain an api_key field, stop and tell the user to obtain a free SciMiner API key from https://sciminer.tech/utility and store it in that file. Do not try to complete the task by switching to other tools or services.
The published Markdown files under https://sciminer.tech/tool_api_files/ are the single source of truth for provider_name, tool_name, allowed parameters, file-upload behavior, request encoding, and the example submission flow for this skill's included tools.
Use these SciMiner Markdown docs:
MCS-based SAR Analysis -> MCS-based SAR Analysis_api_doc.mdSAR Analysis -> SAR Analysis_api_doc.mdAlphaFold3 -> AlphaFold3_api_doc.md (binding-mode prediction workflow)Gnina Score -> Gnina Score_api_doc.md (binding-mode prediction workflow)For PDB template retrieval and ligand-similarity searches used by the binding-mode prediction workflow, read the bundled database sub-skill before querying public resources:
rcsb-pdb-skill/SKILL.mdThe agent MUST:
provider_name, tool_name, parameter names, enum values, upload-field names, content type, or submission flow from memory.If a user-provided parameter is not present in the selected Markdown doc section, ask for correction or drop it with an explanation.
Run this workflow when target information is relevant and the requested SAR analysis benefits from a validated 3D binding conformation, before handing molecules and their selected conformations off to MCS-based SAR Analysis or SAR Analysis.
rcsb-pdb-skill/SKILL.md sub-skill and search the PDB for structures of the same target. For each candidate co-crystallized ligand, compute similarity against the ligand(s) to be predicted, and retrieve the PDB structure with the highest ligand similarity to use as the structural template. Consider resolution and chain completeness when breaking ties among similarly scoring structures.AlphaFold3 Markdown doc and choose the section matching a protein-template-plus-ligand complex input. Submit the template PDB together with each ligand to be predicted, and request no fewer than three output conformations per molecule.Gnina Score Markdown doc and score each AlphaFold3 conformation against the target. Retain only conformations whose Affinity (kcal/mol) is lower than -7; discard the rest.share_url of every AlphaFold3 and Gnina Score task run during this workflow.https://sciminer.tech/tool_api_files/.file_id values.share_url in the final user-facing summary.parameters with the returned file_id strings.{
"status": "SUCCESS",
"result": {...},
"task_id": "xxx",
"share_url": "https://sciminer.tech/share?id=<task_id>&type=API_TOOL"
}
https://sciminer.tech/tool_api_files/ as the authoritative source for payload construction and invoke-method details.~/.config/sciminer/credentials.json and send it as the X-Auth-Token header. Do not print or persist the API key in prompts, logs, or repository files.~/.config/sciminer/credentials.json is missing or does not contain an api_key field, stop and tell the user to obtain a free SciMiner API key from https://sciminer.tech/utility and store it in that file. Do not try to complete the task by switching to other tools or services.provider_name must exactly match the selected Markdown doc.share_url links of every successful task at the end so that users can view the online results of each invoked tool, rather than showing the file download links.task_id and share_url so the user can check later.