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.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.