Install
openclaw skills install @j3ffyang/260611-md2mini-imgRead an attached Markdown document, analyze and summarize it, then generate a minimalist image from the summary using the default image model. Ask the user for aspect ratio when needed, and support social-banner formats such as 5:2 and 5:4. Use when the user wants a document turned into a simple tutorial-style visual with handwritten whiteboard aesthetics.
openclaw skills install @j3ffyang/260611-md2mini-imgUse this skill when the user provides a Markdown document and wants:
Do NOT use this skill for:
document — Attached Markdown file to read and analyze.
.md)aspect_ratio — Desired image aspect ratio, e.g. 5:2, 5:4, 16:9, 1:1.
color_scheme — Color scheme for the image, e.g. black-and-white, blue accent, warm beige, pastel.
summary — String. 3–5 bullet points or one short paragraph summarizing the document.image — Generated image object. Exactly one image in the requested aspect ratio and color scheme.image_path — String. File path where the image is saved: $HOME/.hermes/cache/{date}-{subject}.png.aspect_ratio — String. The aspect ratio used for generation (resolved from input or user prompt).color_scheme — String. The color scheme used for generation (resolved from input or default).aspect_ratio is missing, ask the user for it before proceeding. Accept only valid ratios (5:2, 5:4, 16:9, 1:1, or a custom ratio the user specifies).color_scheme is missing, ask the user or default to a neutral minimalist palette.$HOME/.hermes/cache/{date}-{subject}.png.present_files to surface the saved image to the user..md file.