Lookup LiverTox drug entries using the canonical packaged fixture file.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill livertox --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Livertox?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-livertox)More formats (shields.io, HTML) on the badges page.
# LiverTox Lookup Skill
## Description
Lookup LiverTox drug entries using the canonical packaged fixture file.
## Data
- Path: `resources_metadata/drug_toxicity/LiverTox/livertox.json`
- Schema: list of objects with `drug`, `title`, `ncbi_book_id`
## API
- `load_documents(path=DATA_PATH)` -> `list[dict]`
- `lookup_entities(entities)` -> `dict[str, list[dict]]`
`lookup_entities` returns up to 5 matches per entity with `section` and `snippet`
fields used by `retrieve.py`.
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!