agent-toolkit: Skill for Claude Code

.agents/skills/ox-conversation/SKILL.md

ox-conversation is a skill for Claude Code, Codex from sageox/agent-toolkit. It costs 143 tokens per session (499 once invoked), scanned A, a copy of ox-cli-conversation, Apache-2.0.

A local reader for recorded team conversations, with links that point back to the original remarks. It can find a conversation, list its topics, or show selected transcript text.

In plain words
What is it for?
Use it to find meeting discussions, summaries, topics, transcripts, and the source of a conversation citation.
Why use it?
It helps answer questions about what a team actually said instead of relying on memory or guesses. It also lets you check the source behind a cited claim.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is sageox/agent-toolkit's own configuration. It tells Claude Code and Codex how to work on agent-toolkit itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-toolkit configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sageox/agent-toolkit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sageox/agent-toolkit/main/.agents/skills/ox-conversation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sageox/agent-toolkit

Made for: Claude Code, Codex.

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 ox-conversation

README.md
[![agentmods](https://agentmods.dev/badge/skills/sageox/agent-toolkit/ox-conversation/github.svg)](https://agentmods.dev/skills/sageox/agent-toolkit/ox-conversation)
Your own site
<a href="https://agentmods.dev/skills/sageox/agent-toolkit/ox-conversation"><img src="https://agentmods.dev/badge/skills/sageox/agent-toolkit/ox-conversation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ox-conversation

Your own site · 80×15
<a href="https://agentmods.dev/skills/sageox/agent-toolkit/ox-conversation"><img src="https://agentmods.dev/badge/skills/sageox/agent-toolkit/ox-conversation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 499 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod 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.1 $0.00143 $0.00499
Opus 5 $0.00072 $0.00249
Sonnet 5 $0.00029 $0.00100
Haiku 4.5 $0.00014 $0.00050

Measured yesterday against content hash dda0aa9a473a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ox-conversation 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 yesterday.

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.

Origin

This is a copy

95% identical to ox-cli-conversation — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/ox-conversation/SKILL.md · 41 lines

What it actually says

Use when

The user references a recorded conversation or a citation from one: a sageox:// URI, a cnv_/rec_ id, "what did we say about X in that meeting", "what's the source behind this claim", or asks for a conversation's summary, topics, or transcript.

Do

  1. Run the rung the question requires — ox conversation list, show <id>, topics <id>, topic <id> <tp_id>, or transcript <id> --cues N-M (a full sageox:// URI, quoted, works as <id> and carries its own selectors).
  2. Follow the guidance field in each JSON envelope — it names the next rung down and how to follow citations; token_estimate tells you what reading the payload costs. Descend only as deep as the question needs.
  3. For the full workflow (id forms, disclosure ladder, pinning semantics), read ox guide conversations --raw.
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. yesterday First seen · 41 lines · 143 tokens per session scan A dda0aa9a473a

Subscribe to this mod's changes

ox-conversation is a skill published in the GitHub repository sageox/agent-toolkit (10 stars, last pushed today), licensed Apache-2.0. It adds 143 tokens to every session and 499 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to ox-cli-conversation, differing in 2 lines, and is treated as a copy.