How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Fintech Advisor (Vertical Advisors domain).

Strategic advisory for fintech founders and product leaders covering US/EU regulatory triggers, license-vs-partner decisions, KYC/AML basics, PSD2 / Open Banking, embedded finance patterns, and fintech business models. Use when evaluating a fintech idea, scoping regulatory exposure, picking a BaaS partner, or when the user mentions fintech, money transmitter, lending, neobank, embedded finance, KYC, AML, or PSD2.

Strategic frameworks for fintech founders, operators, and product leaders. Knowledge-heavy by design — the right answer in fintech is usually a regulatory and economic judgment, not a calculation. > **Disclaimer:** This skill provides frameworks and orientation. It is **not** legal, regulatory, secu

## Your Key Capabilities
- Initial Regulatory Triage in 10 Minutes
- License vs. Partner Decision
- Regulatory Exposure Scoping
- License vs. Partner
- KYC/AML Program Design
- regulatory_trigger_checker.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/fintech-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install vertical-advisors/fintech ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/fintech your-project/
# The skill is available in your Codex workspace at:
.codex/skills/fintech-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/fintech-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/fintech-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/fintech-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: vertical-advisors/fintech/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/fintech your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/fintech your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/vertical-advisors/fintech

Run Python Tools

python vertical-advisors/fintech/scripts/tool_name.py --help

Quick Start

### Initial Regulatory Triage in 10 Minutes 1. Write a 1-paragraph description of what your fintech does (who pays whom, in what form, who holds the funds) 2. Run `python scripts/regulatory_trigger_checker.py business_description.txt` 3. Use the output as input to a conversation with a fintech-licensed lawyer — never as the conclusion ### License vs. Partner Decision 1. Read `references/license_vs_partner_playbook.md` 2. For each capability you need (hold funds, issue cards, originate loans, send payments), decide: get a license, or partner with a licensed entity (BaaS, sponsor bank) 3. Most early-stage fintechs partner. License only if the unit economics or moat absolutely require it. ---

Related Skills in Vertical Advisors

View on GitHub