dooray-hook

Send automated notifications to Dooray! messenger channels via webhooks.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dooray-hook" with this command: npx skills add iizs/openclaw-dooray-hook-skill

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/.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

AIWolfPK - AI狼人杀

四个AI互相猜疑,你坐着看戏。每局30秒,到底谁是狼? Four AIs play Werewolf while you watch. 30s per round. Spot the wolf before they do.

Registry SourceRecently Updated
General

Project Analyzer

Analyze any project directory and produce a detailed report covering what the project does, its tech stack, folder structure, entry points, how to run it, an...

Registry SourceRecently Updated
General

Thought-Retriever

提炼对话回答中的核心洞察为高置信度知识晶体,存储于本体驱动记忆系统的自我进化与复用。

Registry SourceRecently Updated
General

Miaoji Bid Guard Pro

亚马逊广告护城河Pro版,90天ROI预测+多活动协同+季节性出价+关键词攻防矩阵。 从单次调价建议升级为完整的广告战役规划。基础功能可使用 miaoji-bid-guard 免费版。

Registry SourceRecently Updated