48_LTKB
Query the DILIrank/FDA Liver Toxicity Knowledge Base (LTKB). Use whenever the user asks about drug-induced liver injury (DILI) risk, hepatotoxicity classification, or wants to look up any drug (by name, LTKB ID, or DILIst ID) in the DILIrank or DILIst datasets.
npx skills add BioTender-max/awesome-bio-agent-skills --skill dilirank --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LTKB Query Skill Search FDA LTKB records (DILIrank 2.0 + DILIst) by any entity. Auto-detects type by pattern: | Input Pattern | Detected As | Searched In | |---|---|---| | `LT00040` | LTKB ID | DILIrank only | | `2` (digits) | DILIst ID | DILIst only | | anything else | drug name | both datasets (substring) | ## Datasets **DILIrank 2.0** — 1,036 FDA-approved drugs ranked by DILI concern: | vDILI-Concern | Meaning | |---|---| | vMOST-DILI-concern | Strong evidence of causing DILI | | vLess-DILI-concern | Some evidence of causing DILI | | vNo-DILI-concern | No credible evidence | | vAmbiguous-DILI-concern | Conflicting/insufficient evidence | Columns: `LTKBID`, `CompoundName`, `SeverityClass`, `LabelSection`, `vDILI-Concern`, `Comment` **DILIst** — 1,279 drugs classified by DILI severity: | Classification | Meaning | |---|---| | 1 | DILI-positive | | 0 | DILI-negative | Columns: `DILIST_ID`, `CompoundName`, `DILIst Classification`, `Routs of Administration` ## API | Function | Input | Returns | |---|---|---| | `load_all(rank_path, list_path)` | Excel paths | `{"dilirank": [...], "dilist": [...]}` | | `search(data, entity)` | data dict + entity string | `{"entity", "type", "dilirank
- Datasets
- API
- Usage
- Data
What does the 48_LTKB skill do?
Query the DILIrank/FDA Liver Toxicity Knowledge Base (LTKB). Use whenever the user asks about drug-induced liver injury (DILI) risk, hepatotoxicity classification, or wants to look up any drug (by name, LTKB ID, or DILIst ID) in the DILIrank or DILIst datasets.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill dilirank --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
