← Back to list

channelslist
by tnez
Reusable agent skills for LLM-powered tools and workflows
⭐ 1🍴 0📅 Jan 25, 2026
SKILL.md
name: channels/list description: List all available channels. Use when discovering what channels exist or checking channel metadata. license: MIT
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
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon