@ww_nero/skills
v3.6.2
Published
MCP server that returns Python reference snippets and skill guides
Readme
@ww_nero/skills
MCP 服务器,提供 Python 参考脚本和技能指导。
工具列表
snippet
根据 title 返回可直接运行的 Python 参考脚本,保存到工作目录下。支持以下类型:
html_to_png:Playwright 渲染 HTML 后截图pdf_to_png:pdf2image 分页导出位图pptx_to_png:LibreOffice 无头模式转 PDF 再转 PNGsvg_to_pptx:将 SVG 转化为 PPTX 中的可操作元素step_to_stl:将 STEP/STP 文件转换为 STL 网格文件combine_stls:合并多个 STL 文件
ppt
返回制作 PPT 的全流程指导说明和注意事项。
MCP 配置示例
"skills": {
"command": "npx",
"args": ["-y", "@ww_nero/skills@latest"],
"env": {},
"type": "stdio"
}运行脚本所需依赖
pip install playwright pdf2image pillow python-pptx pythonocc-core gmsh
playwright install示例脚本默认使用简体中文注释,可直接复制到本地运行或按需修改。
