communication-dna

Analyze speech and meeting transcriptions to build communication profiles — vocabulary fingerprints, filler word detection, speech patterns, commitment extraction, sentiment arcs, topic detection, and speaker comparison. Use when asked to analyze transcripts, profile speakers, compare communication styles, ingest meeting recordings/transcriptions, find commitments/promises in meetings, or understand someone's speaking patterns. Supports TXT, SRT, VTT, and JSON transcript formats. Integrates with Personal CRM and Knowledge Base.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "communication-dna" with this command: npx skills add artofcoding-by-hanif/communication-dna

Communication DNA 🧬

Analyze transcriptions to extract communication intelligence — how people speak, what they commit to, how they compare.

Setup

The project lives at communication-dna/ in the workspace. On first use, initialize the DB:

cd <skill-dir>/scripts
python3 db.py  # Creates communication_dna.db with all tables + FTS5

Core Workflow

1. Ingest Transcriptions

python3 dna.py ingest <file> --title "Meeting Name" --date 2026-02-23 --context meeting
python3 dna.py ingest-dir <directory>  # Batch ingest

Supported formats:

  • TXT — Auto-detects speaker labels ("John:", "[Alice]", "Speaker 1:")
  • SRT — SubRip subtitles with timestamps
  • VTT — WebVTT with timestamps
  • JSON — Whisper/Otter.ai exports with segments

Speaker matching is fuzzy — reuses existing speakers by name.

2. Analyze Speakers

python3 dna.py analyze <speaker_id>    # Full report
python3 dna.py analyze-all             # All speakers
python3 dna.py fingerprint <speaker_id> # Vocabulary deep dive
python3 dna.py fillers <speaker_id>     # Filler word report
python3 dna.py patterns <speaker_id>    # Speech patterns
python3 dna.py commitments             # All extracted commitments
python3 dna.py sentiment <trans_id>    # Sentiment arc
python3 dna.py topics                  # Top topics
python3 dna.py compare <id1> <id2>    # Side-by-side comparison

3. Speaker Profiles

Auto-generated style tags based on analysis:

  • Formal/Casual, Assertive/Cautious, Inquisitive, Filler-heavy/Articulate, Optimistic/Critical, Diverse vocabulary/Repetitive

4. Cross-System Integration

python3 dna.py link-crm               # Auto-link speakers → CRM contacts
python3 dna.py link-kb                 # Cross-reference with Knowledge Base
python3 dna.py push-to-kb <trans_id>  # Push transcription to KB
python3 dna.py cross-search "query"   # Search DNA + KB together

CRM path: ../personal-crm/crm.db | KB path: ../knowledge-base/knowledge.db

5. Web UI

python3 app.py  # Starts on port 5053

Pages: Dashboard, Speakers, Speaker Profile, Transcriptions, Transcription Detail, Compare, Search, Ingest (drag & drop), Integrations.

API endpoints: /api/speakers, /api/speaker/<id>, /api/search, /api/ingest, /api/link-crm, /api/link-kb, /api/cross-search, /api/push-to-kb/<id>

Analysis Capabilities

AnalysisWhat it extracts
Vocabulary FingerprintWord frequency, type-token ratio, sentence length, formality score, unique words
Filler DetectionRate per 100 words, filler distribution, cross-speaker comparison
Speech PatternsBigram/trigram phrases, question rate, hedging vs assertiveness scores
Commitments"I'll do X", decisions, action items — stored in extractions table
SentimentPer-segment scoring (-1 to +1), arcs over time, speaker averages
TopicsTF-IDF extraction per transcription and per speaker

File Reference

All source files are in scripts/:

  • db.py — Schema + DB initialization
  • ingest.py — Format parsers + speaker detection
  • analyze.py — Analysis engine (6 functions + caching)
  • wordlists.py — Stop words, fillers, sentiment words, formal/informal lists
  • profiles.py — Speaker profile generator + comparison engine
  • integrations.py — CRM + KB connectors
  • dna.py — CLI (argparse, 17 subcommands)
  • app.py — Flask web UI
  • templates/ — Jinja2 templates (dark theme, Tailwind CSS)

Dependencies

  • Python 3 stdlib (no pip installs for core)
  • Flask (for web UI only)
  • SQLite FTS5 (built into Python's sqlite3)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Aws Fis Experiment Prepare

Use when the user wants to prepare, create, or generate an AWS FIS (Fault Injection Service) experiment configuration. Triggers on "prepare FIS experiment",...

Registry SourceRecently Updated
General

Aws Fis Experiment Execute

Use when the user wants to run a prepared AWS FIS experiment where the CloudFormation stack has already been deployed. Triggers on "execute FIS experiment",...

Registry SourceRecently Updated
General

Warranty Return Dispute Kit

Organizes a defective-product, denied-warranty, or return-window dispute into an evidence packet, timeline, support message, escalation script, contact log,...

Registry SourceRecently Updated
General

Goldman Sachs Co

提供高盛公司历史、业务模式、市场地位及关键数据,助力研究投资银行和金融机构角色分析。

Registry SourceRecently Updated