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.
72
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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.pyscripts/sparql_request.py.11c74d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.