skilly. Buy ad slot
All skills
Community / AGENT SKILL

external-term-lookup

geneontology/go-ontology
0 installs 255 GitHub stars
0

Use this to search for relevant terms in external ontologies. NEVER guess ontology terms or term IDs, always confirm using this skill. The general methodology is to use `obo-grep.pl`

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

## Finding terms currently in the import closure:

- Search chebi:
     - `obo-grep.pl --noheader -r cysteine src/ontology/imports/chebi_import.obo`

## Advanced queries over GO

You can use OAK commands with local obo files:

`runoak -i simpleobo:src/ontology/go-edit.obo tree -p i GO:0160022`

## Finding terms in external ontologies not in the import closure

Use `runoak` on the command line using the OLS adapter plus the ontology

`runoak -i ols:chebi search cysteine`