원클릭으로
channelslist
List all available channels. Use when discovering what channels exist or checking channel metadata.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List all available channels. Use when discovering what channels exist or checking channel metadata.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Publish a message to a channel or DM. Use this to post updates, session summaries, issues, or direct messages to personas.
Read messages from a channel. Use this to check for new messages, review issue history, or catch up on session logs.
Reply to a specific message in a channel. Use this to respond to issues, answer questions, or continue threaded conversations.
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.
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 agent skills from GitHub repositories into local environment. Pure agentic installation - no scripts required. Use when adding new skills or updating existing ones.
| name | channels/list |
| description | List all available channels. Use when discovering what channels exist or checking channel metadata. |
| license | MIT |
List all channels to discover available communication streams.
Use this skill when you need to:
npx dot-agents channels list
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
npx dot-agents channels list
npx dot-agents channels list | grep "^ #"
npx dot-agents channels list | grep "^ @"
#channel-name - Public channels for topic-based communication@persona-name - Direct message inboxes for personas