Extension for quickly changing your Slack status. Set up presets for common statuses or set a custom one. Make sure to explore available actions in the action panel (⌘ + K
). And if you want to spice it up, use Raycast AI to set your status. Simply type what you are doing and hit return to let AI pick an emoji, title, and duration of your status.
Simply open the extension and authenticate with OAuth to your workspace. Afterwards use the extension to quickly set your Slack status right from Raycast.
The extension supports OAuth, which makes it easy to connect to your Slack workspace. If you prefer a manual setup, follow those steps to create your own Slack app and use it's access token to access your Slack workspace.
{
"_metadata": {
"major_version": 1,
"minor_version": 1
},
"display_information": {
"name": "Raycast - Set Slack Status"
},
"oauth_config": {
"scopes": {
"user": [
"emoji:read",
"users.profile:write",
"users.profile:read"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}
Note: If this instruction wasn't clear, please reach out in our Slack Community or even better, create a PR to improve the steps.