← 返回 Skills 市场
jacqueskang

Microsoft Foundry image generation

作者 Jacques Kang · GitHub ↗ · v1.0.6
cross-platform ⚠ suspicious
718
总下载
2
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install ms-foundry-image-gen
功能描述
Azure Foundry image generation skill for OpenClaw; generates images via a Foundry deployment and returns image bytes or URLs.
安全使用建议
This skill appears to do exactly what it says: call your Azure Foundry images deployment and save the returned image bytes. Before installing, ensure you only provide a Foundry API key with the minimum necessary permissions, verify the FOUNDRY_ENDPOINT is correct and points to your service, and be aware the example writes temporary files to /tmp (ephemeral). Also confirm your environment has curl, jq, and a compatible base64 utility. If you need stricter hostname validation, review the endpoint regex in the SKILL.md or restrict network access accordingly.
功能分析
Type: OpenClaw Skill Name: ms-foundry-image-gen Version: 1.0.6 The skill is designed for Azure Foundry image generation and includes positive security measures like endpoint validation and safe prompt handling using `jq --arg`. However, it directly interpolates the `$FOUNDRY_DEPLOYMENT` and `$FOUNDRY_API_VERSION` environment variables into the `curl` URL in `SKILL.md` without explicit validation or escaping. This creates a potential shell injection vulnerability if an attacker can control these environment variables, which could lead to arbitrary command execution on the agent. While the skill explicitly states an intent to prevent injection risks, this oversight constitutes a significant vulnerability, classifying it as suspicious rather than benign.
能力评估
Purpose & Capability
Name/description match the declared requirements: curl/jq/base64 and the Foundry endpoint, API key, and deployment name are appropriate and necessary for calling the Foundry images REST API.
Instruction Scope
SKILL.md contains concrete curl/jq/base64 commands that only call the declared Foundry endpoint, validate the endpoint string, stream a base64 payload to /tmp, and save an image file. The instructions do not ask to read unrelated files, system credentials, or transmit data to any external endpoint other than the provided Foundry endpoint.
Install Mechanism
No install spec or external downloads — instruction-only skill (lowest install risk). It relies on standard CLI tools being present on PATH, which is consistent with the examples.
Credentials
Required environment variables (FOUNDRY_API_KEY, FOUNDRY_ENDPOINT, FOUNDRY_DEPLOYMENT) are directly relevant and limited in number. The primary credential is correctly declared as FOUNDRY_API_KEY. An optional FOUNDRY_API_VERSION is used in examples but not required, which is documented in Options.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system configs, and has no install-time persistence. It will make outbound calls at runtime when invoked (normal for this capability).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ms-foundry-image-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ms-foundry-image-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Updated the usage example to save intermediate and output files into the `/tmp` directory instead of the current directory. - Improved script hygiene by avoiding local file clutter for generated images and results.
v1.0.5
- Removed the manifest.json file from the repository. - No other functionality or documentation changes in this release.
v1.0.4
No code changes detected. Documentation and metadata updates only. - Updated SKILL.md to add clearer usage instructions, safer example code, and option descriptions. - Added YAML front-matter with skill name, description, homepage, and metadata. - Highlighted required environment variables more clearly and documented their use. - Stated manifest declares required secrets and primary credential for better transparency. - No functional or code changes in this release.
v1.0.3
No user-facing changes in this release. - No file or documentation changes were detected between versions.
v1.0.2
- Added a skill manifest (`manifest.json`) declaring required environment variables. - `FOUNDRY_API_KEY` is now marked as the primary credential (secret) in the manifest for improved transparency. - Documentation updated to describe registry metadata and clarify required/optional environment variables. - No changes to runtime logic or usage examples.
v1.0.1
- Initial release of the Azure Foundry image generation skill for OpenClaw. - Provides Bash-based interaction with Azure Foundry (Cognitive Services/OpenAI) image generation deployment. - Requires `curl`, `jq`, and `base64`; uses environment variables for endpoint, API key, deployment name, and API version. - Includes example for generating and saving images, plus troubleshooting and setup notes.
v1.0.0
- Major change: Skill renamed and function changed from Azure Foundry image generation to Tavily web search. - Previous Azure Foundry image generation functionality removed. - Added Tavily web search and content extraction via Tavily API. - Instructions updated for new commands and options (search, deep search, topic, date filtering, content extraction). - Now requires TAVILY_API_KEY environment variable and Node.js installed.
v0.1.0
- Removed the Python script for image generation (`scripts/generate.py`), transitioning away from a built-in script. - SKILL.md documentation rewritten to focus on using Azure Foundry (Cognitive Services/OpenAI) REST API directly with `curl`, `jq`, and `base64`. - Environmental setup and usage examples updated for working with generic Azure Foundry image endpoints. - Batch, quality, and gallery features previously described are no longer included; users now interact directly via API calls and shell utilities.
元数据
Slug ms-foundry-image-gen
版本 1.0.6
许可证
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Microsoft Foundry image generation 是什么?

Azure Foundry image generation skill for OpenClaw; generates images via a Foundry deployment and returns image bytes or URLs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 718 次。

如何安装 Microsoft Foundry image generation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ms-foundry-image-gen」即可一键安装,无需额外配置。

Microsoft Foundry image generation 是免费的吗?

是的,Microsoft Foundry image generation 完全免费(开源免费),可自由下载、安装和使用。

Microsoft Foundry image generation 支持哪些平台?

Microsoft Foundry image generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Microsoft Foundry image generation?

由 Jacques Kang(@jacqueskang)开发并维护,当前版本 v1.0.6。

💬 留言讨论