← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install local-gmncode-vision
Description
当内置 image 工具不可用、但本机配置了 GMNCODE_API_KEY 时,使用本地脚本直连 GMNCODE Responses API 完成图片理解。适用于角色识别、图片描述、风格分析、截图理解等任务。
README (SKILL.md)
local-gmncode-vision
当你发现:
image工具报错- 错误包含
No media-understanding provider registered - 当前环境已有
GMNCODE_API_KEY
就用这个技能。
用法
脚本路径:
/home/ubuntu/.openclaw/workspace/scripts_gmncode_image.py
基础调用:
/home/ubuntu/.openclaw/workspace/scripts_gmncode_image.py \x3Cimage_path> "你的提示词"
示例:
/home/ubuntu/.openclaw/workspace/scripts_gmncode_image.py /path/to/image.jpg "识别这张图里的角色;如果无法确认具体角色,就描述人物外观、服饰和可能风格来源。"
适用场景
- 识别二次元/国漫/游戏角色
- 描述人物外观、服装、风格
- 分析截图界面内容
- 在官方 image 工具失效时提供稳定替代
注意事项
- 依赖环境变量:
GMNCODE_API_KEY - 当前默认模型:
gpt-5.4 - 这是本地替代方案,不是 OpenClaw 官方 image provider 修复
- 如果后续官方 image 工具修好,优先用官方工具
输出原则
- 不确定时明确说“不确定”
- 可以给出“更像谁”的概率判断
- 不要把风格像误说成实锤出处
Usage Guidance
Do not run or grant secrets for this skill until you or the publisher supply and you review the referenced script (/home/ubuntu/.openclaw/workspace/scripts_gmncode_image.py). Specifically: (1) Inspect the script source to confirm what network endpoints it calls, what data it sends, and whether it logs or transmits your files or environment variables. (2) Confirm why the package metadata omitted GMNCODE_API_KEY and request that the skill declare required env vars and include or link the script source. (3) If you must test, use a limited-scope or disposable GMNCODE_API_KEY and run in an isolated environment. (4) Prefer the official image provider when available and rotate or revoke any key used for testing. If the publisher cannot provide the script source or a trustworthy explanation, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: local-gmncode-vision
Version: 1.0.0
The skill bundle provides instructions for the agent to execute a local Python script (`scripts_gmncode_image.py`) at a hardcoded path to handle image processing. However, the source code for this script is not included in the bundle, meaning the agent is being directed to run an unverified local payload. Additionally, the documentation references a non-existent model version ('gpt-5.4'), which is anomalous. While the stated purpose is a benign fallback for image recognition, the lack of transparency regarding the executed code warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The SKILL.md says the skill is a local fallback that directly calls the GMNCODE Responses API and depends on GMNCODE_API_KEY, which is coherent with the described purpose. However, the package metadata lists no required environment variables and no primary credential, and the actual helper script (/home/ubuntu/.openclaw/workspace/scripts_gmncode_image.py) is not included in the skill bundle. The missing declaration of the API key and the absent script file are inconsistencies.
Instruction Scope
Runtime instructions explicitly tell the agent to run an absolute-path local script. Because the skill bundle does not include that script, the agent would execute an external, unseen file on disk. The instructions rely on the GMNCODE_API_KEY env var and on network access to an external API (implied), but provide no details about what the script does or what data it sends/receives.
Install Mechanism
There is no install spec and no code files in the bundle (instruction-only), so the skill itself does not place new binaries on disk. That lowers supply-chain risk. However, the skill's value depends on a separate local script outside the bundle, which raises operational risk because that external script is unreviewed.
Credentials
The instructions declare a dependency on GMNCODE_API_KEY (sensitive credential) but the skill's declared requirements list no environment variables and no primary credential — an evident mismatch. Requesting an API key for the stated purpose is reasonable, but the lack of metadata and lack of included script means you cannot verify how that key would be used or where data might be sent.
Persistence & Privilege
The skill is not marked always:true and does not request persistent installation or system-wide config changes. It is user-invocable only. Autonomous invocation is allowed by default but is not combined here with other elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-gmncode-vision - After installation, invoke the skill by name or use
/local-gmncode-vision - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: GMNCODE-based local image understanding fallback when built-in image tool is unavailable.
Metadata
Frequently Asked Questions
What is Local GMNCODE Vision?
当内置 image 工具不可用、但本机配置了 GMNCODE_API_KEY 时,使用本地脚本直连 GMNCODE Responses API 完成图片理解。适用于角色识别、图片描述、风格分析、截图理解等任务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Local GMNCODE Vision?
Run "/install local-gmncode-vision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Local GMNCODE Vision free?
Yes, Local GMNCODE Vision is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Local GMNCODE Vision support?
Local GMNCODE Vision is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Local GMNCODE Vision?
It is built and maintained by iO2077 (@io2077); the current version is v1.0.0.
More Skills