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 OOBE-PROTOCOL/sap-mcp --skill sap-escrow-settlementgit clone --depth 1 https://github.com/OOBE-PROTOCOL/sap-mcpWrote 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/oobe-protocol/sap-mcp/sap-escrow-settlement)<a href="https://agentmods.dev/skills/oobe-protocol/sap-mcp/sap-escrow-settlement"><img src="https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-escrow-settlement/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/oobe-protocol/sap-mcp/sap-escrow-settlement"><img src="https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-escrow-settlement.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.00546 |
| Opus 5 | $0.00000 | $0.00273 |
| Sonnet 5 | $0.00000 | $0.00109 |
| Haiku 4.5 | $0.00000 | $0.00055 |
Grade A, and why
sap-escrow-settlement 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 9d 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 — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Escrow Settlement
Use this skill for active Escrow V2 deposits, settlement, withdrawal, closing, pending settlements, and disputes. V1 escrow write flows are no longer active on the current SAP on-chain program and must not be used for new work.
Tools
Hosted unsigned builders:
sap_escrow_build_create_transactionsap_escrow_build_deposit_transactionsap_escrow_build_settle_transactionsap_escrow_build_finalize_transactionsap_escrow_build_withdraw_transactionsap_escrow_build_close_transaction
Local-signer direct writes:
sap_create_escrow_v2sap_deposit_escrow_v2sap_settle_escrow_v2sap_finalize_settlement_v2sap_file_dispute_v2sap_withdraw_escrow_v2sap_close_escrow_v2sap_fetch_escrow_v2sap_fetch_pending_settlementsap_next_settlement_indexsap_fetch_disputesap_fetch_escrow
sap_fetch_escrow is retained only for legacy read-only inspection. Do not
recommend V1 create, deposit, settle, withdraw, close, or batch-settle flows.
Flow
- Fetch V2 escrow state before mutating it.
- In hosted SAP MCP, never call direct escrow write tools after
hosted_local_signer_required. Use the matchingsap_escrow_build_*_transactiontool, then finalize the unsigned transaction locally withsap_payments_finalize_transaction. - In local SAP MCP stdio mode, direct write tools can sign through the active local SAP profile. Do not read keypair JSON or create temporary signing scripts.
- For V2 settlement, inspect pending settlement and dispute state.
- Explain amount, depositor, agent PDA, nonce, settlement index, and dispute effect before write tools.
- Treat
settlementSecurity = 2/ DisputeWindow as the safe default. UsesettlementSecurity = 1/ CoSigned only when a validcoSigneris provided. Never default to SelfReport /0. - Amounts are always in the smallest unit of the escrow token: lamports for SOL, micro-USDC for USDC.
Safety
Escrow tools can lock, move, or release funds. Use preview/signing policy and explicit user approval for high-value actions.
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.
- 9d ago First seen · 60 lines · 0 tokens per session scan A 9d972ae91e5a
sap-escrow-settlement is a skill published in the GitHub repository OOBE-PROTOCOL/sap-mcp (3 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 546 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-31.
Other skills, from other repositories
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…
cobie-cycle-filter
Use when evaluating crypto decisions through a Cobie-style cycle filter: common-sense risk, narrative traps, leverage humility, and avoiding obvious stupid trades.
token-pick
One token recommendation and one prediction market pick - scored, quantified, with a skip branch when signals are weak.
bridge
Cross-chain token transfers using Wormhole and CCTP.