Submit compact RNAcentral API requests for RNA entry browsing, single-entry lookup, and cross-reference retrieval. Use when a user wants concise RNAcentral summaries
name: rnacentral-skill
description: Submit compact RNAcentral API requests for RNA entry browsing, single-entry lookup, and cross-reference retrieval. Use when a user wants concise RNAcentral summaries
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 rna/ for browsing and rna/<URS>/ or rna/<URS>/xrefs/ for targeted lookups.
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/, rna/<URS>/, and rna/<URS>/xrefs/.