Files
skills-market/.claude-plugin/marketplace.json
T

20 lines
640 B
JSON
Raw Normal View History

2026-07-10 12:03:35 +00:00
{
"name": "totoro-skills",
"owner": {
"name": "goldyard"
},
"description": "Totoro 归墟 Claude Code skills marketplace",
"plugins": [
{
"name": "hello-skill",
"source": "./plugins/hello-skill",
2026-07-10 12:03:35 +00:00
"description": "示例技能插件,验证市场可安装"
},
{
"name": "halcon",
"source": "./plugins/halcon",
"description": "MVTec HALCON 机器视觉 skill(v2):本地 Windows HALCON 或远程 halcon-remote MCP(无需本地安装)。找圆/拟合/1D-2D-3D 量测/匹配/标定/条码数据码/OCR/D2W 套圈对位;含 2387 算子索引 + 20 本官方 24.11 手册。"
2026-07-10 12:03:35 +00:00
}
]
}