在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:21,347
forks:2,880
updated:2026年3月20日 12:27
SKILL.md
[HINT] 下载包含 SKILL.md 和所有相关文件的完整技能目录
| name | notebook |
| description | Manage DeepTutor notebooks — list, create, view, import and remove records. |
| metadata | {"nanobot":{"emoji":"📓","requires":{"bins":["deeptutor"]}}} |
| always | false |
Use the exec tool to manage DeepTutor notebooks via CLI.
deeptutor notebook list
deeptutor notebook create <name> --description "Description text"
deeptutor notebook show <notebook_id>
deeptutor notebook add-md <notebook_id> /path/to/file.md
deeptutor notebook replace-md <notebook_id> <record_id> /path/to/file.md
deeptutor notebook remove-record <notebook_id> <record_id>
notebook list first to see available notebooks and their IDs.notebook show <id> to see individual records within a notebook.