This skill supports end-to-end antibody engineering workflows, including:
predict_predict_post from ANARCI to number the starting heavy-chain and light-chain sequences.imgt or kabat numbering so CDR1, CDR2, CDR3, and FR1-FR4 boundaries are explicit before any mutation planning.humanness_report_humanness_report__post from BioPhi to establish the baseline humanness score and OASis-style sequence risk profile.humanize_humanize__post from BioPhi with method="sapiens" or method="cdr_grafting" to generate humanized sequence variants.designer_designer__post and mutate_mutate__post from BioPhi to remove sequence-level developability liabilities while preserving critical residues identified by ANARCI numbering.predict_predict_post from IgFold for the parental antibody and shortlisted sequence variants.fastrelax_fastrelax_post from Rosetta FastRelax immediately after IgFold to reduce local clashes and move the model toward a more physically reasonable energy minimum.constrain_relax_to_start_coords=True and tune coordinate_constraint_weight for local refinement.sapscore_sapscore_post from Rosetta SAP Score on the relaxed structures to quantify exposed hydrophobic aggregation risk.structure_ops_structure_ops_post from FoldX with operation="RepairPDB" before any downstream FoldX energy calculation.energy_ops_energy_ops_post with operation="PositionScan" or operation="AnalyseComplex" to assess mutations affecting binding or interface energetics when an antibody-antigen complex structure is available.energy_ops_energy_ops_post with operation="Stability" or operation="AlaScan" to identify positions that can improve structural robustness or destabilize problematic regions.structure_ops_structure_ops_post with operation="BuildModel" to instantiate promising mutations or mutation combinations for explicit structural evaluation.fastdesign_fastdesign_post from Rosetta FastDesign on the best FoldX-derived structures to perform finer-grained side-chain and backbone redesign around prioritized regions.resfile input to restrict Rosetta redesign to intended CDR or framework positions instead of allowing uncontrolled global redesign.rosetta_interfaceanalyzer_rosetta_interfaceanalyzer_post from Rosetta InterfaceAnalyzer to re-score top redesigned complexes and obtain a tighter interface-focused evaluation.relax_script="InterfaceDesign2019" when redesigning a bound antibody-antigen interface and relax_script="MonomerDesign2019" when optimizing isolated antibody regions.humanness_report_humanness_report__post from BioPhi on the final Rosetta-optimized mutation panel to ensure new bulky or hydrophobic substitutions did not introduce unacceptable ADA risk.designer_designer__post or mutate_mutate__post from BioPhi again when a final sequence adjustment is needed after Rosetta redesign.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:
ANARCI -> ANARCI_api_doc.mdBioPhi -> BioPhi_api_doc.mdIgFold -> IgFold_api_doc.mdFoldX -> FoldX_api_doc.mdRosetta FastRelax -> Rosetta FastRelax_api_doc.mdRosetta SAP Score -> Rosetta SAP Score_api_doc.mdRosetta FastDesign -> Rosetta FastDesign_api_doc.mdRosetta InterfaceAnalyzer -> Rosetta InterfaceAnalyzer_api_doc.mdThe agent MUST:
invocation.
provider_name, tool_name, parameter names, enum values,upload-field names, content type, or submission flow from memory.
variants, such as sequence input vs structure upload.
If a user-provided parameter is not present in the selected Markdown doc
section, ask for correction or drop it with an explanation.
https://sciminer.tech/tool_api_files/.
doc and replace local paths with returned file_id values.
base-information block, parameter table, file-upload instructions, and
example code. Do not apply a shared invocation template or local registry
abstraction in this skill.
share_url in the final user-facingsummary.
before invocation.
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.provider_name must exactly match the selected Markdown doc.field names, parameter placement, and any tool-specific submission details.
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.共 3 个版本