rnacentral-skill
Submit compact RNAcentral API requests for RNA entry browsing, single-entry lookup, and cross-reference retrieval. Use when a user wants concise RNAcentral summaries Published by openai in plugins.
What is rnacentral-skill?
Submit compact RNAcentral API requests for RNA entry browsing, single-entry lookup, and cross-reference retrieval. Use when a user wants concise RNAcentral summaries Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use rnacentral-skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/life-science-research/skills/rnacentral-skill/SKILL.md
What it does
Submit compact RNAcentral API requests for RNA entry browsing, single-entry lookup, and cross-reference retrieval. Use when a user wants concise RNAcentral summaries
Skill instructions
Operating rules - Use scripts/restrequest.py for all RNAcentral calls. - Use baseurl=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 pagesize. Input - Read one JSON object from stdin. - Required fields: baseurl, path - Optional fields: method, params, headers, jsonbody, formbody, recordpath, responseformat, maxitems, maxdepth, timeoutsec, saveraw, rawoutputpath - Common RNAcentral patterns: - {"baseurl":"https://rnacentral.org/api/v1","path":"rna/URS000075C808/9606","
Explore related resources
Frequently asked questions
What is rnacentral-skill?
rnacentral-skill is a open-source AI agent skill with Copy skill directory. Submit compact RNAcentral API requests for RNA entry browsing, single-entry lookup, and cross-reference retrieval. Use when a user wants concise RNAcentral summaries
Who is rnacentral-skill best for?
rnacentral-skill is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install rnacentral-skill?
Install or run rnacentral-skill using Copy skill directory. Check rnacentral-skill for the latest setup command.
Is rnacentral-skill actively maintained?
rnacentral-skill may need a closer maintenance check before production use.
Auto-fetched from GitHub.