Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 07:34
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | pv-mapping |
| description | > Use when this capability is needed. |
NUCLEIC_ACIDtitle: for ontology label - Match the ontology term's labelmeaning: for CURIE - Always verify via runoak before adding# Search for terms
runoak -i sqlite:obo:ncit search "nucleic acid"
# Verify a CURIE exists and get its label
runoak -i sqlite:obo:ncit info NCIT:C706
NUCLEIC_ACID:
title: Nucleic Acids # matches ontology term label
description: DNA or RNA sample
meaning: NCIT:C706 # verified CURIE
Note that either the permissible value key, the title, or one of the aliases should be a (case insensitive) match to the ontology term.
If there is already a canonical meaning field, OR the concept is not a close map, then linkml close/narrow/broad/exact mappings can be used:
NUCLEIC_ACID:
title: Nucleic Acids # matches ontology term label
description: DNA or RNA sample
meaning: NCIT:C706 # verified CURIE
close_mappings:
- SO:0000348. # label is nucleic_acid
aliases:
- nucleic_acid # to match SO
just validate
| Error Type | Action |
|---|---|
| "resolves to [wrong concept]" | Fix immediately - CURIE points to wrong term |
| "label mismatch" | Usually OK - add title: to match label if needed, or use an aliases |
| "Could not retrieve" | Check CURIE format or remove if term doesn't exist |
See references/ontologies.md for:
Remove meaning: when:
Converted and distributed by TomeVault — claim your Tome and manage your conversions.