sibyl AGENTS.md

sibyl AGENTS.md is an instructions file for Codex, OpenCode from chriswu727/sibyl. It costs 1,391 tokens per session, scanned A, original, MIT.

A set of instructions for using Sibyl, a research tool that retrieves and ranks source passages for an AI assistant.

In plain words
What is it for?
Use it to gather relevant research passages, inspect their origins, and optionally create reports when the required provider setup is available.
Why use it?
It separates finding evidence from interpreting it, so the host assistant can compare sources and decide what they support.

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/chriswu727/sibyl/agents-md
Clone the repo
git clone --depth 1 https://github.com/chriswu727/sibyl

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sibyl AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chriswu727/sibyl/agents-md.svg)](https://agentmods.dev/instructions/chriswu727/sibyl/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/chriswu727/sibyl/agents-md"><img src="https://agentmods.dev/badge/instructions/chriswu727/sibyl/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,391 This file is loaded in full into every session.
When invoked 1,391 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.01391 $0.01391
Opus 5 $0.00696 $0.00696
Sonnet 5 $0.00278 $0.00278
Haiku 4.5 $0.00139 $0.00139

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

Security

Grade A, and why

sibyl 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 4d 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 · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sibyl — Agent Guide

This file helps AI agents (Claude Code, Cursor, etc.) use Sibyl effectively via MCP.

Setup

pip install sibyl-research
# Optional local cross-encoder ranking:
pip install 'sibyl-research[rerank]'
# Optional experimental one-shot reports and report export:
pip install 'sibyl-research[report]'
# Retrieval-provider mode (recommended) needs NO key — you do the reasoning:
claude mcp add sibyl -- sibyl-mcp
# For the experimental research() tool, add a provider key so sibyl's own model runs it:
claude mcp add sibyl -e DEEPSEEK_API_KEY=sk-... -- sibyl-mcp --profile report

Core boundary — Sibyl retrieves, the host reasons

Recommended: YOU (the host model) research; sibyl only retrieves. This is keyless and gives the best quality, because YOUR reasoning is applied to real evidence — a mid-tier model doing the synthesis fabricates on hard questions, whereas you can cross-reference sources and abstain when they don't answer.

# structured retrieval for an agent pipeline (Loop/Argus-style):
gather_bundle("Serbian quarterfinalist 2018 Madrid Open men's singles")
→ consume ranked sources[].evidence[] passages; cite each by citation_id.
→ inspect content_origin; treat search_snippet evidence as a lead, not full text.
→ compare content_cluster_id; matching clusters are not independent corroboration.
→ inspect status and diagnostics before synthesis; relevance defaults to lexical_v1.
→ optional: ranker="flashrank"; inspect ranking_method and ranking_warning for fallback.
→ query_term_coverage is a recall hint, not proof of factual sufficiency.
→ quality_score=null means source quality has not been computed.

# readable retrieval for a conversational host:
gather_sources("Serbian quarterfinalist 2018 Madrid Open men's singles")
gather_sources("2018 Madrid Open men's singles draw results")   # call again with sub-queries
→ read the returned [Source N] blocks, cross-reference, answer WITH citations.
→ if the sources don't contain it, gather more or say you don't know — never guess.

# bounded workflow for a dependent or multi-part question:
gather_evidence(question="In what year was the company that created CUDA founded?")
→ if next_action is decompose_query, call again with loop_id and one atomic query.
→ finish with the synthesis-ready supporting E-step IDs.
→ synthesize only after the loop status is ready; the host still does all reasoning.

Read the full file on GitHub · 138 lines

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. 4d ago First seen · 138 lines · 1,391 tokens per session scan A e88bdb2ee874

Subscribe to this mod's changes

sibyl AGENTS.md is an instructions file published in the GitHub repository chriswu727/sibyl (1 stars, last pushed 1mo ago), licensed MIT. It adds 1,391 tokens to every session, about $0.0070 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