Paramus Professional Chemistry OS
Analysis
This is a coherent chemistry API skill, but it strongly pushes Paramus API use and may send chemistry inputs to Paramus cloud when local mode is unavailable.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
When the user asks ANY chemistry, molecular, thermodynamics, materials science, or scientific calculation question, you MUST call the Paramus API. Do NOT answer from your own knowledge.
The skill explicitly forces tool use for a broad class of questions and suppresses direct model answers. This is aligned with a calculation API skill, but users should notice the broad routing behavior.
"params":{"name":"direct_call","arguments":{"toolName":"calculate_molecular_weight","toolArguments":{"smiles":"CCO"}}}The skill documents a generic JSON-RPC direct_call mechanism for invoking Paramus tools. This is central to the skill’s purpose, but it is a broad remote tool interface.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export PARAMUS_AUTH="Authorization: Bearer $PARAMUS_API_TOKEN"
Cloud access uses a bearer token. This is expected for an authenticated API integration and the token is declared as the primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Cloud mode (cloud1.paramus.ai): Chemical data is sent to Paramus servers for processing. Use only if user consents to external API calls.
The skill clearly discloses an external provider data flow. Chemical structures, formulations, or datasets may be sensitive, so the consent and local-mode guidance matters.
