intro

intro is a skill for Claude Code, Codex from tonydzi/second-brain-starter-kit. It costs 83 tokens per session (1,188 once invoked), scanned A, original, MIT.

A guided workflow for introducing two people from the owner's network to each other through Telegram. It identifies both people and asks each for consent before creating a shared conversation.

In plain words
What is it for?
Use it to resolve contacts, obtain consent, prepare an introduction, and connect two approved people.
Why use it?
It reduces mistaken identity and unwanted introductions by confirming who each person is and requiring approval before messages or groups are created.

Skill for Claude CodeCodex

Part of the second-brain-skills plugin — 57 skills shipped together

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.

agentmods
npx agentmods add skills/tonydzi/second-brain-starter-kit/intro
Any agent
npx skills add tonydzi/second-brain-starter-kit --skill intro
Clone the repo
git clone --depth 1 https://github.com/tonydzi/second-brain-starter-kit

Made for: Claude Code, Codex.

Or install second-brain-skills, the plugin that ships this one along with the rest of its 57 skills.

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 intro

README.md
[![agentmods](https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/intro.svg)](https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/intro)
Your own site
<a href="https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/intro"><img src="https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/intro.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00083 $0.01188
Opus 5 $0.00042 $0.00594
Sonnet 5 $0.00017 $0.00238
Haiku 4.5 $0.00008 $0.00119

Measured 4d ago against content hash 1afb9f38dbf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

intro 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 4d 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/intro/SKILL.md · 76 lines

How it starts

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

/intro: warm-introduction automation

The operator's matchmaking is a conveyor: a warm intro is the product they trade. This skill turns "introduce X to Y" into one repeatable operation, run from their Telegram account.

Proven live 2026-06-19 (test pair Rita @teammate_r + Nataly @teammate_n). Standing rules live in memory [[intro-automation]] and [[no-long-dashes]].

Flow

1. RESOLVE both people

For each name, identify the real person before doing anything:

  • /find or namesearch over names.db, the Platinum CRM leads/contacts, and Telegram resolve_username / search_contacts.
  • Disambiguate name collisions (the operator has many same-name contacts: 8 Denises, several Karim) using get_common_chats, company, recent calls.
  • Capture for each: real name, @handle, tg_id, company, and the Latin first name for the title.

2. CONFIRM (DEFAULT: ON, approval required)

Show the operator a compact BEFORE→AFTER block:

  • who each person resolved to (name, @handle, company),
  • the exact group title that will be created,
  • which account will send. Wait for their "+". Do NOT create anything before that. Skip this gate ONLY if the operator explicitly says "no approval needed" in the request.

3. CREATE the group

  • create_group from the chosen account, title = LatinName1 <> LatinName2 <> Palo Alto Research Lab.
  • The <> sign goes between ALL elements. Names are LATIN only, taken from the lead's own name. Pass the title with plain <> AT creation. Never HTML-escape it. Never rely on renaming afterward (see gotchas).
  • Account label "default" = @work_acct_a (id 226258979); "corp_acct" is the company voice. Pick the account with the warmest existing thread to each lead.

4. INTRO blurb in the group

  • Right after creating the group, get its invite link via export_chat_invite.
  • Short, warm, in the operator's voice. State who each person is and why they are a fit, INCLUDE the group link ("Group: "), close with "over to you two".
  • LANGUAGE: write to each lead in THEIR language. A Russian-speaking lead gets Russian, an English-speaking lead gets English. Detect language from the CRM card (country / language field), the vault person note, or the prior DM-thread language. If the two leads share no common language, write the group blurb bilingually (RU plus EN).
  • No long dashes anywhere (use a colon, comma, or parentheses). See [[no-long-dashes]].

Read the full file on GitHub · 76 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. 4d ago First seen · 76 lines · 83 tokens per session scan A 1afb9f38dbf3

Subscribe to this mod's changes

intro is a skill published in the GitHub repository tonydzi/second-brain-starter-kit (5 stars, last pushed 5d ago), licensed MIT. It adds 83 tokens to every session and 1,188 once invoked, about $0.0004 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

wiki-ingest

Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…

AgriciDaniel/claude-obsidian · 88 tokens

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens

canvas

Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.

AgriciDaniel/claude-obsidian · 72 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens

wiki

Initialize, adopt, and route work for a separate Obsidian knowledge vault through the portable claude-obsidian core. Use for vault setup, scaffolding, workspace selection, cross-project configuration, or choosing the correct wiki sub-skill. Triggers: /wiki, set up wiki, scaffold vault, create knowledge base, adopt…

AgriciDaniel/claude-obsidian · 84 tokens

defuddle

Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for defuddle, clean this URL, strip page clutter, readable Markdown from a web page, or preparing a web source for later wiki ingestion.

AgriciDaniel/claude-obsidian · 57 tokens