$npx -y skills add QSong-github/DrugClaw --skill livertoxLookup LiverTox drug entries using the canonical packaged fixture file.
| 1 | # LiverTox Lookup Skill |
| 2 | |
| 3 | ## Description |
| 4 | |
| 5 | Lookup LiverTox drug entries using the canonical packaged fixture file. |
| 6 | |
| 7 | ## Data |
| 8 | |
| 9 | - Path: `resources_metadata/drug_toxicity/LiverTox/livertox.json` |
| 10 | - Schema: list of objects with `drug`, `title`, `ncbi_book_id` |
| 11 | |
| 12 | ## API |
| 13 | |
| 14 | - `load_documents(path=DATA_PATH)` -> `list[dict]` |
| 15 | - `lookup_entities(entities)` -> `dict[str, list[dict]]` |
| 16 | |
| 17 | `lookup_entities` returns up to 5 matches per entity with `section` and `snippet` |
| 18 | fields used by `retrieve.py`. |