rnacentral-skill

Installation
SKILL.md

Operating rules

  • Use scripts/rest_request.py for 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 broad rna/ 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 targeted rna/ searches with q plus small page_size.
Installs
4
Repository
openai/plugins
GitHub Stars
3.5K
First Seen
Apr 20, 2026
rnacentral-skill — openai/plugins