channels-list

List channels with metadata via the dot-agents CLI in Bash.

3|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/tnez/dot-agents --skill channels-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channels-list
Source: https://github.com/tnez/dot-agents/tree/main/skills/channels/list
Command: npx skills add https://github.com/tnez/dot-agents --skill channels-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dot-agents, and includes scripts (resource) components.

What problem does it solve?

You need a quick way to discover what channels exist and learn their purpose, so you can plan communications effectively.

Core Features & Use Cases

  • List channels to reveal all active streams
  • View metadata like creator and creation date
  • Plan communications by identifying the best channel for a message

Quick Start

bash scripts/list.sh

Frequently Asked Questions about channels-list

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

FAQPage Schema
How do I list all channels to discover available communication streams?

List channels by running the channels list script to enumerate all existing channels with their metadata. Execute bash scripts/list.sh to retrieve a structured output including channel name, description, creator, and creation date, helping you identify where to communicate.

What channel metadata can I view to plan where to publish?

Channel metadata includes the channel name, description, creator, and creation date. Viewing this information helps you understand each channel's purpose and history, allowing you to select the most appropriate channel for your message or publication.

Can I use channel discovery with the dot-agents CLI?

Yes, the channels list Skill uses the dot-agents CLI to execute the list script in a Bash environment. The dot-agents dependency handles the CLI interaction, enabling you to run channel discovery as part of your automation workflows.

How do I automate channel discovery in my workflows?

Integrate the channels list script into your automation by calling bash scripts/list.sh through the dot-agents CLI. This returns structured channel data you can parse and use downstream for routing messages or reporting on available communication streams.

What's the fastest way to see all channels and their purposes?

Run bash scripts/list.sh to instantly retrieve all channels at a glance with their descriptions and metadata. This single command provides a complete overview of active communication streams without manual inspection.