list-conversations

List active conversation threads with IDs, timestamps, and models from events.jsonl.

401|41|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/imbue-ai/mng --skill list-conversations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-conversations
Source: https://github.com/imbue-ai/mng/tree/main/libs/mng_claude_zygote/imbue/mng_claude_zygote/resources/defaults/thinking/skills/list-conversations
Command: npx skills add https://github.com/imbue-ai/mng --skill list-conversations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you locate and inspect all active conversation threads across your changelings, enabling quick references to IDs and current models.

Core Features & Use Cases

  • List all active conversations with IDs, timestamps, and models.
  • Resume or switch conversations by ID.
  • Read from events/conversations/events.jsonl to enumerate conversations and their state.

Quick Start

Run the chat script with --list to display conversation IDs and models.

Frequently Asked Questions about list-conversations

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

FAQPage Schema
How do I list all active AI agent conversation threads?

You can list all active AI agent conversation threads by reading the events/conversations/events.jsonl file to display conversation IDs, creation timestamps, and current model assignments. Run the chat script with --list to view them at a glance.

How do I check the current model assigned to a specific conversation?

To check the current model assigned to a specific conversation, enumerate the active conversation threads from the events.jsonl file. This log records the model assignments and creation timestamps for all active changeling conversations.

What is the best way to view conversation IDs before resuming a chat?

The best way to view conversation IDs before resuming a chat is to run the chat script with the --list flag. This reads the events log and presents all active conversation IDs, timestamps, and models for quick reference.

Can I use this approach to switch between different conversation states?

Yes, you can use this approach to switch between different conversation states. By listing the active conversation IDs from the events log, you can identify the target thread and resume or switch to that specific conversation.

Do I need any external dependencies to view active conversations?

No external dependencies are required to view active conversations. The skill directly reads the local events/conversations/events.jsonl file to enumerate conversation IDs, creation timestamps, and model assignments without needing additional packages.