Skip to main content
Use AI to integrate Blnk into your product. Install Skills so your coding agents design money movement, architecture, and code the recommended way instead of improvising or guessing.

Installing Skills

1

Add Skills

From your project (or any directory where you use the LLM), run:
Install Blnk skills
The CLI detects tools such as Cursor and Claude Code, and installs the skills for you. Confirm when prompted if you want them on more than one tool.
2

Confirm they loaded

To use the skill, start with /blnk and ask any question. That is the root entry point; it routes to the other Blnk skills for architecture, money movement, and implementation.
3

Connect the Docs MCP

To improve the LLM’s knowledge base with live Docs lookup, connect the Docs MCP in your LLM tool:
MCP endpoint

Try it: build a simple wallet

Open a chat in your project and run through these steps.
1

Share this sample spec

Paste:
Sample wallet spec
Pasting the sample wallet spec into a coding agent chat
2

Let the agent create the map

The agent designs the money movement map, posts maps-tool JSON in chat, and saves it under .blnk_context/.
Coding agent creating the money movement map and saving maps-tool JSON
3

Review the map

To view it:
  1. Open map.blnkfinance.com.
  2. Click Menu → Import.
  3. Paste the JSON and load it.
If anything is wrong, say so in chat and wait for an updated JSON. When it matches, continue.
Importing maps-tool JSON into map.blnkfinance.com to review the money movement map
4

Ask it to implement

If all looks good, ask the agent to implement it the map:
Coding agent handoff after implementing the wallet app with map, code, tests, and next steps
5

Start the app

Once done, you can start your app and should have a running wallet flow against Blnk.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.