voice-post-call

Convert completed voice sessions into searchable meeting pages with transcripts and summaries.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill voice-post-call
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-post-call
Source: https://github.com/weiping/gbrain-cn/tree/main/recipes/agent-voice/skills/voice-post-call
Command: npx skills add https://github.com/weiping/gbrain-cn --skill voice-post-call

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Voice call summaries and transcripts often get lost, scattered, or never become searchable institutional memory, making it hard to revisit decisions or track action items later.

Core Features & Use Cases

  • After-call transcript + summary capture: Converts every voice session into a durable meeting page with a verbatim transcript and an agent-authored summary.
  • Idempotent “belt-and-suspenders” processing: Works both when the voice persona logs a summary mid-call and when the server automatically handles call-end, avoiding duplicate pages.
  • Entity cross-linking + operator posting: Cross-links mentioned people and companies into their timeline pages and posts the summary to the operator’s messaging surface after writing the canonical brain page.
  • Audio archiving: Archives a recoverable audio artifact and links it from the brain page for future reference.

Quick Start

After a voice call ends, instruct your voice agent to summarize the discussion and archive the transcript so it appears in your meeting history with entity links.

Frequently Asked Questions about voice-post-call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate meeting notes and transcripts after a voice call ends?

Voice call transcript capture works by processing completed voice sessions and converting them into searchable meeting pages stored under meetings/ or voice-calls/, ensuring the transcript and summary become permanent institutional memory rather than lost data.

How do I cross-link mentioned entities from audio recordings into a knowledge graph?

To prevent duplicate meeting pages from redundant voice call capture paths, this Skill applies idempotent processing that handles both mid-call summary logging and automatic server call-end triggers without creating conflicting records.

Why does my voice call summary fail to post to the operator surface when the call drops unexpectedly?

When a voice call drops unexpectedly and fails to trigger persona tools, this Skill enforces redundant capture paths to ensure the summary is posted to the operator messaging surface only after the canonical brain page is successfully created.

What is the best way to archive voice call audio and link it to a searchable meeting page?

Yes, voice call summaries can be cross-linked into a knowledge graph by extracting mentioned people and companies from the transcript and writing their references into respective timeline pages.

Do I need a voice agent to trigger call summarization and audio archiving?

You do not strictly need a voice agent to trigger call summarization and audio archiving, as the Skill provides redundant server-side capture paths to automatically process voice sessions even when the agent fails to log a summary.