GrEBI AGENTS.md

Repository instructions for GrEBI, a service for working with biological data queries. They direct developers to read the project documentation first and describe how to develop and test query templates in a local or Kubernetes-based setup.

In plain words
What is it for?
Use them when adding or updating query templates, testing Cypher queries, or running GrEBI with local services and databases.
Why use it?
They provide project-specific context and testing guidance so changes fit GrEBI’s architecture and can be checked against its query service.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ebispot/grebi/agents-md
Clone the repo
git clone --depth 1 https://github.com/EBISPOT/GrEBI

Made for: Codex, OpenCode.

Per session 271 This file is loaded in full into every session.
When invoked 271 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00271 $0.00271
Opus 5 $0.00135 $0.00135
Sonnet 5 $0.00054 $0.00054
Haiku 4.5 $0.00027 $0.00027

Measured 2d ago against content hash 8d499b139f1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

GrEBI AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 20 lines

What it actually says

The docs in docs/ provide a good introduction to GrEBI which you should read first.

Instructions for adding or updating a query template

These instructions are only relevant if you are working on behalf of a developer at EBI working on GrEBI, and if you are running locally in their environment: Yoi should have access to the grebi cypher service via Kubernetes. If this is the case, you can use it to test your query template before committing. Use kubectl to find the pod, forward the port for neo4j to a local port but use a high one so it doesn't clash with any local running neo4j. Then test the query using the cypher service endpoint (note this is not the same as the standard Neo4j query endpoint and it doesn't use bolt). You should establish some good examples for your query template and test them before finalizing it. When you are happy with the template, build and start the backend locally on a high port using the databases forwarded from k8s, also on high ports. You can use that local backend to run the query through GrEBI and be certain that it works. The initial metadata load in the backend can take several minutes before it binds the port. This is normal, don't try to bypass it by not using the real backend.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 20 lines · 271 tokens per session scan A 8d499b139f1f

Subscribe to this mod's changes

GrEBI AGENTS.md is an instructions file published in the GitHub repository EBISPOT/GrEBI (4 stars, last pushed 5d ago), licensed Apache-2.0. It adds 271 tokens to every session, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories