Chat List

🌐Community
by andrelandgraf · vlatest · Repository

This skill creates a chat interface within a list format, streamlining conversations and organizing responses for efficient interaction.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add chat-list npx -- -y @trustedskills/chat-list
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "chat-list": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/chat-list"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

chat-list

What it does

This skill enables AI agents to retrieve and display a list of available chat sessions or messages. It provides a structured overview of conversation history, allowing agents to navigate between different discussions efficiently.

When to use it

  • Displaying a sidebar menu of active conversations in a chat interface.
  • Allowing users to select a specific past session to resume context.
  • Generating a summary list of recent interactions for quick reference.
  • Filtering or sorting chat logs based on metadata like date or participant.

Key capabilities

  • Fetches and renders lists of chat entries.
  • Structures conversation data for UI consumption.
  • Supports navigation between multiple distinct chat contexts.

Example prompts

  • "Show me the list of my recent chats."
  • "Retrieve all conversations from last week and display them as a list."
  • "Generate a summary list of active sessions so I can choose one to continue."

Tips & gotchas

Ensure your agent has access to the underlying chat database or API endpoints before invoking this skill, as it relies on existing conversation data. This skill is best used when multiple distinct conversations exist; for single-threaded chats, standard retrieval skills may suffice.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
andrelandgraf
Installs
46

🌐 Community

Passed automated security scans.