Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:1.483
forks:70
updated:23. Januar 2026 um 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.