Generate images from text descriptions and save them to the vault. Activate this skill when users want to create illustrations, diagrams, visual content, or any AI-generated images.
Generate images from text descriptions using the generate_image tool and embed them in vault notes.
Call the generate_image tool with these parameters:
prompt (required) — A detailed text description of the image to generate.target_note (optional) — Path to a note that determines which attachment folder the image is saved to. If omitted, the currently active note is used.The generate_image tool only generates and saves the image file — it does NOT insert the image into any note. To embed the image in a note:
generate_image with your promptwikilink (e.g., ![[generated-image.png]]) and insert it into the target note with write_fileAlways complete both steps when the user wants an image in a specific note.
Write detailed, specific prompts for the best results:
target_note when the user specifies which note should contain the image — this ensures the file is saved to the correct attachment folder per the user's Obsidian settings.