Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free →
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free →
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free →
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free →
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off
Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed
Launch on Hostinger →
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off
Try Firecrawl free →
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free
Try Apify free →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.
Start building free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams
Get it set up for you →
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Reach 48,000+ AI builders
Advertise here →
Skills/google-deepmind/science-skills/embl-ebi-ols
embl-ebi-ols logo

embl-ebi-ols

google-deepmind/science-skills
648 installs2K stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/google-deepmind/science-skills --skill embl-ebi-ols

Summary

>

SKILL.md

EMBL-EBI Ontology Lookup Service (OLS)

Prerequisites

  1. uv: Read the uv skill and follow its Setup instructions to ensure

uv is installed and on PATH.

  1. User Notification: If LICENSE_NOTIFICATION.txt does not already exist in

this skill directory then (1) prominently notify the user to check the terms at https://www.ebi.ac.uk/ols4/api-docs, then (2) create the file recording the notification text and timestamp.

Core Rules

  • [!IMPORTANT] Use the Utility Scripts: You MUST ALWAYS use the provided

utility script under scripts/ for all API interactions, including checking status. NEVER use curl or custom Python requests to query API directly.

  • Rate Limiting & Resilience: You MUST respect EBI's Terms of Use with a

maximum 5 requests per second. The provided utility scripts automatically enforce this.

  • Notification: If this skill is used, ensure this is mentioned in the

output.

When to Use — Quick Recipes

Use this skill whenever a user query matches one of these patterns:

  • Definition of a disease, phenotype, or term → `get_term.py --obo_id <ID>

--summary`

  • Subtypes or children of a term → `get_term.py --obo_id <ID>

--relations children`

  • Parent of a term → get_term.py --obo_id <ID> --relations parents
  • Ancestors / disease categories / classified under → `get_term.py

--obo_id <ID> --relations ancestors`

  • Root terms of an ontology → get_term.py --ontology <id> --roots
  • Hierarchical parents (is-a + part-of) → `get_term.py --obo_id <ID>

--relations hierarchicalParents`

  • Structures part of / hierarchical children → `get_term.py --obo_id <ID>

--relations hierarchicalChildren`

  • Compare direct vs hierarchical parents → `get_term.py --obo_id <ID>

--relations parents,hierarchicalParents`

  • Search for a term (e.g., "apoptosis" in GO) → `search_ols.py --query "..."

--ontology <id>`

  • Find a GO term matching a function → `search_ols.py --query "..."

--ontology go --exact`

  • Search in MONDO, CHEBI, CL, UBERON → `search_ols.py --query

"..." --ontology <id> --defining`

  • Paginate search results / next page → `search_ols.py --query "..."

--rows N --start <offset>`

  • Autocomplete a partial name → suggest_ols.py --query "..."
  • Ontology metadata (e.g., EFO info) → get_ontology.py --id <id>
  • OLS index statistics → get_stats.py

Multi-step queries (e.g., "What is the parent of myocardial infarction?"): When the user names a term but you don't know its OBO ID, complete in exactly 2 steps — do NOT search across multiple ontologies: 1. Search in the single most appropriate ontology: search_ols.py --query "myocardial infarction" --ontology doid --exact --rows 1 --output /tmp/step1.json 2. Get relations using the OBO ID from step 1: get_term.py --obo_id DOID:5844 --relations parents --output /tmp/step2.json Ontology selection rule: ALWAYS use doid for common human diseases (e.g., diabetes, cancer), hp for phenotypes, go for gene functions, chebi for chemicals, uberon for anatomy, cl for cell types. Use mondo ONLY when cross-species context is explicitly mentioned or needed.

Utility Scripts

1. Search Terms Across Ontologies

Search for ontology terms by keyword and return clean JSON.

uv run scripts/search_ols.py --query "diabetes" \
  --rows 5 --output /tmp/ols_search_results.json 2>/dev/null

Important: --output is required for all scripts. Results are always written to the specified file. For larger output, you can limit --rows (e.g., 5-10) or paginate using --start.

Returned Fields: JSON results include iri, label, description, ontology_name, ontology_prefix, obo_id, short_form, type, is_defining_ontology, and exact_synonyms.

Pagination: Output includes a pagination block with start, rows, and has_more so you can decide whether to fetch more results.

Options:

  • --query: Search string (required). Searches labels, synonyms,

descriptions, and identifiers.

  • --ontology: Filter by ontology ID (e.g., go, doid, efo, hp).

Recommended when you know which ontology to search — avoids noise from 250+ ontologies.

  • --type: Filter by entity type: class, property, individual, or

ontology.

  • --exact: Flag for exact label match only. **Use this for entity

resolution** when mapping a user's string to a specific ontology term ID.

  • --defining: Only return terms from their defining (authoritative)

ontology. E.g., GO:0005634 only from GO, not cross-referenced copies.

  • --obsolete: Flag to include obsolete terms in results.
  • --local: Only return terms in their defining ontology.
  • --childrenOf: Restrict to children of given term IRI(s), comma-separated.
  • --allChildrenOf: Restrict to all children including transitive relations

(part of, develops from), comma-separated IRIs.

  • --queryFields: Comma-separated fields to search in (e.g.,

label,synonym,description).

  • --fieldList: Comma-separated fields to return.
  • --groupField: Group results by unique IRI.
  • --isLeaf: Only return leaf terms (no children).
  • --rows: Number of results to return (default 10).
  • --start: Pagination offset (default 0).
  • --output: File path to save results (required).

2. Autocomplete / Suggest

Get autocomplete suggestions for partial term names.

uv run scripts/suggest_ols.py --query "diabet" --rows 5 \
  --output /tmp/ols_suggest.json 2>/dev/null

Options:

  • --query: Partial term to autocomplete (required).
  • --ontology: Filter by ontology ID(s), comma-separated.
  • --rows: Number of suggestions (default 10).
  • --start: Pagination offset (default 0).
  • --output: File path to save results (default: stdout).

3. Get Term Details

Retrieve full details for a specific ontology term by its OBO ID or IRI.

uv run scripts/get_term.py --obo_id "GO:0005634" \
  --output /tmp/ols_term.json 2>/dev/null

Returned Fields: JSON includes iri, label, description, obo_id, synonyms, ontology_name, is_obsolete, is_defining_ontology, has_children, is_root, annotation, in_subset, and any requested relations.

Summary Mode: Use --summary to get a clean, human-readable block on stdout (Label, OBO ID, Ontology, Definition, Synonyms). The full JSON is always saved to the --output file.

uv run scripts/get_term.py --obo_id "GO:0005634" --summary \
  --output /tmp/nucleus_full.json

Options:

  • --obo_id: OBO-style identifier (e.g., GO:0005634, DOID:9351). Mutually

exclusive with --iri. Auto-converts to IRI with double encoding.

  • --iri: Full IRI of the term. Mutually exclusive with --obo_id.
  • --ontology: Ontology ID (auto-derived from --obo_id if not provided).
  • --relations: Comma-separated list of relations to fetch.
  • Direct (is-a only): parents, children, ancestors,

descendants

  • Hierarchical (is-a + transitive like "part of", "develops from"):

hierarchicalParents, hierarchicalChildren, hierarchicalAncestors, hierarchicalDescendants

  • Graph: graph — full graph JSON for a term

Note: Use hierarchical variants for anatomical/developmental ontologies (UBERON, CL) where transitive relations like "part of" and "develops from" are critical for navigating the hierarchy.

  • --roots: List root terms of the ontology (requires --ontology).
  • --preferred_roots: List preferred root terms (requires --ontology).
  • --summary: Human-readable summary on stdout, full JSON to --output.
  • --output: File path to save results (default: stdout).

4. Get Property Details

Retrieve details for an ontology property (relation type) with hierarchy.

uv run scripts/get_property.py --obo_id "BFO:0000051" --ontology go \
  --output /tmp/ols_property.json 2>/dev/null

Options:

  • --obo_id: OBO-style ID of the property. Mutually exclusive with --iri.
  • --iri: Full IRI of the property. Mutually exclusive with --obo_id.
  • --ontology: Ontology ID (required with --iri).
  • --relations: Comma-separated: parents, children, ancestors,

descendants.

  • --roots: List root properties of the ontology (requires --ontology).
  • --output: File path to save results (default: stdout).

5. Get Individual Details

Retrieve details for an ontology individual (instance).

uv run scripts/get_individual.py --obo_id "IAO:0000103" --ontology iao --types \
  --output /tmp/ols_individual.json 2>/dev/null

Options:

  • --obo_id: OBO-style ID. Mutually exclusive with --iri.
  • --iri: Full IRI. Mutually exclusive with --obo_id.
  • --ontology: Ontology ID (required with --iri).
  • --types: Fetch the direct types (classes) of this individual.
  • --alltypes: Fetch all types including ancestor classes.
  • --output: File path to save results (default: stdout).

6. Get Ontology Information

List available ontologies or retrieve details for a specific one.

uv run scripts/get_ontology.py --id go \
  --output /tmp/ols_ontology.json 2>/dev/null

Options:

  • --id: Specific ontology ID (e.g., go, efo, doid). If omitted, lists

all ontologies.

  • --page: Page number for pagination (default 0).
  • --size: Number of ontologies per page (default 20).
  • --output: File path to save results (default: stdout).

7. Get OLS Statistics

Retrieve index statistics (total ontologies, classes, properties, individuals).

uv run scripts/get_stats.py --output /tmp/ols_stats.json 2>/dev/null

Options:

  • --output: File path to save results (default: stdout).

Reference

  • API Reference: See

references/api_reference.md for common ontology IDs, OBO ID format, and key API endpoints.

Workflow

  1. Use suggest_ols.py for autocomplete when you have a partial term name.
  2. Search for terms using search_ols.py. Use --defining to prioritize

authoritative definitions. Use --exact for entity resolution.

  1. If full details are needed, use get_term.py with the OBO ID or IRI. Use

--summary for a concise view.

  1. To explore a term's hierarchy, use `get_term.py --relations

parents,children for is-a only, or --relations hierarchicalParents,hierarchicalChildren` for "part of" etc.

  1. To explore from the top down, use get_term.py --ontology go --roots.
  2. For properties or individuals, use get_property.py or get_individual.py.
  3. To discover available ontologies, use get_ontology.py.
  4. To check OLS index status, use get_stats.py.

Score

0–100
57/ 100

Grade

C

Popularity17/30

648 installs — growing adoption. Source repo has 1,889 GitHub stars.

Completeness19/30

Documented: full SKILL.md body, one-line install. Missing: description, category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Embl Ebi Ols skill score badge previewScore badge

Markdown

[![Embl Ebi Ols skill](https://www.claudemarket.ai/skills/google-deepmind/science-skills/embl-ebi-ols/badges/score.svg)](https://www.claudemarket.ai/skills/google-deepmind/science-skills/embl-ebi-ols)

HTML

<a href="https://www.claudemarket.ai/skills/google-deepmind/science-skills/embl-ebi-ols"><img src="https://www.claudemarket.ai/skills/google-deepmind/science-skills/embl-ebi-ols/badges/score.svg" alt="Embl Ebi Ols skill"/></a>

Embl Ebi Ols FAQ

How do I install the Embl Ebi Ols skill?

Run “npx skills add https://github.com/google-deepmind/science-skills --skill embl-ebi-ols” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Embl Ebi Ols skill do?

> The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Embl Ebi Ols skill free?

Yes. Embl Ebi Ols is a free, open-source skill published from google-deepmind/science-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Embl Ebi Ols work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Embl Ebi Ols works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free →
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free →
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free →
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you →
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free →
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off
Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed
Launch on Hostinger →
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off
Try Firecrawl free →
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free
Try Apify free →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.
Start building free →
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams
Get it set up for you →
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Reach 48,000+ AI builders
Advertise here →

Categories

External DownloadsCommand Execution
View on GitHub

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
frontend-design logo

frontend-design

anthropics/skills

733K installsInstall
grill-me logo

grill-me

mattpocock/skills

731K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

620K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

614K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

600K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed