info

info is a command for coding agents from Principle-Labs/Corivo. It costs 11 tokens per session (206 once invoked), scanned A, original, MIT.

A command that reports the status and statistics of the local Corivo memory database. It shows stored, active, cooling, and frozen memory blocks, using those labels for how recently memories were accessed.

In plain words
What is it for?
Use it to run Corivo's status check and present a short report, including the empty-database case.
Why use it?
It lets you check whether the memory database is running and understand how much stored information is currently active.

Command

Part of the corivo plugin — 2 commands, 3 hooks shipped together

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 commands/principle-labs/corivo/info
Clone the repo
git clone --depth 1 https://github.com/Principle-Labs/Corivo

Or install corivo, the plugin that ships this one along with the rest of its 2 commands, 3 hooks.

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 info

README.md
[![agentmods](https://agentmods.dev/badge/commands/principle-labs/corivo/info.svg)](https://agentmods.dev/commands/principle-labs/corivo/info)
Your own site
<a href="https://agentmods.dev/commands/principle-labs/corivo/info"><img src="https://agentmods.dev/badge/commands/principle-labs/corivo/info.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 206 The whole file, excluding the scripts and references it only reads on demand.
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.00011 $0.00206
Opus 5 $0.00005 $0.00103
Sonnet 5 $0.00002 $0.00041
Haiku 4.5 $0.00001 $0.00021

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

Security

Grade A, and why

info 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.

packages/plugins/claude-code/commands/info.md · 39 lines

What it actually says

Corivo Info

查看当前记忆数据库的运行状态。

执行

corivo status

输出解读

将状态信息以简洁格式呈现给用户:

  • 总数 — 存储的记忆块数量
  • 活跃 — 最近被访问/使用的记忆数
  • 冷却 — 一段时间未访问的记忆数
  • 冷冻 — 长期未使用的记忆数

输出格式

[corivo] 状态报告:
• 总记忆数:42 块
• 活跃:38 | 冷却:3 | 冷冻:1
• 数据库健康度:90%

无数据时

[corivo] 数据库为空,开始对话即可积累记忆。
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 · 39 lines · 11 tokens per session scan A be1e2b19c623

Subscribe to this mod's changes

info is a command published in the GitHub repository Principle-Labs/Corivo (5 stars, last pushed 4mo ago), licensed MIT. It adds 11 tokens to every session and 206 once invoked, about $0.0001 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.