← 返回 Skills 市场
boboy-j

feishu-dingtalk-bridge

作者 boboy-j · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-dingtalk-bridge
功能描述
打通飞书/钉钉开放API,实现日程同步、审批追踪、文档解析与智能待办分发的企业协同中枢
使用说明 (SKILL.md)

🌐 飞书钉钉协同中枢

🎯 核心定位

将企业IM/审批/日历/文档API转化为结构化工作流,自动聚合碎片信息并生成可执行待办清单。

🔄 工作流指令

  1. 校验 platformauth_token 格式,失败则终止并提示授权路径。
  2. 根据 action 路由至对应API逻辑:
    • sync_calendar:拉取指定周期日程 → 冲突检测 → 输出时间轴
    • fetch_approval:查询审批流状态 → 超时/驳回预警 → 输出处理建议
    • parse_doc:提取文档关键段落(合同/纪要/SOP)→ 结构化摘要
    • distribute_task:按角色/部门拆分任务 → 生成派单模板
  3. 清洗返回数据,过滤脱敏字段,对齐企业字段映射规范。
  4. 按输出模板生成 Markdown 报告。

📤 输出模板

# 📅 协同工作流执行报告

## 1. 数据聚合摘要
| 模块 | 数据量 | 异常项 | 同步状态 |
|:---|:---|:---|:---|
| 日程/审批/文档/任务 | ... | ... | ✅/⚠️ |

## 2. 核心事项清单
| 事项名称 | 责任方 | 截止时间 | 当前状态 | 下一步动作 |
|:---|:---|:---|:---|:---|
| ... | ... | ... | ... | ... |

## 3. 自动化建议
- 规则匹配项:...
- 需人工介入项:...
- 建议调度策略:...
> ⚠️ 所有API调用已遵循平台限频策略。敏感数据已脱敏处理。
安全使用建议
This skill appears coherent, but it will receive and use your platform access token — only provide a least-privilege token (scoped to needed APIs) and avoid using a full-admin credential. Confirm the runtime implementation does not log or echo auth_token (examples explicitly forbid returning it). Because SKILL.md is instruction-only, verify the agent runtime actually enforces rate limits, data masking, and retention policies claimed in the docs. If you plan to run this in production, test with a separate account or restricted test app, rotate tokens after testing, and monitor network calls and outputs for accidental leakage of sensitive fields.
功能分析
Type: OpenClaw Skill Name: feishu-dingtalk-bridge Version: 1.0.0 The skill bundle provides a structured interface for interacting with Feishu and DingTalk enterprise APIs. It includes clear instructions in SKILL.md for data desensitization and explicitly forbids the plain-text return of authentication tokens in its validation rules (examples.json). No malicious code, obfuscation, or unauthorized data exfiltration patterns were found; the skill's behavior is strictly aligned with its stated purpose of enterprise workflow automation.
能力标签
cryptorequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (Feishu/DingTalk bridge for calendar/approvals/docs/tasks) match the declared required parameters and the actions in SKILL.md. Requiring an auth_token parameter is appropriate and expected for calling these platform APIs.
Instruction Scope
SKILL.md stays within scope: validate input, route to platform API logic (sync_calendar/fetch_approval/parse_doc/distribute_task), clean/filter data, and produce Markdown reports. It does not instruct reading unrelated system files or other credentials. Note: the doc asserts data is desensitized but does not include enforcement or storage instructions — that is an operational detail the runtime must implement correctly.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be written to disk by an installer (lowest install risk).
Credentials
The skill requires a single platform auth_token parameter (declared in schema and examples) which is proportionate to the stated purpose. No unrelated environment variables, secrets, or config paths are requested.
Persistence & Privilege
always:false and no install or persistence mechanisms. The skill does not request elevated/system-wide presence or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-dingtalk-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-dingtalk-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of feishu-dingtalk-bridge. - Bridges Feishu and DingTalk APIs for unified enterprise workflow automation. - Supports schedule synchronization, approval tracking, document parsing, and task distribution. - Provides structured parameter handling and Markdown output. - Compatible with OpenClaw, Dify, Coze, SkillHub. - Includes data cleansing and enterprise field mapping in workflow logic.
元数据
Slug feishu-dingtalk-bridge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

feishu-dingtalk-bridge 是什么?

打通飞书/钉钉开放API,实现日程同步、审批追踪、文档解析与智能待办分发的企业协同中枢. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 feishu-dingtalk-bridge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-dingtalk-bridge」即可一键安装,无需额外配置。

feishu-dingtalk-bridge 是免费的吗?

是的,feishu-dingtalk-bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

feishu-dingtalk-bridge 支持哪些平台?

feishu-dingtalk-bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 feishu-dingtalk-bridge?

由 boboy-j(@boboy-j)开发并维护,当前版本 v1.0.0。

💬 留言讨论