generated: '2026-08-27' method: searched source: https://docs.blnkfinance.com/.well-known/agent-card.json -> skills[].url note: Provider-authored Agent Skills, saved VERBATIM. Blnk publishes them at /.well-known/agent-skills//skill.md and advertises them in its A2A agent card; the docs also document an installer ("npx skills add https://docs.blnkfinance.com") at https://docs.blnkfinance.com/home/llms. Nothing here was generated by API Evangelist. Each skill body references sibling reference/*.md files that were NOT harvested; only the top-level skill.md of each is captured. installer: npx skills add https://docs.blnkfinance.com installer_docs: https://docs.blnkfinance.com/home/llms skill_count: 14 skills: - id: core file: blnkfinance-core.md name: blnk-core description: Prepare an application codebase to talk to Blnk Core (latest Core + SDKs, client, env, auth, secrets). Use when wiring Blnk into an existing app, upgrading Blnk versions, adding Blnk config or API keys, enabling secure mode expectations, or checking production readiness. Do not use this skill to implement the install quickstart or a first ledger/transfer demo. version: '0.4' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/core/skill.md http_status: 200 - id: documentation file: blnkfinance-documentation.md name: blnk-documentation description: Record Blnk product decisions as numbered markdown files in .blnk_context/. Use when capturing money movement maps, ledger architecture, metadata structure, naming, precision, queueing, or any other Blnk design decision for the team; when starting or updating a Blnk integration context pack. version: '0.4' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/documentation/skill.md http_status: 200 - id: fx file: blnkfinance-fx.md name: blnk-fx description: Design and record Blnk currency exchange with nostro legs, FX spread, and multi-leg or multi-day settlement. Use when converting currencies, building FX or swaps, recording exchange rates or spread, implementing crypto order exchange, or modeling delayed settlement with intermediary balances. version: '0.2' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/fx/skill.md http_status: 200 - id: implementation file: blnkfinance-implementation.md name: blnk-implementation description: Turn a product or POC spec into a money movement map plus runnable Blnk app code, tests, and a verified run. Use when the user drops a spec, PRD, or POC doc and wants end-to-end implementation without writing the code themselves. version: '0.3' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/implementation/skill.md http_status: 200 - id: inflight file: blnkfinance-inflight.md name: blnk-inflight description: Mental model and workflows for Blnk inflight transactions when other work must finish before a movement is complete. Use when authorizing then capturing, escrow holds, commit or void inflight, inflight expiry, split inflight, or bulk commit/void. version: '0.2' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/inflight/skill.md http_status: 200 - id: ledger-architecture file: blnkfinance-ledger-architecture.md name: blnk-ledger-architecture description: Investigate product intent and design Blnk money movement maps (including maps-tool JSON) and ledger architecture before coding balances and transactions. Use when structuring ledgers, discovering reporting needs or connected tools, drawing fund flows, exporting map.blnkfinance.com JSON, grouping balances into ledgers, or planning General Ledger @ balances. version: '0.4' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/ledger-architecture/skill.md http_status: 200 - id: naming-patterns file: blnkfinance-naming-patterns.md name: blnk-naming-patterns description: Consistent names for Blnk ledgers, @ internal balances, transaction references, and meta_data keys. Use when naming indicators, General Ledger balances, references, ledger titles, or metadata join keys. version: '0.1' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/naming-patterns/skill.md http_status: 200 - id: precision file: blnkfinance-precision.md name: blnk-precision description: Encode and display Blnk amounts correctly with precise_amount and a single precision source of truth (prefer currency enums). Use when handling cents, zero-decimal currencies, available balance display, converting human amounts, or preventing precision drift across services. version: '0.2' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/precision/skill.md http_status: 200 - id: queueing file: blnkfinance-queueing.md name: blnk-queueing description: Choose Blnk queue vs skip_queue per step from whether the next action needs an immediate ledger outcome or can proceed async. Use when setting skip_queue, mixing sync auth with async settlement, handling QUEUED status, or wiring confirmation after create or commit. version: '0.5' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/queueing/skill.md http_status: 200 - id: sdks file: blnkfinance-sdks.md name: blnk-sdks description: Use official Blnk SDKs (TypeScript, Go, Python, and Java) with shared client behavior; fall back to HTTP only when no Blnk SDK covers the language or endpoint. Use when initializing Blnk clients, calling ledger APIs from apps, or choosing between SDK and raw HTTP. version: '0.3' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/sdks/skill.md http_status: 200 - id: support file: blnkfinance-support.md name: blnk-support description: Escalate uncertain or high-stakes Blnk design and production questions to the Blnk Support team instead of inventing a solution. Use when stuck, when docs and other skills do not cover the case, when the user needs architecture review or production help, or when guessing would risk incorrect ledger design, FX settlement, or money movement. version: '0.2' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/support/skill.md http_status: 200 - id: transactions file: blnkfinance-transactions.md name: blnk-transactions description: Post and manage applied Blnk transactions—overdraft policy, bulk vs multi-source/destination, scheduling vs cron, backdating, refunds, and lifecycle. Use when creating or updating applied transfers. For holds load blnk-inflight; for skip_queue load blnk-queueing; for amounts load blnk-precision; for cross-currency load blnk-fx; for contention load blnk-queueing hot-balances. version: '0.2' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/transactions/skill.md http_status: 200 - id: watch file: blnkfinance-watch.md name: blnk-watch description: Design Blnk Watch risk controls—clean .ws rules, a risk-score rubric, and Watch configuration—via a question-driven workflow. Prefer Blnk Cloud with embedded Watch over self-hosting the Watch binary. Use when writing or reviewing watch scripts, assigning scores or verdicts, consolidating risk outcomes, configuring Cloud Watch / WATCH_SCRIPT_* / ALERT_WEBHOOK_*, or wiring Watch next to Core. version: '0.3' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/watch/skill.md http_status: 200 - id: webhooks file: blnkfinance-webhooks.md name: blnk-webhooks description: Subscribe to Blnk webhooks and transaction hooks securely with HMAC verification and idempotent handlers. Use when handling X-Blnk-Signature, transaction.applied events, PRE/POST hooks, or keeping app state in sync after money movements on either the queued or skip_queue path. version: '0.2' author: blnk source: https://docs.blnkfinance.com/.well-known/agent-skills/webhooks/skill.md http_status: 200