Recommended setup
ntrp currently supports Slack through workspace tokens. A polished Slack OAuth install flow can be added later, but today the desktop setup assistant makes the token path explicit and verifies the token before saving.xoxb-; best for posting and notifier-style behaviorxoxp-; useful when you need user-level Slack accessPaste the token into the assistant and click verify. ntrp calls Slack
auth.test and shows the workspace/user details if the token works.Manual setup
You can also set tokens through environment/config:Available tools
| Tool | Description |
|---|---|
slack_search | Search Slack messages |
slack_channel | Read channel history |
slack_thread | Read a thread |
slack_dm / slack_dms | Read direct messages |
slack_file | Read Slack file/image content |
slack_post_message | Post a message (requires approval) |
slack_post_blocks | Post block-kit content (requires approval) |
slack_user / slack_users | Resolve Slack users |
Token notes
xoxb-bot tokens usually need the bot to be invited to private channels before it can read or post there.xoxp-user tokens act as the installing user and should be treated as highly sensitive.- If verification fails, check the token prefix, workspace, revoked-token state, and Slack app scopes.