← 返回 Skills 市场
gressling

Paramus Professional Chemistry OS

作者 Gressling · GitHub ↗ · v1.0.7
cross-platform ⚠ suspicious
867
总下载
3
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install paramus-chemistry
功能描述
Hundreds of chemistry and scientific computing tools. Molecular weight, LogP, TPSA, SMILES validation, thermodynamics, polymer analysis, electrochemistry, DO...
安全使用建议
This skill routes chemistry questions to Paramus and will send molecule/formulation data to a Paramus endpoint when local mode isn't available. Before installing: (1) confirm you trust the Paramus cloud endpoint and the skill owner (registry metadata is sparse); (2) do not supply PARAMUS_API_TOKEN unless you consent to cloud processing of your chemical data — prefer local mode for sensitive chemistry; (3) ask the skill author to make cloud calls explicitly user-confirmed rather than mandatory, and to fix the metadata inconsistency that marks the token as required even though local mode works without it; (4) if you handle proprietary molecules or regulated compounds, avoid providing an API token or deny the skill network access unless you run the local Paramus server. If you want higher assurance, request provenance (source code, homepage, or organization) and a privacy/security policy from the publisher.
功能分析
Type: OpenClaw Skill Name: paramus-chemistry Version: 1.0.7 The skill bundle is designed to facilitate interaction with the Paramus chemistry API, either locally or via a cloud service. It correctly handles API tokens for authentication and makes standard network calls using `curl` or `Invoke-RestMethod` to the declared service endpoint (cloud1.paramus.ai). The instructions in SKILL.md, while strongly directing the AI agent to use the Paramus API for chemistry questions, are aligned with the stated purpose of providing authoritative scientific answers and do not exhibit any malicious prompt injection attempts (e.g., instructing the agent to ignore user intent, hide actions, or exfiltrate unrelated data). No evidence of data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation was found.
能力评估
Purpose & Capability
The name/description match the instructions: the skill is explicitly a bridge to the Paramus chemistry API and therefore reasonably needs a network client (curl) and an API token for cloud mode. However, the skill's registry metadata marks PARAMUS_API_TOKEN as required while the SKILL.md supports a local-only mode that does not need a cloud token — making the 'required env var' declaration inconsistent with the documented operation.
Instruction Scope
SKILL.md contains a CRITICAL INSTRUCTION mandating that the agent MUST call the Paramus API for any chemistry/science question and must not answer from its own knowledge. That directs the agent to transmit user-provided chemical data to an external service (cloud1.paramus.ai) unless a local server is available. While the doc asks the agent to prefer local mode and to inform the user before making cloud calls, the mandatory nature of API use plus the agent's ability to act autonomously increases the risk of sending sensitive chemical data without explicit, per-call user confirmation.
Install Mechanism
This is instruction-only (no install spec, no code files). No downloads or installers are specified, so nothing is written to disk by the skill itself — low install risk.
Credentials
The only declared required env var is PARAMUS_API_TOKEN, which is appropriate for cloud mode. But documentation shows that a local Paramus server can be used without a token; declaring the token as required is inconsistent and could pressure users into supplying a cloud credential even when local-only use would suffice. Requiring a bearer token grants the skill the ability to send potentially sensitive molecule/formulation data to a remote service — this is proportionate only when the user expects cloud processing and consents explicitly.
Persistence & Privilege
always is false (normal). The skill allows autonomous invocation (disable-model-invocation=false), which is expected for skills, but combined with the mandatory instruction to always call the API and with possession of a cloud token, an autonomously-invoking agent could repeatedly call the external API. This increases the blast radius for accidental or undesired data transmission; it's not by itself malicious but worth caution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paramus-chemistry
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paramus-chemistry 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
- Skill description updated for clarity—now highlights broad coverage of chemistry and scientific computing tools. - No changes to workflow, API usage, or tool instructions. - No functional or code changes detected.
v1.0.6
- Added explicit instructions and example scripts for Windows/PowerShell users, including use of curl.exe and environment variable setup. - Updated all example gateway tool names to snake_case (e.g., direct_call, get_schema, list_categories, list_by_category). - Enhanced and clarified environment variable usage and error handling for both bash and PowerShell environments. - Included PowerShell equivalents for all key API call examples. - Added note that gateway tool names must use snake_case; only parameters inside arguments use camelCase.
v1.0.5
- Added a privacy note clarifying the difference between local and cloud modes, including recommendations for handling sensitive data. - Updated metadata to clarify required environment variables and prerequisites. - Strengthened instructions: explicitly state not to answer any chemistry questions from general knowledge and always prefer API responses. - Minor improvements to language and formatting for clarity.
v1.0.4
**This update introduces a mandatory API enforcement for all science questions and updates the setup and calling conventions.** - Now requires every chemistry, materials, or science calculation question to use the Paramus API; do not answer from built-in knowledge. - Clear setup instructions: use a single auto-detect script to connect in local or cloud mode. - Updated API call examples to use mandatory environment variables and camelCase parameter names. - API header simplified: now requires only curl (wget no longer listed). - Workflow and category documentation revised for clarity and strict API use. - Strongly worded instructions for when and how to invoke the Paramus API for user queries.
v1.0.3
- Updated the description to mention "Paramus Chemistry OS" instead of "Paramus MCP server." - No functional or code changes in this version. Documentation wording and branding improved.
v1.0.2
- Added automatic detection of local or cloud Paramus server with setup script. - Updated setup instructions to use auto-detection for connection mode. - Improved troubleshooting guidance if both connection modes aren’t available. - Minor wording and workflow clarifications for tool calls and category tables.
v1.0.1
- Added automatic detection of local or cloud Paramus server with setup script. - Updated setup instructions to use auto-detection for connection mode. - Improved troubleshooting guidance if both connection modes aren’t available. - Minor wording and workflow clarifications for tool calls and category tables.
v1.0.0
Initial release of Paramus Chemistry & Materials Science skill. - Provides access to 319 chemistry, materials science, thermodynamics, and data science tools via Paramus MCP server. - Supports both cloud (requires PARAMUS_API_TOKEN) and local operation modes. - Enables tool discovery, schema inspection, and tool invocation via JSON-RPC and curl. - Includes categories such as Chemistry, Polymers, Thermodynamics, Kinetics, Electrochemistry, Data Science, and more. - Detailed usage instructions and workflow patterns included in documentation.
元数据
Slug paramus-chemistry
版本 1.0.7
许可证
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Paramus Professional Chemistry OS 是什么?

Hundreds of chemistry and scientific computing tools. Molecular weight, LogP, TPSA, SMILES validation, thermodynamics, polymer analysis, electrochemistry, DO... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 867 次。

如何安装 Paramus Professional Chemistry OS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paramus-chemistry」即可一键安装,无需额外配置。

Paramus Professional Chemistry OS 是免费的吗?

是的,Paramus Professional Chemistry OS 完全免费(开源免费),可自由下载、安装和使用。

Paramus Professional Chemistry OS 支持哪些平台?

Paramus Professional Chemistry OS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Paramus Professional Chemistry OS?

由 Gressling(@gressling)开发并维护,当前版本 v1.0.7。

💬 留言讨论