Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
custom-tool-builder-guide
// Guidance for creating reusable Custom Tools from repos or folders.
$ git log --oneline --stat
stars:1,204
forks:140
updated:2026년 5월 14일 15:49
SKILL.md
// Guidance for creating reusable Custom Tools from repos or folders.
| name | custom_tool_builder_guide |
| display_name | Custom Tool Builder Guide |
| icon | extension |
| description | Guidance for creating reusable Custom Tools from repos or folders. |
| tools | ["custom_tool_builder"] |
| tags | ["custom-tools","developer"] |
Use custom_tool_builder when the user asks to turn a GitHub repo, local folder, or current project into a reusable Thoth Custom Tool.
Default flow:
action="start".source_url. If the user gave a clone parent, pass fields={"clone_parent": "..."}. If no clone parent is known, ask for one.action="refine" when the user asks to adjust commands or behavior.action="test" for a smoke test when requested.action="create" only after the user accepts the draft.action="enable" for Developer availability and action="promote" only when the user explicitly wants it available in normal chat/workflows.Rules:
thoth-custom-tool.json or internal config files.custom_tool_builder for lifecycle state: clone/import source, draft, refine, create, enable, promote, delete.Guidance for querying and managing Thoth's own configuration and logs.
Guidance for using webcam, screen capture, and image analysis.
Guidance for using Developer Studio tools to inspect, edit, test, and review code workspaces safely.
Structured workflow for implementing code changes in Developer Studio.
Workflow for creating, testing, enabling, promoting, and removing Custom Tools from Developer Studio.
Prepare branches, diffs, tests, and GitHub PR text from Developer Studio.