Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created March 24, 2026 10:16
Show Gist options
  • Select an option

  • Save abuiles/61fecd06031b13f334bf54e0d189fbca to your computer and use it in GitHub Desktop.

Select an option

Save abuiles/61fecd06031b13f334bf54e0d189fbca to your computer and use it in GitHub Desktop.
{
"_metadata": {
"major_version": 2,
"minor_version": 1
},
"display_information": {
"name": "Hermes Agent",
"description": "Hermes Agent bot for Slack using Socket Mode.",
"background_color": "#2C2D30"
},
"features": {
"bot_user": {
"display_name": "hermes-agent",
"always_online": false
}
},
"oauth_config": {
"scopes": {
"bot": [
"app_mentions:read",
"channels:history",
"channels:read",
"chat:write",
"files:write",
"groups:history",
"groups:read",
"im:history",
"im:read",
"im:write",
"users:read"
]
}
},
"settings": {
"event_subscriptions": {
"bot_events": [
"app_mention",
"message.channels",
"message.groups",
"message.im"
]
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false,
"is_hosted": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment