Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Analyzes conversation transcripts using Supervisor Agent architecture. First classifies session type (MockInterview, CoachingSession, GenericMeeting), then routes to specialized analysis workflows. Features anti-hallucination protocol with confidence scoring and evidence citation for every claim. Use when reviewing mock interviews, coaching sessions, meetings, or saying "analyze my transcript". --- name: transcription-analyzer description: > Analyzes conversation transcripts using Supervisor Agent architecture. First classifies session type (MockInterview, CoachingSession, GenericMeeting), then routes to specialized analysis workflows. Features anti-hallucination protocol with confidence scoring and evidence citation for every claim. Use when reviewing mock interviews, coaching sessions, meetings, or saying Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
transcription-analyzer is best for you, for, the workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Analyzes conversation transcripts using Supervisor Agent architecture. First classifies session type (MockInterview, CoachingSession, GenericMeeting), then routes to specialized analysis workflows. Features anti-hallucination protocol with confidence scoring and evidence citation for every claim. Use when reviewing mock interviews, coaching sessions, meetings, or saying "analyze my transcript". --- name: transcription-analyzer description: > Analyzes conversation transcripts using Supervisor Agent architecture. First classifies session type (MockInterview, CoachingSession, GenericMeeting), then routes to specialized analysis workflows. Features anti-hallucination protocol with confidence scoring and evidence citation for every claim. Use when reviewing mock interviews, coaching sessions, meetings, or saying
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 14, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
Vishnujayvel
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/vishnujayvel/transcription-analyzer.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Vishnujayvel
Protocol compatibility
OpenClaw
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
json
{
"feedback_direction_rules": [
{ "segment_id": 2, "feedback_from": "vishnu", "feedback_to": "anish", "include_in_report": false },
{ "segment_id": 5, "feedback_from": "anish", "feedback_to": "vishnu", "include_in_report": true }
]
}text
What transcript file would you like me to analyze? Please provide the full file path (e.g., /path/to/transcript.md)
text
Could not find transcript at: [attempted_path] Please check the file path is correct.
text
The transcript file appears to be empty. Please provide a transcript with content to analyze.
text
**Session Type Classification** I detected signals for multiple session types. Please confirm which best describes this transcript: Options: - Mock Interview - System Design - Mock Interview - Coding - Mock Interview - Behavioral - Coaching/Mentoring Session - General Meeting/Conversation Detected signals: [List top signals found with line numbers]
markdown
**Session Type:** MockInterview.SystemDesign [Confidence: HIGH 92%]
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Analyzes conversation transcripts using Supervisor Agent architecture. First classifies session type (MockInterview, CoachingSession, GenericMeeting), then routes to specialized analysis workflows. Features anti-hallucination protocol with confidence scoring and evidence citation for every claim. Use when reviewing mock interviews, coaching sessions, meetings, or saying "analyze my transcript". --- name: transcription-analyzer description: > Analyzes conversation transcripts using Supervisor Agent architecture. First classifies session type (MockInterview, CoachingSession, GenericMeeting), then routes to specialized analysis workflows. Features anti-hallucination protocol with confidence scoring and evidence citation for every claim. Use when reviewing mock interviews, coaching sessions, meetings, or saying
Analyze conversation transcripts with intelligent session type detection and specialized analysis workflows.
| Type | Description | Analysis Focus |
|------|-------------|----------------|
| MockInterview.SystemDesign | System design practice | Technical depth, architecture, trade-offs |
| MockInterview.Coding | Coding interview practice | Algorithm, complexity, edge cases |
| MockInterview.Behavioral | Behavioral interview practice | STAR format, leadership, communication |
| CoachingSession | Mentoring/advice session | Key tips, action items, scripts/patterns |
| GenericMeeting | Any other conversation | Summary, decisions, action items |
| TopicFlowAnalysis | Long multi-person discussions | Topic hierarchy, deviations, filler words, visualizations |
Every metric and insight MUST include confidence scoring and evidence citation.
| Level | Score | Criteria | |-------|-------|----------| | HIGH | 90%+ | Direct quote from transcript, explicit statement | | MEDIUM | 60-89% | Inferred from context, multiple supporting signals | | LOW | 30-59% | Single weak signal, ambiguous evidence | | NOT_FOUND | 0% | No evidence in transcript - explicitly state this |
[INFERRED] vs [EXPLICIT]See prompts/confidence_scorer.md for detailed methodology.
CRITICAL: Run this phase BEFORE any content analysis.
This phase prevents speaker confusion by:
feedback_direction_rules to filter what's included in the reportSee prompts/phase0_metadata_extraction.md for the full extraction prompt. See prompts/transcript_metadata_schema.json for the output schema.
When to run: Always, before Step 3 (Session Type Classification)
Key output: transcript_metadata JSON with:
participants[] - All speakers with is_primary_subject flagsegments[] - Time/line-based segments with role assignmentsanalysis_context.feedback_direction_rules[] - Which feedback to includeRole swap detection triggers:
Example feedback_direction_rules:
{
"feedback_direction_rules": [
{ "segment_id": 2, "feedback_from": "vishnu", "feedback_to": "anish", "include_in_report": false },
{ "segment_id": 5, "feedback_from": "anish", "feedback_to": "vishnu", "include_in_report": true }
]
}
All analysis phases MUST:
include_in_report == trueUse the provided file path directly.
Use AskUserQuestion to request the file path:
What transcript file would you like me to analyze?
Please provide the full file path (e.g., /path/to/transcript.md)
If file not found:
Could not find transcript at: [attempted_path]
Please check the file path is correct.
If file is empty:
The transcript file appears to be empty.
Please provide a transcript with content to analyze.
CRITICAL: Classify session type BEFORE any detailed analysis.
Follow the classification algorithm in prompts/supervisor_classifier.md:
Scan the transcript for these signals (case-insensitive):
MockInterview.SystemDesign signals:
MockInterview.Coding signals:
MockInterview.Behavioral signals:
CoachingSession signals:
= 70%: HIGH confidence → Route directly
If confidence is LOW or multiple types have similar scores, use AskUserQuestion:
**Session Type Classification**
I detected signals for multiple session types. Please confirm which best describes this transcript:
Options:
- Mock Interview - System Design
- Mock Interview - Coding
- Mock Interview - Behavioral
- Coaching/Mentoring Session
- General Meeting/Conversation
Detected signals:
[List top signals found with line numbers]
Display at the top of every report:
**Session Type:** MockInterview.SystemDesign [Confidence: HIGH 92%]
or
**Session Type:** CoachingSession [Confidence: MEDIUM 68%]
or
**Session Type:** GenericMeeting [Confidence: LOW - Default]
Based on session type classification, route to the appropriate workflow:
→ Continue to Step 5: Mock Interview Analysis → Use prompts/mock_interview_analyzer.md
→ Jump to Step 10: Coaching Session Analysis → Use prompts/coaching_analyzer.md
→ Jump to Step 11: Generic Meeting Analysis → Use prompts/meeting_analyzer.md
→ Jump to Step 12: Topic Flow Analysis → Use prompts/topic_flow_orchestrator.md
Scan the transcript for trigger phrases that indicate when the actual interview begins:
| Trigger Phrase | Context | |----------------|---------| | "go design" | System design prompt | | "let's get started" | Formal interview start | | "the problem is" | Coding problem introduction | | "design a system" | System design prompt | | "let's dive into" | Technical start | | "first question" | Interview structure cue | | "walk me through" | Technical prompt |
Record:
Adjust analysis emphasis based on detected subtype:
IF interview type is "MockInterview.SystemDesign":
Ask user if they have an architecture diagram to analyze alongside the transcript.
IF diagram provided: Analyze:
IF no diagram:
[Confidence: NOT_FOUND] No diagram provided for analysis.
Tip: Save diagrams from future interviews for more comprehensive review.
For transcripts over 500 lines, delegate to subagent using Task tool with subagent_type: "Explore".
Extract insights with confidence scoring and evidence citation for each category:
100 - (P0_gaps × 15) - (P1_gaps × 5) - (CRITICAL_mistakes × 20) - (HIGH_mistakes × 10) - (MEDIUM_mistakes × 3)IMPORTANT: Show positives BEFORE mistakes (ADHD-friendly ordering)
For EACH mistake:
For EACH gap:
For EACH technical claim:
Structure the report as:
## Mock Interview Analysis
**File:** [filename]
**Session Type:** MockInterview.[subtype] [Confidence: X%]
**Date Analyzed:** [timestamp]
---
### 1. Scorecard
[Overall score, level assessment, dimensional scores, readiness %]
### 2. Time Breakdown
[Duration, phase timings]
### 3. Communication Signals
[Talk ratio, filler words, clarifying questions]
### 4. ⭐ Things That Went Well
[Positives with evidence - BEFORE mistakes]
### 5. Mistakes Identified
[Severity-coded mistakes with evidence]
### 6. Knowledge Gaps
[Priority-coded gaps]
### 7. Behavioral Assessment
[Staff+ signals]
### 8. Factual Claims
[Verification status]
### 9. Action Items
[Recommendations and resources]
### 10. Interviewer Quality
[Actionability assessment]
---
### Confidence Summary
[Overall confidence, by-category breakdown, data quality notes]
After the markdown report, output a JSON summary for programmatic consumption.
→ END of MockInterview workflow
ONLY execute this step if session type is CoachingSession
Use prompts/coaching_analyzer.md for detailed extraction.
## Coaching Session Analysis
**File:** [filename]
**Session Type:** CoachingSession [Confidence: X%]
**Coach:** [name] | **Mentee:** [name]
**Topics:** [topic1], [topic2]
---
### 1. Key Advice & Tips
[Categorized by domain with direct quotes]
### 2. Scripts & Patterns
[Quotable text with usage context]
### 3. Action Items
[Explicit and implicit tasks with urgency]
### 4. Questions Raised
[Topics needing exploration]
### 5. Session Quality
[Actionability score, examples count]
---
### Confidence Summary
→ END of CoachingSession workflow
ONLY execute this step if session type is GenericMeeting
Use prompts/meeting_analyzer.md for detailed extraction.
## Meeting Analysis
**File:** [filename]
**Session Type:** GenericMeeting [Confidence: X%]
**Participants:** [list]
**Purpose:** [detected purpose]
---
### 1. Executive Summary
[3-5 sentence summary]
### 2. Key Decisions
[Decisions with owners]
### 3. Action Items
[Tasks with owners and deadlines]
### 4. Open Questions
[Unresolved topics needing follow-up]
### 5. Key Quotes
[Memorable statements with attribution]
---
### Confidence Summary
→ END of GenericMeeting workflow
ONLY execute this step if session type is TopicFlowAnalysis
Use prompts/topic_flow_orchestrator.md for the full workflow.
## Topic Flow Analysis
**File:** [filename]
**Session Type:** TopicFlowAnalysis [Confidence: X%]
**Duration:** [total time] | **Speakers:** [count]
---
### 1. Topic Hierarchy
[Tree structure of main topics → subtopics]
### 2. Flow Visualization (Sankey Data)
[JSON for Sankey diagram: topic transitions with weights]
### 3. Timeline
[Chronological topic progression with timestamps]
### 4. Deviations & Tangents
[Where conversation deviated from main topics, duration, return points]
### 5. Filler Word Analysis
[Per-speaker breakdown: um, uh, like, you know, basically, etc.]
### 6. Insights
[Patterns, recommendations, conversation quality metrics]
---
### Confidence Summary
→ END of TopicFlowAnalysis workflow
For transcripts exceeding 500 lines, use the Task tool to delegate analysis:
Task tool with subagent_type: "Explore"
Prompt: [Include appropriate analyzer prompt + transcript content]
Validate JSON response structure before displaying results.
If subagent fails:
This skill MUST remain portable and dependency-free:
PROHIBITED references:
mcp__mem0__* - No memory servicemcp__obsidian__* - No note-taking service/Users/vishnu/ - No personal pathsstudy plan - No integration with other skillsgotcha - No gotcha trackingALLOWED tools only:
Read - File readingAskUserQuestion - User interactionTask - Subagent delegation (with subagent_type: "Explore")Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/snapshot"
curl -s "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/contract"
curl -s "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T06:08:22.818Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "you",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "for",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "the",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:you|supported|profile capability:for|supported|profile capability:the|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Vishnujayvel",
"href": "https://github.com/vishnujayvel/transcription-analyzer",
"sourceUrl": "https://github.com/vishnujayvel/transcription-analyzer",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:13.806Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:13.806Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/vishnujayvel/transcription-analyzer",
"sourceUrl": "https://github.com/vishnujayvel/transcription-analyzer",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:13.806Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/vishnujayvel-transcription-analyzer/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to transcription-analyzer and adjacent AI workflows.