npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@huo15/dingtalk-connector-pro

v1.0.12

Published

火一五定制版钉钉 OpenClaw 连接器 - 支持记忆系统集成、会话管理、AI Card 流式响应

Readme

@huo15/dingtalk-openclaw-connector


打破信息孤岛,用一套系统驱动企业增长 加速企业用户向全场景人工智能机器人转变

| 🏫 教学机构 | 👨‍🏫 讲师 | 📧 联系方式 | 💬 QQ群 | 📺 配套视频 | |:-----------:|:--------:|:------------------:|:-----------:|:-----------------------------------:| | 逸寻智库 | Job | [email protected] | 1093992108 | 📺 B站视频 |


作者: 火一五信息科技有限公司 版本: v1.0.0 参考: dingtalk-openclaw-connector v0.8.12 npm: @huo15/dingtalk-openclaw-connector 触发词: 钉钉、钉钉连接器、dingtalk


一、简介

火一五定制版钉钉 OpenClaw 连接器,基于官方 dingtalk-openclaw-connector v0.8.12 定制,支持 huo15-memory-evolution 记忆系统集成和 Claude Code 能力增强。


二、核心特性

| 特性 | 说明 | |------|------| | 🤖 记忆系统集成 | 支持 huo15-memory-evolution 记忆系统 | | 💬 AI Card 流式响应 | 打字机效果,实时流式显示回复 | | 🔒 会话持久化 | 同一用户的多轮对话共享上下文 | | 🎯 会话隔离 | 按单聊/群聊/群区分 session | | ⏰ 超时自动新会话 | 默认 30 分钟无活动自动开启新对话 | | 📁 富媒体接收 | 支持 JPEG/PNG 图片、文件附件 | | 🎵 音频消息 | 支持发送多种格式音频 | | 📄 钉钉文档 API | 支持创建、追加、搜索钉钉文档 | | 🔗 多 Agent 路由 | 支持一个连接器实例连接多个 Agent |


三、快速开始

3.1 前置要求

  • OpenClaw 已安装并运行
  • 钉钉企业账号

3.2 安装

# 克隆仓库
git clone https://github.com/zhaobod1/huo15-dingtalk-openclaw-connector.git
cd huo15-dingtalk-openclaw-connector

# 安装依赖
npm install

# 以链接模式安装(方便开发调试)
openclaw plugins install -l .

3.3 配置

  1. 获取钉钉凭证

  2. 配置连接器(编辑 ~/.openclaw/openclaw.json

{
  "channels": {
    "dingtalk-connector": {
      "enabled": true,
      "clientId": "你的AppKey",
      "clientSecret": "你的AppSecret"
    }
  }
}

3.4 重启验证

# 重启 Gateway
openclaw gateway restart

# 检查插件状态
openclaw plugins list

# 查看日志
openclaw logs --follow

四、完整功能列表

4.1 基础功能

  • AI Card 流式响应 - 打字机效果,实时显示 AI 回复
  • 会话管理 - 多轮对话共享上下文
  • 会话隔离 - 按单聊/群聊/群区分 session
  • 手动/自动会话重置 - 发送 /new 或 30分钟无活动自动新会话
  • 图片自动上传 - 自动上传到钉钉
  • 富媒体接收 - JPEG/PNG 图片,支持视觉模型
  • 文件附件 - 解析 .docx, .pdf, 文本, 二进制文件
  • 音频消息 - 支持 mp3, wav, amr, ogg 格式
  • 钉钉文档 API - 创建、追加、搜索、列出文档
  • 多 Agent 路由 - 多个 bot 连接不同 agent
  • Markdown 表格转换 - 自动转换为钉钉兼容格式

五、开发计划

5.1 融合火一五记忆进化系统

  • [ ] 将 huo15-memory-evolution 集成到钉钉连接器
  • [ ] 实现会话记忆持久化
  • [ ] 支持 user/feedback/project/reference 四类记忆
  • [ ] 实现 Auto Capture 自动捕获高光时刻
  • [ ] 实现 Dream Agent 每日日志提炼

5.2 融合 Claude Code 能力

  • [ ] 实现 findRelevantMemories 智能记忆检索
  • [ ] 实现 CLAUDE.md 项目级指令注入
  • [ ] 实现 Manifest pre-inject
  • [ ] 实现 Forked extraction 后台提取
  • [ ] 实现 Before recommending 规范

六、与官方版区别

| 功能 | 官方版 | 定制版 | |------|--------|--------| | 基础功能 | ✅ | ✅ | | 记忆系统集成 | ❌ | ✅ huo15-memory-evolution | | Claude Code 能力 | ❌ | ✅ 进行中 | | AI Card 流式响应 | ✅ | ✅ | | 多 Agent 路由 | ✅ | ✅ |


七、项目结构

huo15-dingtalk-openclaw-connector/
├── src/
│   ├── core/           # 核心连接器逻辑
│   ├── services/       # 钉钉 API 服务
│   ├── utils/          # 工具函数
│   └── types/          # TypeScript 类型定义
├── docs/
│   └── images/         # 文档图片
├── openclaw.plugin.json # 插件清单
├── package.json         # npm 依赖
└── LICENSE

八、相关链接

  • 官方版: https://github.com/DingTalk-Real-AI/dingtalk-openclaw-connector
  • Fork 仓库: https://github.com/zhaobod1/huo15-dingtalk-openclaw-connector
  • OpenClaw: https://openclaw.ai
  • 火一五记忆系统: https://clawhub.ai/jobzhao15/huo15-memory-evolution
  • 钉钉开放平台: https://open-dev.dingtalk.com/

公司名称: 青岛火一五信息科技有限公司

联系邮箱: [email protected] | QQ群: 1093992108


关注逸寻智库公众号,获取更多资讯