openai/bgee-skill
Submit compact Bgee SPARQL requests for healthy wild-type expression metadata and ontology-aware lookup patterns. Use when a user wants concise Bgee summaries; save raw results only on request.
npx skills add https://github.com/openai/plugins --skill bgee-skill
scripts/sparql_request.py for all Bgee SPARQL work.SELECT or ASK queries and add LIMIT early.query_path for longer SPARQL documents instead of pasting large inline queries.query or query_pathmethod, params, response_format, max_items, max_depth, timeout_sec, save_raw, raw_output_path{"query":"ASK {}"}{"query":"SELECT * WHERE { ?s ?p ?o } LIMIT 3","max_items":3}ok, source, a compact summary, and raw_output_path when save_raw=true.ok=false with error.code such as invalid_json, invalid_input, network_error, or invalid_response.echo '{"query":"ASK {}"}' | python scripts/sparql_request.py
scripts/sparql_request.py.Take openai/bgee-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.