lightning-enable-mcp: Skill for Claude Code

.claude/skills/strike-banking/SKILL.md

strike-banking is a skill for Claude Code from refined-element/lightning-enable-mcp. It costs 18 tokens per session (382 once invoked), scanned A, original, MIT.

A guide for using Strike banking tools for ACH payments, wire transfers, deposits, payouts, currency exchange, and related account setup. ACH is a US bank-transfer network.

In plain words
What is it for?
Use it to fund a Strike account, send bank payouts, make wire transfers, link payment methods, create payout originators, or exchange supported currencies.
Why use it?
It adds a confirmation step before operations that can move real money and requires the amount, currency, and destination to be shown first.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is refined-element/lightning-enable-mcp's own configuration. It tells Claude Code how to work on lightning-enable-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything lightning-enable-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to refined-element/lightning-enable-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/refined-element/lightning-enable-mcp/main/.claude/skills/strike-banking/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/refined-element/lightning-enable-mcp

Made for: Claude Code.

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 strike-banking

README.md
[![agentmods](https://agentmods.dev/badge/skills/refined-element/lightning-enable-mcp/strike-banking.svg)](https://agentmods.dev/skills/refined-element/lightning-enable-mcp/strike-banking)
Your own site
<a href="https://agentmods.dev/skills/refined-element/lightning-enable-mcp/strike-banking"><img src="https://agentmods.dev/badge/skills/refined-element/lightning-enable-mcp/strike-banking.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00018 $0.00382
Opus 5 $0.00009 $0.00191
Sonnet 5 $0.00004 $0.00076
Haiku 4.5 $0.00002 $0.00038

Measured 7d ago against content hash 456f13e8136f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

strike-banking 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 7d 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.

.claude/skills/strike-banking/SKILL.md · 46 lines

What it actually says

Context-aware guide for Strike banking MCP tools. Use $ARGUMENTS for the specific banking operation needed.

Available Strike Banking Tools

The MCP server includes tools for Strike banking operations. These tools move real money — always confirm with the user before executing.

Typical Flows

ACH Deposit (fund Strike account):

  1. create_ach_payment_method — link bank account
  2. create_deposit — initiate ACH deposit
  3. Wait for settlement (1-3 business days)

ACH Payout (send to bank):

  1. create_ach_payment_method — link destination bank
  2. create_originator — set up payout originator
  3. create_payout — create payout request
  4. initiate_payout — execute the payout (MOVES MONEY)

Wire Transfer:

  • Similar to ACH but uses wire payment method
  • Faster settlement, higher fees

Safety Guardrails

  • ALWAYS confirm before executing any tool that moves funds (initiate_payout, create_deposit)
  • Display the amount, currency, and destination before confirming
  • Strike supports multi-currency: USD, EUR, GBP, AUD, BTC, USDT
  • Exchange operations use exchange_currency tool (separate from banking)

Environment Setup

  • Requires Strike API key with banking permissions
  • Strike API base URL: https://api.strike.me/v1 (prod) or https://api.dev.strike.me/v1 (sandbox)
  • Use sandbox for testing banking flows

Common Issues

  • Insufficient permissions on Strike API key
  • Payment method not verified yet
  • Payout amount exceeds balance
  • ACH routing number validation failures
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. 7d ago First seen · 46 lines · 18 tokens per session scan A 456f13e8136f

Subscribe to this mod's changes

strike-banking is a skill published in the GitHub repository refined-element/lightning-enable-mcp (9 stars, last pushed 4d ago), licensed MIT. It adds 18 tokens to every session and 382 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.

Related

Other skills, from other repositories

saturnzap

Non-custodial Lightning wallet for AI agents via sz CLI: send/receive sats, pay invoices, auto-pay HTTP 402 (L402), manage channels and liquidity. Use when: (1) paying for API access with Lightning, (2) creating or paying BOLT11 invoices, (3) checking wallet balance or channel health, (4) managing peers and channels.…

lqwdtech/SaturnZap · 98 tokens

sparkbtcbot

Give an AI agent a self-custodial Bitcoin wallet on the Spark L2. Covers wallet init from a BIP39 mnemonic, zero-fee Spark and BTKN/LRC20 token transfers, Lightning invoices (create and pay), Spark native invoices, L402 paywall payment, L1 deposits and cooperative withdrawals, and message signing. Make sure to use…

echennells/sparkbtcbot · 215 tokens

ap2-mcp-server

Implement AP2 MCP servers — payment tools exposed via Model Context Protocol for agent access to payment capabilities. Use when building MCP-based payment tool integrations for AP2.

OrcaQubits/agentic-commerce-skills-plugins · 38 tokens

lightning-memory

Decentralized agent memory with Nostr identity and Lightning L402 payments.

singularityjason/lightning-memory · 19 tokens

satrank-l402

Discover and score L402 endpoints on Bitcoin Lightning before paying. Use when an agent needs to call a paid API and wants a Bayesian trust posterior + offline-verifiable Nostr assertion. Bitcoin-pure, no x402/EVM.

proofoftrust21/satrank · 52 tokens

tushare

A Python interface for Tushare, a financial data service that provides market and company information for stocks, funds, futures, and digital assets. It returns queried data as pandas tables.

HKUDS/Vibe-Trading · 79 tokens