Agent skill
channels/list
List all available channels. Use when discovering what channels exist or checking channel metadata.
Install this agent skill to your Project
npx add-skill https://github.com/tnez/dot-agents/tree/main/internal/skills/channels/list
SKILL.md
List Channels
List all channels to discover available communication streams.
When to Use This Skill
Use this skill 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
Process
Step 1: List All Channels
npx dot-agents channels list
Step 2: Review Output
The output shows all channels with their metadata:
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
@developer
created by human:tnez at 2025-12-12T09:00:00.000Z
Examples
Example 1: Check Available Channels
npx dot-agents channels list
Example 2: Filter Public Channels
npx dot-agents channels list | grep "^ #"
Example 3: Filter DM Channels
npx dot-agents channels list | grep "^ @"
Channel Types
#channel-name- Public channels for topic-based communication@persona-name- Direct message inboxes for personas
Notes
- Channels are created automatically when first message is published
- Empty result means no channels have been created yet
- Use this before publishing to discover the right channel
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
get-weather
Fetch and display current weather information for a specified location using wttr.in. Use when the user asks for weather conditions, forecasts, or temperature information.
simple-task
Format and validate JSON data structures. Use when you need to pretty-print JSON, validate syntax, or convert between compact and formatted JSON.
find-local-events
Search for local events, activities, and happenings in a specified location and timeframe. Use when the user asks about events, concerts, festivals, meetups, or things to do in a specific area.
skill-evaluator
Evaluate agent skill quality using rubric-based assessment. Use when assessing skill effectiveness, identifying improvement opportunities, or ensuring quality standards.
skill-browser
Discover, browse, and compare agent skills from repositories. Shows new skills, updates, and helps users find relevant skills. Use when exploring available skills or checking for updates.
install-skill
Install agent skills from various sources including local paths, GitHub URLs, or the dot-agents repository. Use when adding new skills to a project or user environment.
Didn't find tool you were looking for?