Skip to content
Data
Skill

/omics-target-evidence-mapper

Aggregate public target-level evidence across omics and translational sources for research triage.

From plugin
clawbio
1.1k97 skills4 commands
Install
$ npx -y skills add ClawBio/ClawBio --skill omics-target-evidence-mapper --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ†’
  • You can call itInvoke it directly when you want it.
  • Slash command/omics-target-evidence-mapper

Context preview

The summary Claude sees to decide when to auto-load this skill.

Aggregate public target-level evidence across omics and translational sources for research triage.

SKILL.md

omics-target-evidence-mapper.SKILL.md
name: omics-target-evidence-mapper
description: Aggregate public target-level evidence across omics and translational sources for research triage.
license: MIT
metadata:
  version: 0.1.0
  tags:
  - omics
  - targets
  - translational-research
  - literature
  - trials
  openclaw:
    requires:
      bins:
      - python3
    always: false
    emoji: ๐Ÿงฌ
    homepage: https://github.com/ClawBio/ClawBio
    os:
    - darwin
    - linux
    trigger_keywords:
    - target evidence
    - gene disease evidence
    - target triage
    - omics evidence
    - gene disease mapper

Why This Exists

Researchers often need a quick first-pass view of whether a gene or protein target has evidence across multiple public sources. In practice, this usually means checking several websites manually and informally combining results. This skill makes that process reproducible by retrieving and organising public evidence into one structured output.

This skill is for research triage only. It does not infer causality, rank therapeutic value, or make clinical recommendations.

Core Capabilities

1. Accept a gene or protein target and an optional disease term. 2. Retrieve canonical target information from UniProt. 3. Retrieve disease-target association evidence from Open Targets. 4. Retrieve recent literature hits from PubMed. 5. Optionally retrieve trial records relevant to the target and disease. 6. Produce a machine-readable JSON file and a human-readable Markdown report.

Input Formats

| Argument | Required | Example | Notes | |---|---|---|---| | `--gene` | Yes, unless `--demo` is used | `IL6R` | Gene or target symbol | | `--disease` | No | `coronary artery disease` | Optional disease context | | `--output` | Yes | `demo_out` | Output directory | | `--max-papers` | No | `5` | Number of PubMed hits to include | | `--max-trials` | No | `5` | Number of trial records to include | | `--demo` | No | `--demo` | Runs the built-in demo query |

Workflow

1. Validate CLI inputs. 2. Resolve the query from either user input or demo mode. 3. Query public data sources. 4. Normalise results into a structured evidence object. 5. Write JSON and Markdown outputs. 6. Write reproducibility bundle:

  • `reproducibility/checksums.sha256` โ€” SHA-256 hashes of all output files
  • `reproducibility/environment.yml` โ€” pinned Conda/pip environment
  • `ro-crate-metadata.json` โ€” RO-Crate 1.1 provenance record (run params, outputs, script)

CLI Reference

Demo mode

python skills/omics-target-evidence-mapper/omics_target_evidence_mapper.py --demo --output demo_out
Read more
Ships withclawbio

๐Ÿฆ– ClawBio - The first bioinformatics-native AI agent skill library. Local-first. Reproducible. Open. Free.

Get the whole plugin