src/skills/runtime/local-vision-lmstudio/SKILL.md
This skill should be used when the model needs detailed image understanding through a local LM Studio vision model and needs the actual local calling contract.
npx skillsauth add 42atom/msgcode local-vision-lmstudioInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本 skill 是 LM Studio 本地详细视觉说明书。
在以下场景读取并使用本 skill:
这项能力的真实实现就在当前 runtime skill 目录里。
src/skills/runtime/local-vision-lmstudio/scripts/analyze_image.py~/.config/msgcode/skills/local-vision-lmstudio/scripts/analyze_image.py优先使用本 skill 自带 wrapper:
bash ~/.config/msgcode/skills/local-vision-lmstudio/main.sh ...如需直接调用,也只调用本 skill 自带脚本本身。
参数合同:
--print-models[--model <model-key>] <image-abs-path> "<task prompt>"--out <abs-path>--out <abs-path> 落盘,再用 read_file 读取。main.sh 子命令或额外 wrapper 层。bash ~/.config/msgcode/skills/local-vision-lmstudio/main.sh --print-models
bash ~/.config/msgcode/skills/local-vision-lmstudio/main.sh /abs/path/to/image.png "把图里的表格文字尽量忠实提出来,保持原有结构"
python3 ~/.config/msgcode/skills/local-vision-lmstudio/scripts/analyze_image.py --model <model-key> /abs/path/to/image.png "描述图片"
python3 ~/.config/msgcode/skills/local-vision-lmstudio/scripts/analyze_image.py /abs/path/to/image.png "提取全部文字" --out /abs/path/to/output.txt
[图片摘要] 当成详细视觉结果推荐顺序:
--print-models--outdata-ai
This skill should be used when the model needs detailed image understanding beyond the system preview summary, and needs a provider-neutral capability index.
development
# todo skill 触发:任务记录、查看待办、标记完成。 优先入口:`~/.config/msgcode/skills/todo/main.sh` 默认 workspace:当前目录 `$PWD`(可被 `--workspace` 覆盖)。 常用: - `bash ~/.config/msgcode/skills/todo/main.sh add "补充测试报告" --json` - `bash ~/.config/msgcode/skills/todo/main.sh list --json` - `bash ~/.config/msgcode/skills/todo/main.sh done <taskId> --json`
development
# thread skill 触发:查看/切换会话线程,读取线程消息。 优先入口:`msgcode thread ...` 常用: - `msgcode thread list --json` - `msgcode thread active --json` - `msgcode thread messages <thread-id> --limit 20 --json` - `msgcode thread switch <thread-id> --json`
development
This skill should be used when the model needs to create, inspect, enable, disable, or remove recurring schedules in msgcode, or when diagnosing schedule state in the current workspace.