원클릭으로
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.