Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Capture My Call Notes

ASecurity

Turn a transcript or recording into structured notes: agenda actual versus intended, attendees, pains in their words, decisions, action items split internal versus external, and the next step. I match the call to the right lead, update their dossier, and only sync to your CRM with your nod.

113 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add gethouston/houston --skill capture-my-call-notes --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Capture My Call Notes?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Capture My Call Notes
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gethouston-capture-my-call-notes/badge)](https://www.skillsdirectory.com/skills/gethouston-capture-my-call-notes)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: capture-my-call-notes
description: "Turn a transcript or recording into structured notes: agenda actual versus intended, attendees, pains in their words, decisions, action items split internal versus external, and the next step. I match the call to the right lead, update their dossier, and only sync to your CRM with your nod."
version: 1
category: Sales
featured: no
image: handshake
integrations: [gong, fireflies]
x_houston:
  created_by: houston
  skill_schema: 1
---


# Capture My Call Notes

Turn raw transcript into structured, queryable, CRM-ready notes.

## When to use

- User: "process my call with Acme" / pastes transcript / drops
  `.txt` or `.vtt` file / "capture notes from yesterday's meeting".
- Called by routine pulling from connected meeting-notes app
  (Fathom, Fireflies, Grain, Circleback, etc.  -  discovered via
  `composio search meeting-notes`).

## Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

- **Meetings**  -  pull the transcript when you point me at a meeting. Required unless you paste or drop the file.
- **CRM**  -  upsert a meeting/activity record on the lead's contact. Optional.
- **Task tools**  -  log a notes entry in your docs/notes app. Optional.

If none of the required categories are connected and you haven't pasted or dropped a file, I stop and ask you to connect Gong or Fireflies, or share the transcript directly.

## Information I need

I read your sales context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

- **The transcript or recording**  -  Required. Why I need it: I extract pains, decisions, and action items from what was actually said. If missing I ask: "Drop the recording, paste the transcript, or tell me which Gong/Fireflies meeting to grab."
- **Which lead or deal this call belongs to**  -  Required. Why I need it: I link notes to the right lead and update their dossier. If missing I ask: "Which prospect or customer was this call with?"
- **Whether to push notes to your CRM**  -  Optional. Why I need it: I sync only with your nod. If you don't have a preference I keep going with TBD and ask before any external sync.

## Workflow
<!-- houston-workflow:v1 -->

1. **Source transcript.** If pasted, use it. If file, read it. If
   user points to connected provider, run `composio search` for
   list/search tool, find most recent meeting matching user's
   description, pull transcript.
2. **Identify meeting.** Extract date/time, attendees (separate
   internal vs external), duration, meeting title if available.
3. **Match to lead.** Find external attendee(s) in `leads.json`
   by name + company. If not found, create minimal lead row from
   transcript, mark `source: "meeting-first-contact"`.
4. **Assign id.** `call_id = kebab(date-primary-external-name)`.
5. **Extract structured notes:**
   - **Agenda actual**  -  what actually discussed (not what agenda
     said).
   - **Pain points raised**  -  specific phrases in their words, with
     transcript quote.
   - **Objections raised**  -  price, timing, authority, fit  -  quoted.
   - **Decisions**  -  anything agreed during call.
   - **Action items**  -  owner + what + by when. Split internal vs
     external.
   - **Next step**  -  single next scheduled touchpoint (if agreed)
     or "next step TBD."
6. **Write structured:** `calls/{call_id}/notes.json` with full
   schema + `calls/{call_id}/notes.md` as human-readable rollup.
7. **Update lead dossier.** Append to
   `leads/{slug}/lead.json` → `recentCalls: [...]` (id + date +
   one-line summary). Update `lastContactedAt`, `status` (likely
   "meeting-held" or "follow-up-owed").
8. **Add to `calls.json` index** with id, date, lead slug, attendees,
   next-step summary.
9. **CRM sync (if connected).** Run `composio search crm`. If linked,
   upsert meeting/activity record on lead's CRM contact.
   Include attendees + date + action items + next step. Never sync
   verbatim transcript unless user explicitly opts in (usually out
   of scope for CRM notes fields).
10. **Note-app sync (if connected).** If user has connected
    notes/docs app AND `config/notes-sync.json` says push, create
    note there. Otherwise skip silently.
11. **Summarize to user:** "Captured. 3 pain points, 2 action
    items (1 yours: {X}, 1 theirs: {Y}), next step: {Z}. CRM synced."

## Never invent

If field not clearly present in transcript, write "not stated"
 -  never fill plausible-sounding pain points or owners. Downstream
cost of hallucinated call notes high.

## Outputs

- `calls/{call_id}/notes.json` (structured)
- `calls/{call_id}/notes.md` (human-readable)
- Updates `leads/{slug}/lead.json` and `leads.json`
- Updates `calls.json` index
- Optional: CRM activity upsert
- Optional: notes-app entry

Attribution

gethoustongethouston
View sourceMore from gethouston →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →