Install
openclaw skills install @sciminer/chemical-recognitionOptical chemical structure recognition workflow for extracting molecule structures and names from images through SciMiner.
openclaw skills install @sciminer/chemical-recognitionThis skill provides optical chemical structure recognition workflows for chemistry images, including:
SCIMINER_API_KEY is pre-obtained by the SciMiner gateway before the agent run reaches this skill.SCIMINER_API_KEY directly as the X-Auth-Token for SciMiner tool calls.If SCIMINER_API_KEY is not available at skill runtime, stop and report that the gateway did not inject the required credential. Do not try to derive it inside the skill or switch 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:
AlphaExtractor -> AlphaExtractor_api_doc.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.
AlphaExtractor_api_doc.md from
https://sciminer.tech/tool_api_files/.file_id values.history_url in the final user-facing
summary.parameters with the returned file_id strings.{
"status": "SUCCESS",
"result": {...},
"task_id": "xxx",
"history_url": "https://sciminer.tech/utility/history/result/APITool?id=<task_id>"
}
AlphaExtractorhttps://sciminer.tech/tool_api_files/ as the authoritative source for
payload construction and invoke-method details.SCIMINER_API_KEY environment variable to be injected by the SciMiner gateway before skill execution. The API key is sent as the X-Auth-Token header.SCIMINER_API_KEY is not available at skill runtime, stop and report that the gateway did not inject the required credential. Do not attempt to derive or locate the API key through other means.provider_name must exactly match the selected Markdown doc.history_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.history_url so the user can check later.