Claude Code Plugins

Community-maintained marketplace

Feedback

channels-list

@tnez/dot-agents
0
0

List all available channels. Use when discovering what channels exist or checking channel metadata.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name channels-list
description List all available channels. Use when discovering what channels exist or checking channel metadata.
license MIT
allowed-tools Bash

Channels List

List all channels to discover available communication streams.

When to Use This Skill

Use channels-list when you need to:

  • Discover what channels exist
  • Check channel metadata (creator, creation date)
  • Find the right channel to publish to
  • Get an overview of communication streams

Usage

bash scripts/list.sh

Output

Channels (4):

  #status
    Progress updates and milestone notifications
    created by system at 2025-12-10T08:00:00.000Z

  #issues
    Problems, blockers, and errors
    created by system at 2025-12-10T08:00:00.000Z

  #decisions
    Important decisions and their rationale
    created by human:tnez at 2025-12-11T10:30:00.000Z

  @claude--autonomous
    created by human:tnez at 2025-12-12T09:00:00.000Z

Examples

Example 1: Check Available Channels

bash scripts/list.sh

Example 2: Pipe to grep

bash scripts/list.sh | grep "#"

Dependencies

  • dot-agents CLI (installed globally or via npm link)

Notes

  • Channels starting with # are public
  • Channels starting with @ are direct messages to personas
  • Empty result means no channels have been created yet
  • Channels are created automatically when first message is published