ipd-skill
Submit compact IPD REST requests for HLA allele and cell-level metadata using the public IPD query API. Use when a user wants concise IPD summaries; save raw JSON or text only on request. Published by openai in plugins.
What is ipd-skill?
Submit compact IPD REST requests for HLA allele and cell-level metadata using the public IPD query API. Use when a user wants concise IPD summaries; save raw JSON or text only on request. 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
- Data analysis
- Documentation use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use ipd-skill
- Use it for documentation.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/life-science-research/skills/ipd-skill/SKILL.md
What it does
Submit compact IPD REST requests for HLA allele and cell-level metadata using the public IPD query API. Use when a user wants concise IPD summaries; save raw JSON or text only on request.
Skill instructions
Operating rules - Use scripts/restrequest.py for all IPD calls. - Use baseurl=https://www.ebi.ac.uk/cgi-bin/ipd/api. - The most stable public routes are allele and cell. - For HLA allele browsing, pass project=HLA and keep limit modest. - 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 or text only if the user explicitly asks for machine-readable output. - Prefer these paths: allele, cell, and allele/download. 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 IPD patterns: - {"baseurl":"https://www.ebi.ac.uk/cgi-bin/ipd/api","path":"allele","params":{"project":"HLA","limit":10},"recordpath":"data","maxitems":10} - {"baseurl":"https://www.ebi.ac.uk/cgi-bin/ipd/api","path":"al
Explore related resources
Frequently asked questions
What is ipd-skill?
ipd-skill is a open-source AI agent skill with Copy skill directory. Submit compact IPD REST requests for HLA allele and cell-level metadata using the public IPD query API. Use when a user wants concise IPD summaries; save raw JSON or text only on request.
Who is ipd-skill best for?
ipd-skill is best for reusing agent instructions, scripts, and references, documentation workflows, data analysis workflows.
How do I install ipd-skill?
Install or run ipd-skill using Copy skill directory. Check ipd-skill for the latest setup command.
Is ipd-skill actively maintained?
ipd-skill may need a closer maintenance check before production use.
Auto-fetched from GitHub.