一键导入
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 职业分类
Guidance for querying and managing Row-Bot's own configuration and logs.
Guidance for delegating focused work to child Agents.
Guidance for durable /goal progress tracking.
Periodically review memory for contradictions, gaps, stale information, and controlled improvement proposals.
Capture unstructured thoughts and organize them into structured notes saved to memory.
Delegate coding, review, and refactor tasks to Claude Code CLI through Row-Bot's approval-gated shell workflow.
| 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 Row-Bot 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="setup" to create/reuse the tool folder's .venv and install dependencies there.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:
row-bot-custom-tool.json or internal config files.custom_tool_builder for lifecycle state: clone/import source, draft, refine, create, enable, promote, delete.custom_tool_builder action="setup" for Python dependency setup. Do not run pip install manually in Row-Bot's own Python environment.