一键导入
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.