rnacentral-skill
Installation
SKILL.md
Operating rules
- Use
scripts/rest_request.pyfor all RNAcentral calls. - Use
base_url=https://rnacentral.org/api/v1. - Keep the trailing slash on collection and record paths to avoid redirects.
- Start with targeted lookups such as
rna/<URS>/<taxid>because broadrna/browsing can be slow or time out. - Re-run requests in long conversations instead of relying on older tool output.
Execution behavior
- Return concise markdown summaries from the script JSON by default.
- Return raw JSON only if the user explicitly asks for machine-readable output.
- Prefer these paths:
rna/<URS>/<taxid>,rna/<URS>/,rna/<URS>/xrefs/, and targetedrna/searches withqplus smallpage_size.