dingtalk-feishu-cn钉钉/飞书集成 - 企业通讯、机器人、自动化工作流(Slack 中国版)
Install via ClawdBot CLI:
clawdbot install guohongbin-git/dingtalk-feishu-cn企业通讯、机器人、自动化工作流。
| 功能 | 钉钉 | 飞书/Lark |
|------|------|-----------|
| Webhook | ✅ | ✅ |
| API | ✅ | ✅ |
| 机器人 | ✅ | ✅ |
| 文档 | ✅ | ✅✅ |
| 国际化 | ❌ | ✅ |
# 发送消息
curl -X POST "https://oapi.dingtalk.com/robot/send?access_token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"msgtype": "text",
"text": {"content": "这是一条测试消息"}
}'
# 使用 dingtalk-sdk
pip install dingtalk-sdk
from dingtalk import SecretClient
client = SecretClient(APP_KEY, APP_SECRET)
# 发送消息
curl -X POST "https://open.feishu.cn/open-apis/bot/v2/hook/YOUR_HOOK" \
-H "Content-Type: application/json" \
-d '{
"msg_type": "text",
"content": {"text": "这是一条测试消息"}
}'
# 使用 lark-oapi
pip install lark-oapi
import lark_oapi as lark
client = lark.Client.builder() \
.app_id(APP_ID) \
.app_secret(APP_SECRET) \
.build()
# 钉钉机器人
./scripts/dingtalk-notify.sh "告警: CPU 使用率 90%"
# 飞书机器人
./scripts/feishu-notify.sh "任务完成: 数据同步成功"
版本: 1.0.0
Generated Mar 1, 2026
Integrate with server monitoring tools to send real-time alerts for system failures, high CPU usage, or security breaches to dedicated DingTalk or Feishu channels. This enables rapid response from IT teams, reducing downtime and improving system reliability.
Automate notifications for CI/CD pipeline events, such as build successes, failures, or deployment completions, to developer groups on Feishu. This streamlines collaboration and keeps teams informed without manual updates.
Use DingTalk bots to automate approval workflows for leave requests or expense reports, and send onboarding schedules and documents to new hires. This reduces administrative overhead and enhances employee experience.
Connect customer support platforms to Feishu to automatically post new tickets or urgent issues to a support team channel. This ensures quick triage and resolution, improving customer satisfaction.
Offer a cloud-based platform that provides pre-built integrations and automation templates for DingTalk and Feishu, charging monthly or annual fees per user or organization. This model ensures recurring revenue and scalability for small to large enterprises.
Provide tailored integration services to businesses needing custom bots, workflows, or API connections for DingTalk and Feishu, with project-based or hourly billing. This targets companies with specific requirements beyond standard features.
Launch a free version with basic webhook and notification capabilities, then upsell advanced features like analytics, multi-platform support, or enhanced security. This attracts small teams and converts them to paying customers as needs grow.
💬 Integration Tip
Start by setting up simple webhook bots for notifications before exploring advanced API integrations to avoid complexity and ensure smooth adoption.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.