Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기notebook
Manage DeepTutor notebooks — list, create, view, import and remove records.
스타24,663
포크3,335
업데이트2026년 3월 20일 12:27
SKILL.md
readonly메뉴
Manage DeepTutor notebooks — list, create, view, import and remove records.
Generate quiz questions with answers on any topic.
Multi-agent research reports on any topic.
Multi-stage problem solving via DeepTutor (plan → reason → write).
Manage DeepTutor knowledge bases — list, create, search, add documents, delete.
Three-file shared memory system (SUMMARY, PROFILE, SOUL).
| 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.