在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:1,483
forks:70
updated:2026年1月23日 06:19
SKILL.md
| name | my-skill |
| description | Short description of what this skill does and when to use it. |
Detailed instructions for the agent.
bun as package managerPD_API_ENDPOINT="https://app.paperdebugger.com" npm run _build:office to build the latest office add-in. it will save the office.js file in the webapp/office/src/paperdebugger/office.js directory.npm as package manager, because Office Add-in can only compatible with npm packages.npm install to install packages in this office-addin project.npm run dev-server to start the development server (that update the office.js file in real time).npm run start to start a word and load the add-in.