agentsclimarketplace

Repurposedrugs

Skill BioTender-max/awesome-bio-agent-skills/skills/drugclaw/repurposedrugs

Query the RepurposeDrugs single-agent drug repurposing database. Use whenever the user asks about drug-disease repurposing associations, clinical trial phases for repurposed drugs, or wants to look up any entity (drug name, disease name, NCT ID) in RepurposeDrugs.From its SKILL.md

Install
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill repurposedrugs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.3 KB, 304 tokens by cl100k_base, as published. Nobody here has run it

RepurposeDrugs Query Skill

Search canonical drug-disease repurposing rows. Auto-detects query type by pattern:

Input PatternDetected AsMatch Logic
34567890PMIDexact on pmid
anything elsefree textsubstring on drug OR disease

API

FunctionInputReturns
load_data(path)CSV pathlist[dict]
search(rows, entity)single entity stringlist[dict]
search_batch(rows, entities)list of entity stringsdict[str, list[dict]]
summarize(hits, entity)rows + labelcompact text
to_json(hits)rowslist[dict]

Usage

See if __name__ == "__main__" block in example.py for runnable examples.

Data

  • Source: RepurposeDrugs normalized full-package output
  • URL: https://repurposedrugs.org/
  • Local file: repurposedrugs.csv
  • Columns: drug, disease, score, status, pmid
  • Path: resources_metadata/drug_repurposing/RepurposeDrugs/repurposedrugs.csv

What ships with it: 5 files

10.1 KB alongside SKILL.md, 4 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.