Execution playbook for bio_tools remote mode, with reusable request templates and I/O conventions. Trigger when agent needs concrete payloads for tool_name/operation/params.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Execution playbook for bio_tools remote mode, with reusable request templates and I/O conventions. Trigger when agent needs concrete payloads for tool_name/operation/params.
Bio Tools Execution Playbook
Workflow
Start from references/request_templates.json.
If template missing, call help and derive minimal params.
Execute with bio_tools in remote mode and inspect metadata (run_id, remote_run_dir, local_artifact_dir).
Chain dependent operations only after verifying required artifacts exist locally.
I/O conventions
Inputs: absolute local paths preferred.
Outputs: short relative names.
Reuse local_artifact_dir outputs for dependent calls when possible.