← 返回 Skills 市场
jverlee

ImgLink

作者 jverlee · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install imglink
功能描述
Generate images by customizing a URL. Drop the URL into websites, presentations, PDFs, or anywhere that loads images.
使用说明 (SKILL.md)

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.

安全使用建议
This skill is coherent and only documents how to build image-generation URLs for the external domain imglink.ai. Before using it, verify the external service (imglink.ai) and its privacy/terms because: generated images are said to be cached permanently (so avoid sending sensitive or private content in prompts), the optional 'anonymous' key is rate-limited (get a real key if you need higher throughput), and the skill has no published homepage or source—if you plan to use it in production, check the service's reputation, rate limits, pricing, and legal/ownership issues for generated images. Do not include secrets or PII in prompts you send to the service.
功能分析
Type: OpenClaw Skill Name: imglink Version: 1.0.2 The skill is a documentation-only bundle providing instructions for an AI agent to interact with the imglink.ai image generation API. It contains no executable code or scripts, and the instructions in SKILL.md are strictly limited to constructing valid API URLs for image generation. No indicators of malicious intent, data exfiltration, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description (generate images via URL) match the SKILL.md: it documents a single public GET endpoint and parameters needed to produce image URLs. There are no unrelated credentials, binaries, or config requirements.
Instruction Scope
SKILL.md only instructs constructing and using a public HTTPS GET URL (prompt, width, height, model, version, key). It does not tell the agent to read files, credentials, system state, or send data to unexpected endpoints. It does warn that images are cached permanently — an important behavioral note but within scope.
Install Mechanism
No install spec and no code files (instruction-only). Nothing will be downloaded or written to disk by the skill itself.
Credentials
No required environment variables or credentials declared. The SKILL.md references an optional API key obtained from the service (expected and proportional).
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install imglink
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /imglink 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated SKILL.md example section to use code blocks for image URL usage. - No changes to API functionality or parameters.
v1.0.1
- Updated documentation for clarity and conciseness. - Simplified the API call example to show a direct GET request using only the required prompt parameter. - Removed redundant example using plain URLs and focused examples on <img> tags. - No changes to the API functionality or parameters.
v1.0.0
Initial release of imglink skill: - Generate images by customizing a URL with prompt and optional parameters. - Supports direct image embedding in websites, presentations, and documents. - Deterministic outputs: same prompt and version produce the same image. - Built-in parameters for prompt, width, height, version, model, and API key. - Example URLs and usage instructions included.
元数据
Slug imglink
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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。

💬 留言讨论