← 返回
效率工具 Key 中文

Dooray Hook

Send automated notifications to Dooray! messenger channels via webhooks.
通过 Webhook 向 Dooray! 消息频道发送自动化通知。
iizs
效率工具 clawhub v0.1.1 1 版本 99927.9 Key: 需要
★ 2
Stars
📥 1,346
下载
💾 17
安装
1
版本
#latest

概述

Dooray! Webhook Skill

A seamless integration to send text notifications and status updates to Dooray! chat rooms using Incoming Webhooks.

Overview

This skill allows OpenClaw to communicate with your team on Dooray!. It supports multiple chat rooms, customizable bot profiles, and configurable SSL verification settings.

Configuration

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)"
          }
        }
      }
    }
  }
}

Configuration Options

  • 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).

Usage

💬 Natural Language

You can ask OpenClaw to send messages directly:

  • "Send 'Server deployment successful' to the Alerts room on Dooray."
  • "Tell the General channel that I'll be late for the meeting."

💻 CLI Execution

python scripts/send_dooray.py "RoomName" "Your message content"

Technical Details

  • Zero Dependencies: Uses Python's built-in urllib.request and json modules. No pip install or venv required.
  • Security:
  • Defaults to secure SSL context (verify_ssl: true).
  • Requires explicit configuration to bypass certificate checks.

Troubleshooting

  • [SSL: CERTIFICATE_VERIFY_FAILED]: If you are behind a corporate proxy or using self-signed certificates, add "verify_ssl": false to your config.
  • Room Not Found: Ensure the room name matches the key in your openclaw.json exactly (case-sensitive).
  • Invalid URL: Verify the webhook URL starts with https://hook.dooray.com/services/.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-29 00:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,886
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 115,003
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,317