用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill dooray-hook命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | dooray-hook |
| description | Send automated notifications to Dooray! messenger channels via webhooks. |
| homepage | https://dooray.com |
| metadata | {"openclaw":{"emoji":"📨","requires":{"bins":["python3"],"config":["skills.entries.dooray-hook.config"]}}} |
A 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/.