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-clawpump-bridgegit 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-clawpump-bridge)<a href="https://agentmods.dev/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge"><img src="https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge/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-clawpump-bridge"><img src="https://agentmods.dev/badge/skills/oobe-protocol/sap-mcp/sap-clawpump-bridge.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.02093 |
| Opus 5 | $0.00000 | $0.01046 |
| Sonnet 5 | $0.00000 | $0.00419 |
| Haiku 4.5 | $0.00000 | $0.00209 |
Grade A, and why
sap-clawpump-bridge 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 — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP x ClawPump Bridge
Use this skill when integrating SAP MCP with ClawPump Agent — a Hermes fork for Solana DeFi with 131+ MCP tools (trading, perps, DCA, token launch, marketplace, lending, predictions, gift cards, agent mail, x402 paid APIs).
ClawPump is a supported SAP MCP runtime, like Hermes, Codex, Claude, and OpenClaw. This skill teaches any SAP-connected agent how to discover, pay, and interact with ClawPump agents through the SAP protocol layer.
Architecture
SAP MCP does not replace ClawPump. It wraps it as an optional coordination and payment layer:
- ClawPump agents register on-chain in the SAP Agent Registry with capabilities, protocols, metadata, owner wallet, pricing, and x402 endpoints.
- SAP MCP makes those agents discoverable and callable by any SAP client (Hermes, Codex, Claude, OpenClaw, and custom MCP clients).
- x402/pay.sh flows handle paid ClawPump capabilities with local signing, payment receipts, and audit trail through the SAP/OOBE stack.
Setup (ClawPump side)
ClawPump agents connect to SAP MCP via the wizard or manual config:
# Automated: run the SAP MCP wizard from any machine with Node.js
npx @oobe-protocol-labs/sap-mcp-server@latest sap-mcp-config wizard
# Choose ClawPump when prompted for your runtime.
# Manual: add to ~/.clawpump/config.yaml
mcp_servers:
sap:
url: "https://mcp.sap.oobeprotocol.ai/mcp"
transport: "streamable-http"
sap_payments:
command: "npx"
args: ["--yes", "--package", "@oobe-protocol-labs/sap-mcp-server@latest", "sap-mcp-server"]
env:
SAP_MCP_PAYMENTS_BRIDGE_ONLY: "true"
SAP_LOG_LEVEL: "info"
After setup, install SAP skills into the ClawPump skill directory:
# Via MCP tool (from any SAP-connected agent)
sap_skills_install { agent: "clawpump", confirm: true }
# Via CLI
npx @oobe-protocol-labs/sap-mcp-server@latest sap-mcp-config wizard
Skills are installed to ~/.clawpump/skills/.
Discovery
Find ClawPump agents registered on the SAP on-chain registry:
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 · 206 lines · 0 tokens per session scan A a0cc239b0e9f
sap-clawpump-bridge 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 2,093 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.