원클릭으로
slack
Read Slack messages, threads, and channels via CLI. Use when asked to view Slack URLs, search Slack, or look up Slack users.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read Slack messages, threads, and channels via CLI. Use when asked to view Slack URLs, search Slack, or look up Slack users.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for questions about people, teams, or relationships. Record source notes, reconcile durable memory, create relationships, and query the knowledge graph. Handles sensitive HR data with privacy labels.
List Google Groups via the gog CLI. Use for viewing group membership or finding groups.
Query Granola meeting notes and transcripts. Use when asked about meeting content, action items, or what was discussed.
Use for any calendar work - scheduling meetings, finding free time, searching for events, auditing 1:1s, checking availability, or managing recurring meetings.
Manage Notion pages, databases, and comments from the command line. Search, view, create, and edit content in your Notion workspace.
| name | slack |
| description | Read Slack messages, threads, and channels via CLI. Use when asked to view Slack URLs, search Slack, or look up Slack users. |
| allowed-tools | Bash(slack-cli:*) |
Read Slack content — messages, threads, channels, and users — via slack-cli.
slack-cli view <url> # View any Slack URL (message, thread, or channel)
slack-cli search <query> # Search messages
slack-cli channel list # List channels you're a member of
slack-cli channel read # Read recent messages from a channel
slack-cli channel info # Show channel information
slack-cli thread read # Read a thread by URL or channel+timestamp
slack-cli user list # List users in the workspace
slack-cli user info # Show user information
slack-cli view "https://workspace.slack.com/archives/C123/p1234567890" --markdown
slack-cli search "from:@username keyword"
slack-cli search "in:#channel-name keyword"
slack-cli channel read #general --limit 50
--markdown flag when you need to process or quote the outputthread_ts parameter are automatically detected# prefix--help on any command for full options