Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kentcdodds/grok-bot

package.json

36 lines · 1.1 KB · JSON
{
	"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"
}