Agent skill

nsides-query

Query the nSIDES drug side effect databases (OnSIDES, OffSIDES, KidSIDES). Use whenever the user asks about drug adverse reactions, side effects, off-label safety signals, or pediatric drug safety for a given drug name.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill nsides --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/drugclaw/nsides/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

# nSIDES Query Skill Search drug adverse reactions across three complementary nSIDES sources by drug name. | Source | Content | Method | Scale | |---|---|---|---| | **OnSIDES** v3.1.0 | Label-extracted ADEs (US/EU/UK/JP) | PubMedBERT NLP on product labels | 1,955 ingredients, 5.5M drug-ADE pairs | | **OffSIDES** | Off-label side effects | Propensity-score matching on FAERS | 3,300+ drugs | | **KidSIDES** | Pediatric safety signals by developmental phase | Disproportionality analysis on FAERS | Age-stratified ADE signals | ## Entity Detection | Input | Routing | |---|---| | any free text | substring match on drug / ingredient name across all three sources | No ID-based routing — all queries are natural-language drug names. ## API | Function | Input | Returns | |---|---|---| | `search(entity, limit)` | drug name string | `dict` with keys: `entity`, `onsides`, `offsides`, `kidsides` | | `search_batch(entities, limit)` | list of drug names | `list[dict]` | | `search_onsides(drug_name, limit)` | drug name | `list[dict]` — ingredient, effect, meddra_id, source, label_count | | `search_offsides(drug_name, limit)` | drug name | `list[dict]` — drug, condition, PRR, A/B/C/D | | `search_kidsi

What's inside
Steps it walks through
  1. Entity Detection
  2. API
  3. Output Fields
  4. OnSIDES row
  5. OffSIDES row
  6. KidSIDES row
  7. Usage
  8. Data
  9. Citations
Ships with 5 files
  • README.md
  • __init__.py
  • example.py
  • nsides_skill.py
  • retrieve.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the nsides-query skill do?

Query the nSIDES drug side effect databases (OnSIDES, OffSIDES, KidSIDES). Use whenever the user asks about drug adverse reactions, side effects, off-label safety signals, or pediatric drug safety for a given drug name.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill nsides --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