ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

dooray-hook

Send automated notifications to Dooray! messenger channels via webhooks.

Why use this skill?

Easily send automated messages and real-time alerts to your Dooray! team chat rooms using OpenClaw's dooray-hook skill. Streamline your team communication today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/iizs/openclaw-dooray-hook-skill
Or

What This Skill Does

The dooray-hook skill empowers your OpenClaw agent to act as a bridge between your automated workflows and your team's communication hub. By leveraging Dooray! Incoming Webhooks, this skill enables the agent to dispatch real-time status updates, alerts, and conversational messages directly into designated chat rooms. It acts as a middleware, transforming natural language requests or programmatic outputs into structured, formatted notifications. The skill is designed to handle multiple channel configurations, allowing you to route specific notifications—such as system alerts, build statuses, or team reminders—to their appropriate, pre-configured destinations. This automation eliminates the need for manual copy-pasting, ensuring that critical data reaches the right people instantly through a medium they already monitor.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/iizs/openclaw-dooray-hook-skill. After installation, you must configure your webhook endpoints by editing the ~/.openclaw/openclaw.json file. Ensure you define your specific room names and map them to the corresponding webhook URLs provided by the Dooray! service. For enhanced security, verify that your configuration file permissions are set to chmod 600 so that your webhook credentials remain protected from unauthorized local users.

Use Cases

This skill is perfect for DevOps engineers and project managers who want to automate team updates without leaving their coding environment or the OpenClaw terminal. Common use cases include: triggering notifications after a successful CI/CD pipeline run, broadcasting daily meeting summaries, logging system performance spikes to a dedicated 'Alerts' channel, or requesting team status updates via the command line. By integrating these notifications into existing chat workflows, you reduce context switching and keep stakeholders informed without interrupting their primary workflow.

Example Prompts

  1. "OpenClaw, notify the Alerts channel on Dooray that the production server CPU usage has dropped back to normal levels."
  2. "Send a message to the General room saying that the API documentation update has been successfully published."
  3. "Tell the Team room that I am starting the scheduled maintenance window now and will notify everyone once it is complete."

Tips & Limitations

To maximize the utility of this skill, ensure your channel naming conventions in openclaw.json are consistent and easy to remember, as matching is case-sensitive. If you are operating within an enterprise network that utilizes a proxy or self-signed certificate, you may encounter SSL verification errors. In such scenarios, setting verify_ssl to false in your configuration is the recommended workaround. Remember that this skill is a one-way communication channel; it can send messages, but it cannot receive responses or parse messages from the Dooray! chat interface. Always treat your webhook URLs as highly sensitive credentials.

Metadata

Author@iizs
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-iizs-openclaw-dooray-hook-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#messenger#automation#notifications#devops#webhooks
Safety Score: 4/5

Flags: network-access, file-read, external-api