查看 test-publish-content 技能包中的文件内容。
{ "name": "echo-skill", "version": "1.0.0", "description": "Simple Echo Skill Server", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.18.2" } }