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.
npx agentmods add instructions/rlrghb/olkcli/agents-mdgit clone --depth 1 https://github.com/rlrghb/olkcliWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02806 | $0.02806 |
| Opus 5 | $0.01403 | $0.01403 |
| Sonnet 5 | $0.00561 | $0.00561 |
| Haiku 4.5 | $0.00281 | $0.00281 |
Grade A, and why
olkcli 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure
cmd/olk/: CLI entrypoint — minimal, delegates tointernal/cmd.Execute().internal/cmd/: Command implementations using kong structs. Each command group has its own file(s):mail_*.go,calendar*.go,todo.go,todo_checklist.go,todo_attachments.go,todo_links.go,whoami.go, etc.internal/msauth/: Microsoft OAuth2 implementation — device code flow, authorization-code + PKCE browser flow (loopback listener), token refresh, credential bridge.internal/graphapi/: Microsoft Graph API wrapper — mail, calendar, contacts, todo (tasks, checklist items, attachments, linked resources), availability, mailbox settings, mail rules, people. Includes thetargetUserhelper that routes reads to/meor/users/{id}for delegated mailbox access, and error-shaping helpers (graphErrorMessage,enterpriseError,scopeUpgradeError) invalidate.go.internal/config/: Configuration paths viaos.UserConfigDir(~/.config/olk/on Linux,~/Library/Application Support/olk/on macOS,%AppData%\olk\on Windows).internal/secrets/: OS keyring integration via99designs/keyring.internal/outfmt/: Output formatting — JSON envelope, aligned tables, TSV, timezone conversion viaConvertTime().SKILL.md: Agent Skills standard file — teaches AI assistants (Claude Code, OpenClaw, etc.) how to useolkcommands.docs/: user-facing guides —enterprise-setup.mdwalks tenant admins through creating an Entra app registration for--browser.contrib/: helper scripts —create-entra-app.shautomates the Entra app registration, admin consent, and assignment via theazCLI.bin/: build outputs (gitignored).
Build, Test, and Development Commands
make build: buildbin/olkwith version ldflags.make test: run tests with race detector.make lint: rungolangci-lint.make install: build and copy to$GOPATH/bin.make clean: removebin/.make version: print current version/commit/date.
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.
- 2d ago First seen · 92 lines · 2,806 tokens per session scan A ff7b8156ca9b
olkcli AGENTS.md is an instructions file published in the GitHub repository rlrghb/olkcli (17 stars, last pushed 3d ago), licensed MIT. It adds 2,806 tokens to every session, about $0.0140 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-30.
Other instructions, from other repositories
outlook-mcp CLAUDE.md
Instructions for mpalermiti/outlook-mcp, covering outlook mcp server, what this is, tech stack, commands and architecture.
outlook-ews-mcp AGENTS.md
Instructions for viartemev/outlook-ews-mcp, covering agents.md, engineering rules, project shape, testing and conventions.
outlook-ews-mcp CLAUDE.md
Instructions for viartemev/outlook-ews-mcp, a project described as: Secure MCP server for on-prem Microsoft Exchange (EWS) with tools for email, calendar, contacts, folders, attachments, and free/busy availability.
cli AGENTS.md
Instructions for nylas/cli, covering ai coding agent guidelines, quick reference: shared helpers, quick reference: adding a new feature and quick reference: credential storage.
calendar-mcp copilot-instructions.md
Instructions for MarimerLLC/calendar-mcp, covering github copilot instructions for calendar-mcp, 📖 quick context, 🎯 project overview, 🏗️ project structure and 🛠️ technology stack.
calendar-mcp CLAUDE.md
Instructions for MarimerLLC/calendar-mcp, covering project: calendar mcp, environment notes and kubernetes.