← Back to Skills Marketplace
andreataide86

Conversa Analyzer

by AndreAtaide86 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install conversa-analyzer
Description
Analyze conversation transcripts: decisions, action items, dates, people, executive summary.
README (SKILL.md)

Conversation Analyzer

Extract structured insights from conversation transcripts (WhatsApp, email threads, meeting notes, chat logs).

Trigger

Invoke when the user shares a conversation transcript or asks "analyze this conversation", "extract decisions", "what came out of this chat".

Workflow

  1. Accept the conversation text (from user message, pasted text, or file).
  2. Parse and analyze for each category below.
  3. Output a clean structured report.

Output Structure

📝 Executive Summary

3-5 lines: what was discussed, what was decided, key outcome.

📌 Decisions Made

  • What was decided
  • Who was involved
  • Context/constraints

✅ Action Items

# Action Owner Deadline Status
1 ... ... ... Pending

📅 Dates & Commitments

  • Event/commitment → Date → Who committed

👤 People Involved

  • Name: Role in conversation, responsibilities mentioned

⚠️ Open Questions / Risks

Anything unresolved, ambiguous, or risky.

Notes

  • If the input is very long (>10000 chars), summarize first then extract.
  • If no conversation context is provided, ask the user to provide the text or point to a file.
  • Use bullet lists, not tables, for WhatsApp-friendly output (no markdown tables).
Usage Guidance
Install only if you are comfortable letting the skill read conversation text or files you point it to. Be cautious with sensitive transcripts, and avoid using memory search unless you explicitly want prior saved context included.
Capability Assessment
Purpose & Capability
The stated purpose is to analyze conversation transcripts and extract summaries, decisions, action items, dates, people, and open questions; the artifact instructions match that purpose.
Instruction Scope
The skill declares read, write, memory_search, and memory_get access; reading user-provided files is purpose-aligned, but memory access is broader than needed for pasted transcripts and should be used only when the user directs it.
Install Mechanism
The artifact consists of a single SKILL.md file with no executable scripts, package installer, dependency setup, or post-install behavior.
Credentials
No commands, network calls, credential handling, or external service use are requested; the requested local access is proportionate for analyzing user-supplied transcripts.
Persistence & Privilege
No persistence, background worker, privilege escalation, credential/session access, or automatic file modification behavior is present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install conversa-analyzer
  3. After installation, invoke the skill by name or use /conversa-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
conversa-analyzer 1.0.0 – Initial Release - Enables analysis of conversation transcripts to extract structured insights. - Identifies and summarizes decisions, action items, dates/commitments, people involved, and open questions or risks. - Provides a clear executive summary of discussions and outcomes. - Supports input from pasted text, files, or direct prompts. - Outputs concise, structured reports suitable for various chat and documentation platforms.
Metadata
Slug conversa-analyzer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Conversa Analyzer?

Analyze conversation transcripts: decisions, action items, dates, people, executive summary. It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Conversa Analyzer?

Run "/install conversa-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Conversa Analyzer free?

Yes, Conversa Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Conversa Analyzer support?

Conversa Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Conversa Analyzer?

It is built and maintained by AndreAtaide86 (@andreataide86); the current version is v1.0.0.

💬 Comments