← Back to Skills Marketplace
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install upset-plot-converter
Description
Convert complex Venn diagrams with more than 4 sets to clearer Upset.
Usage Guidance
This skill appears to do what it says: generate Upset plots from sets/lists. Before running it: (1) run it in a sandboxed or limited-permission environment (not as root) so a malicious or mistaken output_path cannot overwrite sensitive files; (2) review scripts/main.py yourself if you have concerns—it contains all runtime logic and shows no network calls or credential use; (3) ensure Python 3.10+ and install requirements (pip install -r requirements.txt). Note the SKILL.md mentions pandas but the code doesn't use it—add pandas only if your workflow needs it. If you expect the agent to run this autonomously, ensure the agent's sandbox and path restrictions are in place because the script does not validate output paths.
Capability Analysis
Type: OpenClaw Skill
Name: upset-plot-converter
Version: 1.0.0
The skill bundle is a legitimate utility for generating Upset plots from set data using matplotlib and numpy. The code in scripts/main.py is well-structured, lacks any network or sensitive file access, and strictly adheres to its documented purpose without any signs of malicious intent or prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description (convert Venn diagrams with >4 sets to Upset plots) matches the included code: scripts/main.py computes set intersections and renders an Upset-like plot. The declared dependencies (matplotlib, numpy) are appropriate. Minor doc mismatch: SKILL.md also lists pandas as a requirement but requirements.txt does not include pandas; the code does not import pandas.
Instruction Scope
SKILL.md instructs running the packaged script and to validate inputs; the script itself only reads in-memory set data (or lists) and writes a PNG to the provided output_path. There is no network access or hidden endpoints. However, the script does not perform explicit path sanitization or sandboxing: if given an output_path that points outside the workspace (e.g., with '../'), the script will attempt to write there under the current process permissions. The SKILL.md recommends validating paths, but this validation is not enforced by the code.
Install Mechanism
No install spec is provided (instruction-only with bundled script). Dependencies are provided via requirements.txt (matplotlib, numpy). There are no downloads from untrusted URLs and no archive extraction—low install risk.
Credentials
The skill requires no environment variables, no credentials, and no config paths. This is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It only reads inputs passed to its functions and writes the specified output file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install upset-plot-converter - After installation, invoke the skill by name or use
/upset-plot-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of upset-plot-converter.
- Converts complex Venn diagrams with more than 4 sets to clear, readable Upset Plots.
- Provides both a Python API and command line workflow via scripts/main.py.
- Handles both set and list input formats for user flexibility.
- Validates inputs and includes fallback/error handling guidance for missing or incomplete data.
- Outputs results as PNG visualizations, with explicit workflow and reproducibility focus.
- Includes risk assessment, security checklist, and usage examples for safe adoption.
Metadata
Frequently Asked Questions
What is Upset Plot Converter?
Convert complex Venn diagrams with more than 4 sets to clearer Upset. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Upset Plot Converter?
Run "/install upset-plot-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Upset Plot Converter free?
Yes, Upset Plot Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Upset Plot Converter support?
Upset Plot Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Upset Plot Converter?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills