unitox-query
Query the UniTox drug toxicity database. Use whenever the user asks about organ-system toxicity ratings for a drug, multi-organ toxicity profiles, or wants to look up any entity (drug name, SMILES, SPL_ID) in UniTox.
npx skills add BioTender-max/awesome-bio-agent-skills --skill unitox --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.
# UniTox Query Skill Search UniTox records by any entity. Auto-detects type by pattern: | Input Pattern | Detected As | Match Logic | |---|---|---| | `b2b3be70-17d8-...` (UUID) | SPL_ID | exact on `SPL_ID` | | long string with `=`, `[`, `]`, `@` | SMILES | exact on `smiles` / `all_smiles` | | anything else | free text | case-insensitive substring on `generic_name` | ## API | Function | Input | Returns | |---|---|---| | `load_unitox(path)` | TSV path | list[dict] (cached) | | `search(entity)` | single entity string | list[dict] | | `search_batch(entities)` | list of entity strings | dict[str, list[dict]] | | `summarize(hits, entity)` | hits + label | compact ratings-only text | | `summarize_with_reasoning(hits, entity, systems)` | hits + label + organ list | text with truncated reasoning | | `to_json(hits)` | hits | list[dict] (ratings + metadata) | | `list_drugs()` | – | sorted list of all drug names | ## Toxicity Systems (8 organs) Each drug has ternary rating (`No` / `Low` / `High`) and binary rating (`Yes` / `No`) for: | System key | Organ | |---|---| | `cardiotoxicity` | Heart | | `dermatological_toxicity` | Skin | | `hematological` | Blood | | `infertility` | Reproductive | |
- API
- Toxicity Systems (8 organs)
- Usage
- Data
What does the unitox-query skill do?
Query the UniTox drug toxicity database. Use whenever the user asks about organ-system toxicity ratings for a drug, multi-organ toxicity profiles, or wants to look up any entity (drug name, SMILES, SPL_ID) in UniTox.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill unitox --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.
