ensembl-skill
Submit compact Ensembl REST API requests for lookup, overlap, cross-reference, and variation endpoints. Use when a user wants concise Ensembl summaries Published by openai in plugins.
What is ensembl-skill?
Submit compact Ensembl REST API requests for lookup, overlap, cross-reference, and variation endpoints. Use when a user wants concise Ensembl 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
- Design and media
- Documentation use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use ensembl-skill
- Use it for documentation.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/life-science-research/skills/ensembl-skill/SKILL.md
What it does
Submit compact Ensembl REST API requests for lookup, overlap, cross-reference, and variation endpoints. Use when a user wants concise Ensembl summaries
Skill instructions
Operating rules - Use scripts/restrequest.py for all Ensembl API calls. - Use baseurl=https://rest.ensembl.org. - The script accepts maxitems; object lookups usually do not need it, but overlap and xrefs are better with maxitems=10. - Send JSON-friendly headers such as Accept: application/json and Content-Type: application/json. - Re-run requests in long conversations instead of relying on older tool output. - Treat displayed ... in tool previews as UI truncation, not part of the true request. Execution behavior - Return concise markdown summaries from the script JSON by default. - Return the script JSON verbatim only if the user explicitly asks for machine-readable output. - Prefer these paths: lookup/id/<id, overlap/region/<species/<region, xrefs/id/<id, and variation/<species/<id. - Use saveraw=true when the user needs the full payload. Input - Read one JSON object from stdin. - Required fields: baseurl, path - Optional fields: method, params, headers, jsonbody, formbody, recordpath
Explore related resources
Frequently asked questions
What is ensembl-skill?
ensembl-skill is a open-source AI agent skill with Copy skill directory. Submit compact Ensembl REST API requests for lookup, overlap, cross-reference, and variation endpoints. Use when a user wants concise Ensembl summaries
Who is ensembl-skill best for?
ensembl-skill is best for reusing agent instructions, scripts, and references, documentation workflows, design and media workflows.
How do I install ensembl-skill?
Install or run ensembl-skill using Copy skill directory. Check ensembl-skill for the latest setup command.
Is ensembl-skill actively maintained?
ensembl-skill may need a closer maintenance check before production use.
Auto-fetched from GitHub.