/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install imglink - 安装完成后,直接呼叫该 Skill 的名称或使用
/imglink触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ImgLink 是什么?
Generate images by customizing a URL. Drop the URL into websites, presentations, PDFs, or anywhere that loads images. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 ImgLink?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install imglink」即可一键安装,无需额外配置。
ImgLink 是免费的吗?
是的,ImgLink 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ImgLink 支持哪些平台?
ImgLink 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ImgLink?
由 jverlee(@jverlee)开发并维护,当前版本 v1.0.2。