List public Slack channels in a workspace
Scanned 9/8/2026
Install to Claude Code
npx -y skills add KeyArgo/custodian-kernel --skill slack-channel-list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Slack Channel List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keyargo-slack-channel-list)More formats (shields.io, HTML) on the badges page.
---
name: slack-channel-list
description: "List public Slack channels in a workspace"
version: 1.0.0
author: custodian
license: MIT
platforms: [linux, darwin, windows]
metadata:
hermes:
tags: [Communication, Slack]
custodian:
band: L0
cost_usd: 0.0
configured: false
---
# Slack Channel List
List public Slack channels in a workspace
## Authority band
This tool runs under **L0** authority in the Custodian kernel. Read-only; no real-world effects — always autonomous.
## Inputs
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| (see execute.py for full schema) | | | |
## Configuration
Set the required environment variables before use. Until configured, `custodian tools run slack-channel-list` returns a stub response indicating which variables are needed.
## Usage
```bash
custodian tools run slack-channel-list --param value
```
## Custodian governance
Every call to this tool passes through the Custodian kernel authority check
before executing. The kernel verifies the current authority band, checks
spending caps where applicable, logs the action to the OCSF audit trail,
and escalates to a human operator if the action exceeds the declared band.
Adding this tool to any Hermes agent session requires no code changes —
declare `custodian-band: L0` in the SKILL.md frontmatter and the kernel
wraps it automatically.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!