new-account-setup

new-account-setup is a skill for Claude Code, Codex from newline53/newline-mcp-server. It costs 57 tokens per session (834 once invoked), scanned A, a copy of storytelling, Apache-2.0.

A guided workflow for opening a new synthetic financial account for an existing customer in Newline.

In plain words
What is it for?
Use it to find the customer, inspect available account types and pools, and provision the correct account.
Why use it?
It helps choose a compatible account type, pool, and payment rail while checking the customer’s identity, status, and eligibility first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find the customer, inspect available account types and pools, and provision the correct account.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/newline53/newline-mcp-server/new-account-setup
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 newline53/newline-mcp-server --skill new-account-setup
Clone the repo
git clone --depth 1 https://github.com/newline53/newline-mcp-server

Made for: Claude Code, Codex.

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 new-account-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/newline53/newline-mcp-server/new-account-setup/github.svg)](https://agentmods.dev/skills/newline53/newline-mcp-server/new-account-setup)
Your own site
<a href="https://agentmods.dev/skills/newline53/newline-mcp-server/new-account-setup"><img src="https://agentmods.dev/badge/skills/newline53/newline-mcp-server/new-account-setup/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 new-account-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/newline53/newline-mcp-server/new-account-setup"><img src="https://agentmods.dev/badge/skills/newline53/newline-mcp-server/new-account-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 834 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 86% copy Near-identical to another mod 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.00057 $0.00834
Opus 5 $0.00028 $0.00417
Sonnet 5 $0.00011 $0.00167
Haiku 4.5 $0.00006 $0.00083

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

Security

Grade A, and why

new-account-setup 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.

Origin

This is a copy

86% identical to storytelling — 137 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/new-account-setup/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

New Account Setup

Step-by-step workflow for creating a synthetic account for a customer.

Step 1 — Identify the Customer

If you don't already have the customer UID:

list-customers  (filter by name, email, or external_uid as needed)
get-customer  uid=<customer_uid>

Note the customer's:

  • uid — needed when associating the account
  • pool_uids — the pools this customer already belongs to
  • kyc_status — account creation may fail if KYC is not approved
  • status — customer must be active

Step 2 — Select an Account Type

List all available synthetic account types for the program:

get-synthetic-account-types

Each type has:

  • uid — the synthetic_account_type_uid required at creation
  • name and description — what the account is for
  • synthetic_account_category — e.g. general, external_checking, external_savings

Choose the type that matches the intended use. If the user has not specified a type, ask them or infer from context (e.g. "checking account" → external_checking category).

Step 3 — Select a Pool

List available pools:

list-pools

Choose the pool that:

  • The customer already belongs to (their pool_uids from Step 1), or
  • Matches the intended product/program context

Note the pool uid — this becomes pool_uid at creation.

Step 4 — Check Product Eligibility (Optional)

If you want to confirm the customer is eligible for a product before opening an account:

list-products
list-customer-products  (to see what the customer already has)

This step is informational — product eligibility is enforced by the API at creation time.

Step 5 — Determine Payment Rail Fields

Depending on the account type and use case, include the appropriate optional block:

ACH External Account

Include an ach block:

  • account_typechecking or savings
  • counterparty_name — name on the external account
  • routing_number and account_number — external bank details

Wire External Account

Include a wire block:

  • counterparty_name — name on the external account
  • Optionally counterparty_bank_name and counterparty_bank_address

Read the full file on GitHub · 111 lines

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 · 111 lines · 57 tokens per session scan A 7a2d0d5c0677

Subscribe to this mod's changes

new-account-setup is a skill published in the GitHub repository newline53/newline-mcp-server (2 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 57 tokens to every session and 834 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to storytelling, differing in 137 lines, and is treated as a copy.

Related

Other skills, from other repositories

surf

Surf (asksurf.ai) is RETIRED on BlockRun and the blockrunsurf tool was REMOVED in 0.49.0 — the gateway has answered every /v1/surf/ path with HTTP 410 endpointretired since 2026-09-06. Use this skill to route a former Surf question (on-chain SQL, wallet labels and net worth, CEX order books, social mindshare, news) to…

BlockRunAI/blockrun-mcp · 110 tokens

scanner-pmcc

Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.

staskh/trading_skills · 63 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

ib-portfolio-action-report

Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 49 tokens

ib-trades-history

Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 59 tokens

ib-report-delta-adjusted-notional-exposure

Report delta-adjusted notional exposure across all IBKR accounts. Calculates option deltas using Black-Scholes and reports long/short exposure by account and underlying. Use when user asks about delta exposure, portfolio risk, or directional exposure.

staskh/trading_skills · 58 tokens