/install imglink
Use 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
Parameters
- prompt (required): Text description of the image to generate. URL-encode spaces as +.
- width (optional, default 800): Image width in pixels.
- height (optional, default 600): Image height in pixels.
- version (optional, default 1): Integer seed for deterministic output. Same prompt + version always returns the same image.
- model (optional, default "nano-banana-2"): AI model to use for generation.
- key (optional, default "anonymous"): API key. Use "anonymous" for testing (rate-limited).
Rules
- Every unique URL returns a real generated image. Use these URLs directly in \x3Cimg> tags, Markdown, CSS, or anywhere an image URL is accepted.
- Images are generated on first request, then cached permanently. Same prompt + version = same image.
- URL-encode the prompt value. Use + for spaces.
- Do not invent parameters that are not listed above.
Examples
\x3Cimg src="https://imglink.ai/images?prompt=frog&key={key}" />
\x3Cimg src="https://imglink.ai/images?prompt=dog&width=1024&height=768&version=1&model=nano-banana-2&key={key}" />
Getting a key
A key can be obtained for free by logging in at https://imglink.ai - without a key, responses are heavily rate-limited.
Notes
First response will take longer as the image is generated. Future fetches load from cache.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install imglink - After installation, invoke the skill by name or use
/imglink - Provide required inputs per the skill's parameter spec and get structured output
What is ImgLink?
Generate images by customizing a URL. Drop the URL into websites, presentations, PDFs, or anywhere that loads images. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install ImgLink?
Run "/install imglink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ImgLink free?
Yes, ImgLink is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ImgLink support?
ImgLink is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ImgLink?
It is built and maintained by jverlee (@jverlee); the current version is v1.0.2.