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 skills add openbkn-ai/bkn-foundry --skill exchange-recoverygit clone --depth 1 https://github.com/openbkn-ai/bkn-foundryWrote 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/skills/openbkn-ai/bkn-foundry/exchange-recovery)<a href="https://agentmods.dev/skills/openbkn-ai/bkn-foundry/exchange-recovery"><img src="https://agentmods.dev/badge/skills/openbkn-ai/bkn-foundry/exchange-recovery/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.
<a href="https://agentmods.dev/skills/openbkn-ai/bkn-foundry/exchange-recovery"><img src="https://agentmods.dev/badge/skills/openbkn-ai/bkn-foundry/exchange-recovery.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.03783 |
| Opus 5 | $0.00000 | $0.01892 |
| Sonnet 5 | $0.00000 | $0.00757 |
| Haiku 4.5 | $0.00000 | $0.00378 |
Grade A, and why
exchange-recovery 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 11d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- action_types/browse_backup_emails.bkn 2.1 KB
- action_types/execute_recovery_task.bkn 1.7 KB
- action_types/find_backup_timepoints.bkn 1.2 KB
- action_types/generate_recovery_report.bkn 2.1 KB
- action_types/list_data_domains.bkn 1.5 KB
- action_types/list_exchange_servers.bkn 1.6 KB
- action_types/verify_exchange_availability.bkn 2.4 KB
- CHECKSUM 2.3 KB
- concept_groups/exchange.bkn 554 B
- data/backup_timepoint.csv 1.3 KB
- data/data_domain.csv 401 B
- data/email.csv 41 KB
- data/exchange_server.csv 314 B
- data/recovery_job_verification.csv 512 B
- data/recovery_job.csv 228 B
- data/recovery_report.csv 5.4 KB
- data/recovery_server.csv 332 B
- data/recovery_task.csv 1.6 KB
- metrics/backup_timepoint_count.bkn 1.4 KB
- metrics/backup_timepoint_total_size_mb.bkn 848 B
- metrics/backup_timepoint_verified_count.bkn 912 B
- metrics/exchange_server_mailbox_sum.bkn 891 B
- metrics/recovery_job_avg_duration_seconds.bkn 864 B
- metrics/recovery_job_count.bkn 1.3 KB
- metrics/recovery_task_count.bkn 871 B
- metrics/recovery_verification_failure_count.bkn 979 B
- network.bkn 10 KB
- object_types/backup_timepoint.bkn 1.9 KB
- object_types/data_domain.bkn 1.1 KB
- object_types/email.bkn 1.8 KB
- object_types/exchange_server.bkn 1.2 KB
- object_types/recovery_job_verification.bkn 1.5 KB
- object_types/recovery_job.bkn 1.2 KB
- object_types/recovery_server.bkn 1.2 KB
- object_types/recovery_task.bkn 1.5 KB
- relation_types/backup_timepoint_contains_email.bkn 525 B
- relation_types/browse_backup_emails.bkn 470 B
- relation_types/create_recovery_task.bkn 478 B
- relation_types/exchange_server.bkn 563 B
- relation_types/find_backup_timepoints.bkn 526 B
- relation_types/recovery_job_from_recovery_task.bkn 469 B
- relation_types/recovery_job_to_generate_recovery_report.bkn 544 B
- relation_types/recovery_job.bkn 478 B
- relation_types/recovery_task_from_backup_timepoint.bkn 549 B
- relation_types/recovery_task_restores_exchange.bkn 505 B
- relation_types/verify_exchange_availability.bkn 525 B
- risk_types/backup_timepoint_verification_failed.bkn 2.2 KB
- risk_types/production_data_overwrite.bkn 2.7 KB
- script/browse_backup_emails.py 4.8 KB runs code
- script/create_recovery_task.py 4.6 KB runs code
- script/execute_recovery_task.py 8.4 KB runs code
- script/find_backup_timepoints.py 3.9 KB runs code
- script/generate_recovery_report.py 19 KB runs code
- script/list_data_domains.py 1.5 KB runs code
- script/list_exchange_servers.py 2.3 KB runs code
- script/run_recovery.py 4.3 KB runs code
- script/verify_exchange_availability.py 12 KB runs code
- toolboxes/__init__.py 343 B runs code
- toolboxes/base_toolbox.py 3.9 KB runs code
- toolboxes/README.md 9.3 KB
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.
- 11d ago First seen · 341 lines · 0 tokens per session scan A 76b5f39a0c80
exchange-recovery is a skill published in the GitHub repository openbkn-ai/bkn-foundry (416 stars, last pushed today), with no licence file. It costs nothing until one of its globs matches a file; then it loads 3,783 tokens. 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 skills, from other repositories
building
Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.
diff-driven-docs
Use when a BUILD phase completes, a commit is staged, or a PR is about to be created, and the diff has not yet been reflected in documentation. Also use when the user says "update docs", "sync docs", "document this", or asks whether documentation is up to date.
exploration
Two-mode exploration skill: (1) design dialogue — turn rough ideas into validated designs through collaborative interview before planning; (2) spike — throwaway code answering ONE design question, deleted or absorbed, never shipped. Router invokes mode via dispatch context.
memory-and-handoff
Two-mode skill: (1) session memory — load/persist durable workflow state under .cc10x/ (activeContext, patterns, progress) so context survives compaction; (2) handoff package — portable, secrets-redacted export for a coworker, different tool, or fresh non-cc10x session.
plan-review-gate
Use after saving a non-trivial plan or decision RFC when a fail-closed feasibility, completeness, and alignment review must block execution.
architecture
Greenfield architecture design: map functionality flows, draw components, design APIs, classify dependencies, plan observability. For multi-component, API, schema, auth, or integration-heavy work. For retrofitting existing code, use codebase-hygiene instead.