Summarize AI text conversations into structured, actionable overviews. Use when a user provides a conversation log, chat export, or dialogue transcript and wants a summary. Supports multiple formats: JSON logs with turn-based structure, ChatGPT/Claude exports, OpenAI API message arrays, JSONL chat logs, and plain-text transcripts with role markers. Triggers on requests like "summarize this conversation," "give me an overview of this chat," "extract key decisions from this dialogue," or "what action items came out of this conversation."
Summarize AI text conversations into structured, multi-level overviews.
Identify the format by examining the input structure. See references/format-detection.md for format signatures and parsing guidance.
Normalized turn structure (internal representation after parsing):
Each turn should resolve to:
role: "user", "assistant", or "system"content: The substantive text of the turnturn_number: Sequential position in conversationmetadata: Any additional fields (timestamps, actions, tool calls)If the format is unrecognized, inform the user and ask for clarification about the structure. Do not guess.
Determine which summary levels to produce based on the user's request. If the user does not specify, default to producing all applicable levels.
Produce a single paragraph (3-5 sentences) capturing:
Extract a bulleted list of decisions made, conclusions reached, or significant turning points. For each decision:
Extract concrete next steps, tasks, or commitments. For each:
Produce a sequential summary with one entry per meaningful turn:
Present summaries in clean markdown. Use this structure, adapting sections based on what the user requested:
# Conversation Summary
## Overview
[Level 1 content]
## Key Decisions
[Level 2 content]
## Action Items
[Level 3 content]
## Turn-by-Turn Summary
[Level 4 content]
If the user requests only specific levels, produce only those sections. If the conversation metadata includes a date or project name, include it in the header.
npx skills add ajipalar/conversation-summarizer下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity