Install
openclaw skills install imglinkGenerate images by customizing a URL. Drop the URL into websites, presentations, PDFs, or anywhere that loads images.
openclaw skills install imglinkUse imglink.ai to generate images via URL. The API is a single GET endpoint that accepts a prompt parameter. It returns the image.
GET https://imglink.ai/images?prompt=cat
<img src="https://imglink.ai/images?prompt=frog&key={key}" />
<img src="https://imglink.ai/images?prompt=dog&width=1024&height=768&version=1&model=nano-banana-2&key={key}" />
A key can be obtained for free by logging in at https://imglink.ai - without a key, responses are heavily rate-limited.
First response will take longer as the image is generated. Future fetches load from cache.