https://docs.flinks.com/skill.md
What is an AI Skill?
An AI skill is a structured markdown document designed specifically for AI consumption. Unlike an MCP server that provides real-time search across documentation, a skill delivers the complete integration context upfront — allowing an AI assistant to build a working implementation from a single prompt. The Flinks skill covers:- Authentication flow — Token generation, authorize calls, credential handling
- Flinks Connect setup — Iframe parameters, event listeners, redirect handling
- Data retrieval — GetAccountsDetail, polling on 202, async endpoints
- MFA handling — 203 responses, security challenges, re-authorization
- Refresh flows — Cached vs live re-authorization, nightly refresh setup
- Error codes — 401, 202, 203 responses and recovery actions
- Enrichment — Income, lending, and credit risk attributes
- Test users — Sandbox credentials and demo institution
How to Use
With Claude Code
Add the skill as a local file or fetch it directly:With Any AI Assistant
- Fetch the skill file from
https://docs.flinks.com/skill.md - Include it in your AI assistant’s context (paste it, attach it, or reference it)
- Describe what you want to build — the skill provides enough context for a complete implementation
Example Prompt
Skill vs MCP Server
| AI Skill | MCP Server | |
|---|---|---|
| What it is | Single markdown file with complete context | Live search across all documentation |
| Best for | Building new integrations from scratch | Looking up specific details during development |
| How it works | One-shot context — AI reads it all upfront | On-demand queries — AI searches as needed |
| Setup | Download a file or paste a URL | Configure server connection in your IDE |
| Use when | ”Build me a Flinks integration" | "What parameters does this endpoint accept?” |
Resources
- Skill file — the raw markdown file
- llms.txt — comprehensive page listing for AI navigation
- MCP Server Setup — configure real-time documentation search