ワンクリックで
custom-tool-builder-guide
Guidance for creating reusable Custom Tools from repos or folders.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guidance for creating reusable Custom Tools from repos or folders.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Perform multi-source research on a topic and produce a structured report.
Manage the user's personal knowledge base — knowledge graph, documents, and wiki vault.
Guidance for querying and managing Thoth's own configuration and logs.
Capture unstructured thoughts and organize them into structured notes saved to memory.
Analyses datasets with professional rigour — statistical summaries, clear narratives, and well-chosen visualisations.
Structured workflow for creating professional designs — slide decks, documents, landing pages, app mockups, and motion storyboards.
| 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.