business-account-opening

business-account-opening is a skill for Claude Code from vivid-money/vivid-mcp. It costs 59 tokens per session (555 once invoked), scanned A, original, MIT.

A guided process for starting a Vivid Business account through Vivid's online onboarding service. It collects legal-entity details, can read those details from uploaded documents locally, and produces a pre-filled onboarding link after confirmation.

In plain words
What is it for?
Use it to begin onboarding for a company, freelancer, or other legal entity, gather the required country and entity details, extract information from documents, and generate the onboarding URL.
Why use it?
It reduces repetitive form filling while keeping uploaded documents on the local client during extraction. A confirmation step lets the user review the collected business information before a link is created.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the vivid-mcp plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to begin onboarding for a company, freelancer, or other legal entity, gather the required country and entity details, extract information from documents, and generate the onboarding URL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivid-money/vivid-mcp/business-account-opening
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vivid-money/vivid-mcp --skill business-account-opening
Clone the repo
git clone --depth 1 https://github.com/vivid-money/vivid-mcp

Made for: Claude Code.

Or install vivid-mcp, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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 business-account-opening

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivid-money/vivid-mcp/business-account-opening/github.svg)](https://agentmods.dev/skills/vivid-money/vivid-mcp/business-account-opening)
Your own site
<a href="https://agentmods.dev/skills/vivid-money/vivid-mcp/business-account-opening"><img src="https://agentmods.dev/badge/skills/vivid-money/vivid-mcp/business-account-opening/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for business-account-opening

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivid-money/vivid-mcp/business-account-opening"><img src="https://agentmods.dev/badge/skills/vivid-money/vivid-mcp/business-account-opening.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 555 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.00059 $0.00555
Opus 5 $0.00030 $0.00278
Sonnet 5 $0.00012 $0.00111
Haiku 4.5 $0.00006 $0.00056

Measured 12d ago against content hash 8b7f3b0b8532, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

business-account-opening 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 12d 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.

skills/business-account-opening/SKILL.md · 57 lines

What it actually says

Business Account Opening

Open a Vivid Business account using the vivid-mcp remote MCP server.

Integration

  • Server: https://api.prime.vivid.money/mcp (remote, streamable HTTP)
  • Tool: build_onboarding_link — accepts legal entity data, returns an onboarding URL
  • Auth: none required — the endpoint is publicly accessible
  • Install: nothing to install — the MCP server is hosted by Vivid; the client connects via the .mcp.json config in this repository

Trigger

User wants to open a business account or start business onboarding.

Flow

  1. Ask for legal entity type (GmbH, UG, freelancer, etc.) if not provided.
  2. Ask for country if not provided. Default: Germany.
  3. Call MCP to get required fields and accepted document types.
  4. If the user uploads a document, extract the fields locally in the client — the document itself is never sent to the MCP server. Summarize what was extracted; do not echo raw document contents.
  5. Show the user a summary of all collected data and ask for explicit confirmation before proceeding.
  6. Call build_onboarding_link with the confirmed data. The server returns an onboarding URL.
  7. Present the URL to the user.

Data handling

  • Documents stay local. Uploaded files are parsed by the AI client. Only structured fields (company name, address, etc.) are sent to the MCP server.
  • No PII stored by the skill. The skill does not persist any data. The MCP server creates an onboarding session;
  • No credentials in chat. Never ask for or accept passwords, API keys, or bank account numbers.

Rules

  • Always confirm collected data with the user before calling build_onboarding_link.
  • Never call the tool autonomously — require explicit user approval.
  • Treat uploaded documents as sensitive — summarize only, don't echo contents.
  • On error: ask for missing fields or suggest a different document.
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. 12d ago First seen · 57 lines · 59 tokens per session scan A 8b7f3b0b8532

Subscribe to this mod's changes

business-account-opening is a skill published in the GitHub repository vivid-money/vivid-mcp (9 stars, last pushed 6mo ago), licensed MIT. It adds 59 tokens to every session and 555 once invoked, about $0.0003 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

yc-batch-evaluator

Evaluate YC batch companies for investment — scrapes the YC directory, researches each company and its founders (work history, LinkedIn, website), assesses founder-company fit, and exports to Google Sheets with priority rankings. Use when asked to evaluate YC companies, research a YC batch, screen startups, or do due…

gooseworks-ai/goose-skills · 72 tokens

company-funding-search

Find company funding history, investors, and investment details.

gooseworks-ai/goose-skills · 15 tokens

helius-jupiter

Skill "helius-jupiter" from helius-labs/core-ai, covering helius x jupiter — build defi apps on solana, mcp router surface, prerequisites, 1. helius mcp server and 2. jupiter api key.

helius-labs/core-ai · 0 tokens

helius-okx

Skill "helius-okx" from helius-labs/core-ai, covering helius x okx — build trading & intelligence apps on solana, mcp router surface, prerequisites, 1. helius mcp server and 2. okx skill library (required).

helius-labs/core-ai · 0 tokens

follow-the-crypto

Trace cryptocurrency addresses and transactions on public blockchains using block explorers including Etherscan, Blockchair, mempool.space and Blockscout. Covers common-input clustering, ENS resolution, exchange deposit addresses, mixers, CoinJoin, Tornado-style pools, cross-chain bridges, and OFAC sanctions…

UseOSINT/Skills · 128 tokens

banking-workflow-assistant

Use when bank operations, relationship managers, or credit middle-office teams need to pre-check onboarding, credit, KYB, due diligence, or post-loan documents, route exceptions, track SLA risk, and preserve audit-ready compliance reasoning.

AndrewNgGirl/SkillLens · 54 tokens