← Back to Skills Marketplace
Dooray Hook
by
Kirin Choi
· GitHub ↗
· v0.1.1
997
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-dooray-hook-skill
Description
Send automated notifications to Dooray! messenger channels via webhooks.
Usage Guidance
This skill appears to do exactly what it claims: read Dooray webhook URLs from your ~/.openclaw/openclaw.json and POST messages to them. Before installing, ensure: (1) The webhook URLs in your OpenClaw config are stored securely (restrict file permissions, do not commit them to version control). (2) You understand that setting verify_ssl: false disables TLS certificate checks — avoid this unless you trust the network/proxy. (3) The agent may be allowed to call the skill autonomously by default; if you want to prevent automated outbound messages, restrict agent permissions or invocation. If you prefer not to store secrets in a global JSON file, consider keeping webhooks in a more secure secret store or environment mechanism and adapting the script accordingly.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-dooray-hook-skill
Version: 0.1.1
The skill is classified as suspicious due to the explicit option to disable SSL certificate verification (`verify_ssl: false`) in `scripts/send_dooray.py`. While this feature is configurable by the user, defaults to secure, and is documented as a troubleshooting step for specific environments (e.g., corporate proxies, self-signed certificates), it introduces a potential Man-in-the-Middle (MITM) vulnerability if enabled in an untrusted network. There is no evidence of malicious intent, data exfiltration, or other harmful activities; the risk lies in this configurable insecure network communication option.
Capability Assessment
Purpose & Capability
The skill's name/description match its behavior: it sends POSTs to Dooray webhook URLs. Declared requirement (python3) and the required config path (skills.entries.dooray-hook.config in ~/.openclaw/openclaw.json) are appropriate and necessary for the stated function. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script limit activity to reading the OpenClaw config and POSTing JSON to Dooray webhook URLs. Minor note: the skill supports an opt-in 'verify_ssl: false' config which disables certificate verification — this is documented and opt-in but weakens TLS guarantees if used.
Install Mechanism
Instruction-only skill with an included Python script; there is no install/download step, no external packages, and nothing written to disk by an installer.
Credentials
No environment variables or external credentials are requested. The single required config path is proportional (it must read stored webhook URLs). The SKILL.md correctly warns that webhook URLs are secrets and should be protected in the local config file.
Persistence & Privilege
The skill does not request 'always' presence and does not modify other skills or system-wide settings. disable-model-invocation is false (normal), so the agent could invoke the skill autonomously — this is the platform default and not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-dooray-hook-skill - After installation, invoke the skill by name or use
/openclaw-dooray-hook-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Version 0.1.1
- Added optional config entry verify_ssl to allow disabling SSL certificate verification (default: true).
- Updated SKILL.md with enhanced security notes and details about the verify_ssl option.
- Clarified configuration instructions and parameters in SKILL.md.
- Improved troubleshooting guidance for SSL and config issues.
v0.1.0
Initial release – integrates Dooray! messenger with OpenClaw.
- Send automated notifications and status updates to Dooray! chat rooms via Incoming Webhooks.
- Supports multiple chat rooms and customizable bot profiles through global config.
- Zero external dependencies—uses only built-in Python modules.
- Allows sending messages via both natural language commands and CLI execution.
- Troubleshooting guidance included for setup and usage issues.
Metadata
Frequently Asked Questions
What is Dooray Hook?
Send automated notifications to Dooray! messenger channels via webhooks. It is an AI Agent Skill for Claude Code / OpenClaw, with 997 downloads so far.
How do I install Dooray Hook?
Run "/install openclaw-dooray-hook-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dooray Hook free?
Yes, Dooray Hook is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Dooray Hook support?
Dooray Hook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dooray Hook?
It is built and maintained by Kirin Choi (@iizs); the current version is v0.1.1.
More Skills