Install
openclaw skills install openclaw-dooray-hook-skillSend automated notifications to Dooray! messenger channels via webhooks.
openclaw skills install openclaw-dooray-hook-skillA seamless integration to send text notifications and status updates to Dooray! chat rooms using Incoming Webhooks.
This skill allows OpenClaw to communicate with your team on Dooray!. It supports multiple chat rooms, customizable bot profiles, and configurable SSL verification settings.
To use this skill, you must define your Dooray! webhook URLs in the OpenClaw global config (~/.openclaw/openclaw.json).
Security Note: Webhook URLs are stored in your local config file. Ensure this file's permissions are restricted (e.g.,
chmod 600).
{
"skills": {
"entries": {
"dooray-hook": {
"enabled": true,
"config": {
"botName": "N.I.C.K.",
"botIconImage": "[https://static.dooray.com/static_images/dooray-bot.png](https://static.dooray.com/static_images/dooray-bot.png)",
"verify_ssl": true,
"rooms": {
"General": "[https://hook.dooray.com/services/YOUR_TOKEN_1](https://hook.dooray.com/services/YOUR_TOKEN_1)",
"Alerts": "[https://hook.dooray.com/services/YOUR_TOKEN_2](https://hook.dooray.com/services/YOUR_TOKEN_2)"
}
}
}
}
}
}
rooms (Required): A dictionary mapping room names to webhook URLs.botName (Optional): The name displayed for the bot message (Default: "OpenClaw").verify_ssl (Optional): Set to false to disable SSL certificate verification. Useful for corporate proxies or self-signed certificates. (Default: true).You can ask OpenClaw to send messages directly:
python scripts/send_dooray.py "RoomName" "Your message content"
urllib.request and json modules. No pip install or venv required.verify_ssl: true)."verify_ssl": false to your config.openclaw.json exactly (case-sensitive).https://hook.dooray.com/services/.