Agent skill

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.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
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.

Facts
Files in the skill folder: 6
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/drugclaw/dilirank/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Datasets
  2. API
  3. Usage
  4. Data
Ships with 5 files
  • README.md
  • __init__.py
  • dilirank_skill.py
  • example.py
  • retrieve.py
More from awesome-bio-agent-skills
All skills →
About this skill
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.

Keep going