← Back to Skills Marketplace
aipoch-ai

Mechanism Flowchart

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mechanism-flowchart
Description
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mechanism-flowchart
  3. After installation, invoke the skill by name or use /mechanism-flowchart
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mechanism-flowchart
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mechanism Flowchart?

Generates Mermaid flowchart code and visual diagrams for pathophysiological. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Mechanism Flowchart?

Run "/install mechanism-flowchart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mechanism Flowchart free?

Yes, Mechanism Flowchart is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mechanism Flowchart support?

Mechanism Flowchart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mechanism Flowchart?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments