Agent skill · Backend & API

iuphar-pharmacology

Query the IUPHAR/BPS Guide to Pharmacology REST API for drug targets, ligands (drugs/compounds), and their interactions. Use whenever the user asks about pharmacological targets, receptor–ligand relationships, drug mechanisms of action, or wants to look up any drug or target name in IUPHAR. Supports single entity or batch queries. No API key required.

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

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

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

# IUPHAR/BPS Guide to Pharmacology Skill Query the expert-curated IUPHAR database for ligands (drugs/compounds), targets (receptors/enzymes/channels), and ligand–target interactions. - **Source**: <https://www.guidetopharmacology.org/> - **API docs**: <https://www.guidetopharmacology.org/webServices.jsp> - **Auth**: None (open access) ## Entity auto-detection `query_entity(name)` tries ligand search first; if no hits, falls back to target search. | Input example | Detected as | What you get | |---|---|---| | `morphine` | ligand | ligandId, type, approved status, INN … | | `5-HT1A receptor` | target | targetId, type, gene IDs, family IDs … | | `GABA receptor` | target | target info + top 10 ligand–target interactions | ## API | Function | Input | Returns | |---|---|---| | `query_entity(name)` | single entity string | dict with `entity`, `type`, `results`, `interactions` | | `query_entities(names)` | list of entity strings | `{name: result_dict}` | | `summarize(result)` | output of `query_entity` | concise human-readable text | | `search_ligand(name)` | drug/compound name | list of ligand dicts | | `get_ligand(id)` | numeric ligand ID | full ligand detail dict | | `search_target(name

What's inside
Steps it walks through
  1. Entity auto-detection
  2. API
  3. Usage
  4. Key fields returned
Ships with 5 files
  • README.md
  • __init__.py
  • example.py
  • iuphar_skill.py
  • retrieve.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the iuphar-pharmacology skill do?

Query the IUPHAR/BPS Guide to Pharmacology REST API for drug targets, ligands (drugs/compounds), and their interactions. Use whenever the user asks about pharmacological targets, receptor–ligand relationships, drug mechanisms of action, or wants to look up any drug or target name in IUPHAR. Supports single entity or batch queries. No API key required.

How do I install it?

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