← 返回 Skills 市场
aipoch-ai

Mechanism Flowchart

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mechanism-flowchart
功能描述
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
安全使用建议
This package appears to implement a Mermaid flowchart generator and does not request credentials or perform obvious network access, but do not run the script unreviewed. Actionable steps: - Inspect the complete scripts/main.py file (the provided copy is truncated and shows an apparent bug: it references 'Mechanism' while the main class is MechanismDiagram). That mismatch will cause runtime errors and leaves uncertainty about the remainder of main(). - Confirm the CLI entrypoint doesn't read arbitrary filesystem paths, traverse out of the workspace, or make network calls. If you only need to generate diagrams from text, prefer to import the MechanismDiagram class and call generate() in a sandboxed interpreter rather than running the top-level script. - Run python -m py_compile scripts/main.py to detect syntax issues, and run the script inside an isolated environment (container or VM) so any unexpected side effects are contained. - No secrets or environment variables are required; still audit the code for any hardcoded endpoints or obfuscated logic before executing. Because of the incomplete/mismatched main() and the resulting uncertainty about runtime behavior, proceed with caution and perform the checks above before installing or executing this skill.
功能分析
Type: OpenClaw Skill Name: mechanism-flowchart Version: 1.0.0 The skill bundle is a legitimate tool for generating Mermaid flowchart syntax from medical descriptions. The Python implementation in `scripts/main.py` uses safe string manipulation and regular expressions to identify medical keywords and construct diagrams, with no evidence of network access, file system exploitation, or data exfiltration. The instructions in `SKILL.md` are consistent with the stated purpose and do not contain malicious prompt injection or attempts to hijack the agent's behavior.
能力评估
Purpose & Capability
The skill name/description describe generating Mermaid diagrams and the repository contains a Python implementation (MechanismDiagram, FlowNode, FlowEdge) and reference guidance that match that purpose. Example usage and templates align with the stated functionality.
Instruction Scope
SKILL.md instructs running the packaged script (python scripts/main.py) and mentions reading/writing workspace files which is proportional to a diagram generator. However, the provided scripts/main.py is truncated/inconsistent at the CLI entrypoint (it references a non-existent symbol 'Mechanism' and the file ends abruptly), so actual runtime behavior is uncertain. Before running, inspect the complete main() to ensure it does not perform unexpected file system reads/writes or network calls.
Install Mechanism
There is no install spec (instruction-only install), so nothing is downloaded or installed automatically. requirements.txt lists 'dataclasses' and 'enum' which are part of the standard library for Python 3.10+, so installing dependencies should be unnecessary; overall low install risk.
Credentials
The skill does not request environment variables, credentials, or config paths. The code shown contains no network access or credential usage. This is proportionate for a local diagram generator.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false). It does not modify other skills or system-wide settings according to the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mechanism-flowchart
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mechanism-flowchart 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of mechanism-flowchart skill. - Generates Mermaid flowchart code and diagrams for medical mechanisms and pathophysiology. - Supports automatic conversion from text descriptions to flowcharts, with options for diagram type, direction, and style. - Delivers structured JSON output and sample Mermaid code. - Includes robust input validation, error handling, and workflow documentation. - Designed for educational diagrams, publication figures, and visualizing disease pathways.
元数据
Slug mechanism-flowchart
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mechanism Flowchart 是什么?

Generates Mermaid flowchart code and visual diagrams for pathophysiological. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Mechanism Flowchart?

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

Mechanism Flowchart 是免费的吗?

是的,Mechanism Flowchart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mechanism Flowchart 支持哪些平台?

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

谁开发了 Mechanism Flowchart?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论