{
"name": "@kentcdodds/grok-bot",
"private": false,
"type": "module",
"exports": {
"./register": "./src/register.ts",
"./wake": "./src/wake.ts",
"./list": "./src/list.ts",
"./unregister": "./src/unregister.ts",
"./sync-discord": "./src/sync-discord.ts",
"./handle-discord-message-created": "./src/handle-discord-message-created.ts"
},
"kody": {
"id": "grok-bot",
"description": "Wake a named Grok Bot from Kody by posting a prompt to that bot's own Cursor webhook.",
"category": "integrations",
"tags": [
"grok-bot",
"cursor",
"webhook",
"wake",
"automation"
],
"searchText": "grok bot wake webhook register unregister list api2.cursor.sh sender key grokBotWake cursor automation named bot discord channel phone front door grok bot category handle-discord-message-created syncDiscord",
"dependencies": {
"@kentcdodds/discord": "*"
},
"subscriptions": {
"@kentcdodds/discord.message.created": {
"handler": "./src/handle-discord-message-created.ts",
"description": "Wake the mapped Grok Bot when Kent messages a per-bot Discord channel."
}
}
},
"license": "MIT"
}