`DILISkill` uses live ChEMBL REST endpoints for hepatotoxicity-related evidence.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill dili --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dili?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-dili)More formats (shields.io, HTML) on the badges page.
# DILI Skill
## Runtime Mode
`DILISkill` uses live ChEMBL REST endpoints for hepatotoxicity-related evidence.
## Canonical Local Fixture (Example Surface)
`example.py` uses the canonical packaged offline file:
- `resources_metadata/drug_toxicity/DILI/dili.csv`
- Columns: `drug`, `warning_type`, `molecule_chembl_id`
## Example API
- `load_dili(path=DATA_PATH)` -> `list[dict]`
- `query_dili(entities, data_path=DATA_PATH)` -> `list[dict]`
`query_dili` returns records in the shape expected by `retrieve.py`:
`source`, `match_count`, and `matches` (or `{"error": ...}`).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!