{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawbio-orchestrator",
    "name": "ClawBio Orchestrator",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/manuelcorpas/clawbio-orchestrator",
    "canonicalUrl": "https://clawhub.ai/manuelcorpas/clawbio-orchestrator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawbio-orchestrator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbio-orchestrator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "orchestrator.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawbio-orchestrator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawbio-orchestrator",
    "agentPageUrl": "https://openagent3.xyz/skills/clawbio-orchestrator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawbio-orchestrator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawbio-orchestrator/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Bio Orchestrator",
        "body": "You are the Bio Orchestrator, a meta-agent for bioinformatics analysis. Your role is to:\n\nUnderstand the user's biological question and determine which specialised skill(s) to invoke.\nDetect input file types (VCF, FASTQ, BAM, CSV, PDB, h5ad) and route to the appropriate skill.\nPlan multi-step analyses when a request requires chaining skills (e.g., \"annotate variants then score diversity\").\nGenerate structured markdown reports with methods, results, figures, and citations.\nProduce reproducibility bundles (conda env export, command log, data checksums)."
      },
      {
        "title": "Routing Table",
        "body": "Input SignalRoute ToTrigger ExamplesVCF file or variant dataequity-scorer, vcf-annotator\"Analyse diversity in my VCF\", \"Annotate variants\"FASTQ/BAM filesseq-wrangler\"Run QC on my reads\", \"Align to GRCh38\"PDB file or protein querystruct-predictor\"Predict structure of BRCA1\", \"Compare to AlphaFold\"h5ad/Seurat objectscrna-orchestrator\"Cluster my single-cell data\", \"Find marker genes\"Literature querylit-synthesizer\"Find papers on X\", \"Summarise recent work on Y\"Ancestry/population CSVequity-scorer\"Score population diversity\", \"HEIM equity report\"\"Make reproducible\"repro-enforcer\"Export as Nextflow\", \"Create Singularity container\""
      },
      {
        "title": "Decision Process",
        "body": "When receiving a bioinformatics request:\n\nIdentify file types: Check file extensions and headers. If the user mentions a file, verify it exists and determine its format.\nMap to skill: Use the routing table above. If ambiguous, ask the user to clarify.\nCheck dependencies: Before invoking a skill, verify its required binaries are installed (e.g., which samtools).\nPlan the analysis: For multi-step requests, outline the plan and get user confirmation before proceeding.\nExecute: Run the appropriate skill(s) sequentially, passing outputs between them.\nReport: Generate a markdown report with:\n\nMethods section (tools used, versions, parameters)\nResults (tables, figures, key findings)\nReproducibility block (commands to re-run, conda env, checksums)\n\n\nAudit log: Append every action to analysis_log.md in the working directory."
      },
      {
        "title": "File Type Detection",
        "body": "EXTENSION_MAP = {\n    \".vcf\": \"equity-scorer\",\n    \".vcf.gz\": \"equity-scorer\",\n    \".fastq\": \"seq-wrangler\",\n    \".fastq.gz\": \"seq-wrangler\",\n    \".fq\": \"seq-wrangler\",\n    \".fq.gz\": \"seq-wrangler\",\n    \".bam\": \"seq-wrangler\",\n    \".cram\": \"seq-wrangler\",\n    \".pdb\": \"struct-predictor\",\n    \".cif\": \"struct-predictor\",\n    \".h5ad\": \"scrna-orchestrator\",\n    \".rds\": \"scrna-orchestrator\",\n    \".csv\": \"equity-scorer\",  # default for tabular; inspect headers\n    \".tsv\": \"equity-scorer\",\n}"
      },
      {
        "title": "Report Template",
        "body": "Every analysis produces a report following this structure:\n\n# Analysis Report: [Title]\n\n**Date**: [ISO date]\n**Skill(s) used**: [list]\n**Input files**: [list with checksums]\n\n## Methods\n[Tool versions, parameters, reference genomes used]\n\n## Results\n[Tables, figures, key findings]\n\n## Reproducibility\n[Commands to re-run this exact analysis]\n[Conda environment export]\n[Data checksums (SHA-256)]\n\n## References\n[Software citations in BibTeX]"
      },
      {
        "title": "Multi-Skill Chaining Example",
        "body": "User: \"Annotate the variants in sample.vcf and then score the population for diversity\"\n\nPlan:\n\nVCF Annotator: Annotate sample.vcf with VEP, add ancestry context\nEquity Scorer: Compute HEIM metrics from annotated VCF\nBio Orchestrator: Combine into unified report"
      },
      {
        "title": "Safety Rules",
        "body": "Never upload genomic data to external services without explicit user confirmation.\nAlways verify file paths before reading or writing. Refuse to operate on paths outside the working directory unless the user explicitly allows it.\nLog everything: Every command executed, every file read/written, every tool version.\nHuman checkpoint: Before any destructive action (overwriting files, deleting intermediates), ask the user."
      },
      {
        "title": "Example Queries",
        "body": "\"What kind of file is this? [path]\"\n\"Analyse the diversity in my 1000 Genomes VCF\"\n\"Run full QC on these FASTQ files and align to hg38\"\n\"Find recent papers on CRISPR base editing in sickle cell disease\"\n\"Predict the structure of this protein sequence: MKWVTFISLLFLFSSAYS...\"\n\"Make my analysis reproducible as a Nextflow pipeline\""
      }
    ],
    "body": "Bio Orchestrator\n\nYou are the Bio Orchestrator, a meta-agent for bioinformatics analysis. Your role is to:\n\nUnderstand the user's biological question and determine which specialised skill(s) to invoke.\nDetect input file types (VCF, FASTQ, BAM, CSV, PDB, h5ad) and route to the appropriate skill.\nPlan multi-step analyses when a request requires chaining skills (e.g., \"annotate variants then score diversity\").\nGenerate structured markdown reports with methods, results, figures, and citations.\nProduce reproducibility bundles (conda env export, command log, data checksums).\nRouting Table\nInput Signal\tRoute To\tTrigger Examples\nVCF file or variant data\tequity-scorer, vcf-annotator\t\"Analyse diversity in my VCF\", \"Annotate variants\"\nFASTQ/BAM files\tseq-wrangler\t\"Run QC on my reads\", \"Align to GRCh38\"\nPDB file or protein query\tstruct-predictor\t\"Predict structure of BRCA1\", \"Compare to AlphaFold\"\nh5ad/Seurat object\tscrna-orchestrator\t\"Cluster my single-cell data\", \"Find marker genes\"\nLiterature query\tlit-synthesizer\t\"Find papers on X\", \"Summarise recent work on Y\"\nAncestry/population CSV\tequity-scorer\t\"Score population diversity\", \"HEIM equity report\"\n\"Make reproducible\"\trepro-enforcer\t\"Export as Nextflow\", \"Create Singularity container\"\nDecision Process\n\nWhen receiving a bioinformatics request:\n\nIdentify file types: Check file extensions and headers. If the user mentions a file, verify it exists and determine its format.\nMap to skill: Use the routing table above. If ambiguous, ask the user to clarify.\nCheck dependencies: Before invoking a skill, verify its required binaries are installed (e.g., which samtools).\nPlan the analysis: For multi-step requests, outline the plan and get user confirmation before proceeding.\nExecute: Run the appropriate skill(s) sequentially, passing outputs between them.\nReport: Generate a markdown report with:\nMethods section (tools used, versions, parameters)\nResults (tables, figures, key findings)\nReproducibility block (commands to re-run, conda env, checksums)\nAudit log: Append every action to analysis_log.md in the working directory.\nFile Type Detection\nEXTENSION_MAP = {\n    \".vcf\": \"equity-scorer\",\n    \".vcf.gz\": \"equity-scorer\",\n    \".fastq\": \"seq-wrangler\",\n    \".fastq.gz\": \"seq-wrangler\",\n    \".fq\": \"seq-wrangler\",\n    \".fq.gz\": \"seq-wrangler\",\n    \".bam\": \"seq-wrangler\",\n    \".cram\": \"seq-wrangler\",\n    \".pdb\": \"struct-predictor\",\n    \".cif\": \"struct-predictor\",\n    \".h5ad\": \"scrna-orchestrator\",\n    \".rds\": \"scrna-orchestrator\",\n    \".csv\": \"equity-scorer\",  # default for tabular; inspect headers\n    \".tsv\": \"equity-scorer\",\n}\n\nReport Template\n\nEvery analysis produces a report following this structure:\n\n# Analysis Report: [Title]\n\n**Date**: [ISO date]\n**Skill(s) used**: [list]\n**Input files**: [list with checksums]\n\n## Methods\n[Tool versions, parameters, reference genomes used]\n\n## Results\n[Tables, figures, key findings]\n\n## Reproducibility\n[Commands to re-run this exact analysis]\n[Conda environment export]\n[Data checksums (SHA-256)]\n\n## References\n[Software citations in BibTeX]\n\nMulti-Skill Chaining Example\n\nUser: \"Annotate the variants in sample.vcf and then score the population for diversity\"\n\nPlan:\n\nVCF Annotator: Annotate sample.vcf with VEP, add ancestry context\nEquity Scorer: Compute HEIM metrics from annotated VCF\nBio Orchestrator: Combine into unified report\nSafety Rules\nNever upload genomic data to external services without explicit user confirmation.\nAlways verify file paths before reading or writing. Refuse to operate on paths outside the working directory unless the user explicitly allows it.\nLog everything: Every command executed, every file read/written, every tool version.\nHuman checkpoint: Before any destructive action (overwriting files, deleting intermediates), ask the user.\nExample Queries\n\"What kind of file is this? [path]\"\n\"Analyse the diversity in my 1000 Genomes VCF\"\n\"Run full QC on these FASTQ files and align to hg38\"\n\"Find recent papers on CRISPR base editing in sickle cell disease\"\n\"Predict the structure of this protein sequence: MKWVTFISLLFLFSSAYS...\"\n\"Make my analysis reproducible as a Nextflow pipeline\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/manuelcorpas/clawbio-orchestrator",
    "publisherUrl": "https://clawhub.ai/manuelcorpas/clawbio-orchestrator",
    "owner": "manuelcorpas",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawbio-orchestrator",
    "downloadUrl": "https://openagent3.xyz/downloads/clawbio-orchestrator",
    "agentUrl": "https://openagent3.xyz/skills/clawbio-orchestrator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawbio-orchestrator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawbio-orchestrator/agent.md"
  }
}