MCP server that returns Python reference snippets and skill guides
npm install @ww_nero/skillstitle 返回可直接运行的 Python 参考脚本,保存到工作目录下。支持以下类型:
html_to_png:Playwright 渲染 HTML 后截图
pdf_to_png:pdf2image 分页导出位图
pptx_to_png:LibreOffice 无头模式转 PDF 再转 PNG
svg_to_pptx:将 SVG 转化为 PPTX 中的可操作元素
step_to_stl:将 STEP/STP 文件转换为 STL 网格文件
combine_stls:合并多个 STL 文件
json
"skills": {
"command": "npx",
"args": ["-y", "@ww_nero/skills@latest"],
"env": {},
"type": "stdio"
}
`
运行脚本所需依赖
`bash
pip install playwright pdf2image pillow python-pptx pythonocc-core gmsh
playwright install
``