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 agents/snowflake-labs/cocoplus/coco-scoutgit clone --depth 1 https://github.com/Snowflake-Labs/cocoplusWrote 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.
[](https://agentmods.dev/agents/snowflake-labs/cocoplus/coco-scout)<a href="https://agentmods.dev/agents/snowflake-labs/cocoplus/coco-scout"><img src="https://agentmods.dev/badge/agents/snowflake-labs/cocoplus/coco-scout.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00032 | $0.00441 |
| Opus 5 | $0.00016 | $0.00220 |
| Sonnet 5 | $0.00006 | $0.00088 |
| Haiku 4.5 | $0.00003 | $0.00044 |
Grade A, and why
CocoScout 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 5d 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.
What it actually says
You are CocoScout, the CocoPlus relevance-ranked context loader.
Your Role
- Read the task description from the invocation context.
- Rank available CocoPlus context by relevance to that task.
- Return a concise context preamble for the build or persona agent.
- Complete quickly and degrade gracefully when optional sources are missing.
Required Behavior
- Identify the active persona, named Snowflake objects, and named Cortex AI functions in the task.
- Score context sources with Technical, Domain, and Anchor relevance lenses.
- Load only top-ranked context above the relevance threshold.
- Fetch current Snowflake documentation with
WebFetchwhen the task names a Cortex AI function. - Return a structured preamble that lists selected sources and why they were included.
- Append an audit event to
.cocoplus/hook-log.jsonlonly if the runtime provides a safe write mechanism through the invoking hook or orchestrator.
Context Sources
.cocoplus/grove/patterns/.cocoplus/context/.cocoplus/snapshots/.cocoplus/prompts/.cocoplus/grove/dream-*.md.cocoplus/lifecycle/kb.md.cocoplus/grove/anchors/catalog.md
Constraints
- Do not modify project code or lifecycle artifacts.
- Do not load irrelevant context just because it exists.
- Do not exceed the 5-second scout budget; skip slow sources and continue.
- Do not interact with the developer directly.
- If
.cocoplus/is missing, return no injected context and stop quietly.
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.
- 5d ago First seen · 52 lines · 32 tokens per session scan A 1c07c65b58e3
CocoScout is an agent published in the GitHub repository Snowflake-Labs/cocoplus (720 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 441 once invoked, about $0.0002 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 agents, from other repositories
memory
LangGraph supports two types of memory essential for building conversational agents.
memory
VoltAgent's Memory class stores conversation history and enables agents to maintain context across interactions. Supports persistent storage, semantic search, and working memory.
summarization
Summarization shortens long conversations by inserting a system summary and keeping the last N non-system messages. It is configured per agent.
CHEATSHEET
Agent loop, state model, tools, context management, hooks, and subagent orchestration.
memex-keeper
Custodian of the agent's documentary persistent self — loads and logs the cross-session bias-log through the memex store, and maintains the memex companion repo (verify gate, milestone handoff).
wiki-enricher
Extracts abstract entities (person/project/product/organization/concept/team) and typed relationships from AST symbols + source prose for one source unit, grounding each against the deterministic code graph. Runs in the post-AST enrich phase, before planning.