This skill groups property prediction workflows for assessing the pharmacokinetic and pharmacodynamic profile of small molecules, including:
ADMET Predictor. Select specific features to narrow the output (e.g., T for toxicity only, M_CYP450 3A4 Inhibitor for a single endpoint).AOMP.OBA (requires both SMILES and dose in mg).Graph-pKa.DeepEsol.Molecular Descriptors.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:
ADMET Predictor -> ADMET Predictor_api_doc.mdAOMP -> AOMP_api_doc.mdOBA -> OBA_api_doc.mdGraph-pKa -> Graph-pKa_api_doc.mdDeepEsol -> DeepEsol_api_doc.mdMolecular Descriptors -> Molecular Descriptors_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 SMILES input vs file 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.only shows the generic SciMiner upload example and does not override the
field name, follow that example's default file field.
{
"status": "SUCCESS",
"result": {...},
"task_id": "xxx",
"share_url": "https://sciminer.tech/share?id=<task_id>&type=API_TOOL"
}
ADMET PredictorAOMPOBAGraph-pKaDeepEsolMolecular DescriptorsADMET Predictor, Molecular Descriptors, and Graph-pKa 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.features parameter for ADMET Predictor is optional; omitting it returns all endpoints. Passing category letters (A, D, M, E, T) returns all endpoints within that category.field names, 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 个版本