Use the image-gen skill for visualizations
devThe image-gen skill allows for the generation of images, charts, plots, and visualizations within a headless sandbox using Python. It is triggered when a user asks to draw, plot, chart, visualize data, or create images.
Key Requirements:
- Use the
/tmp/directory to save generated images. - Never use GUI-based libraries like
turtle,tkinter, orpygame. - Always output the final image as inline base64 markdown to ensure it renders in the chat interface.
---
name: image-gen
description: Generate images, charts, plots, and visualizations. Use when the user asks to draw, plot, chart, visualize data, or create images.
metadata:
fastclaw:
always: false
---