Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计异常

connecting-im-bot连接即时通讯机器人

Agent Skill

connecting-im-bot 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

272

周安装

11

GitHub Stars

4,839

下载量

85
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:connecting-im-bot(连接即时通讯机器人)
来源仓库:https://github.com/dtyq/magic
仓库路径:skills/connecting-im-bot
安装命令:
npx skills add https://github.com/dtyq/magic --skill connecting-im-bot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/dtyq/magic --skill connecting-im-bot

简介

用于连接即时通讯平台(如微信、企业微信、钉钉、飞书),实现消息收发功能。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中集成 IM 机器人以支持自动化沟通。
  • 需根据目标平台查阅对应参考文档配置凭证与操作步骤。
  • 注意区分不同平台接口差异,避免混淆使用。
  • connecting-im-bot 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Connect IM Channel Bots

Connect the current Agent to an IM platform so it can receive and send messages in the target app.

Read The Right Reference

After confirming which channel the user wants, read the matching reference file for credentials and exact steps:

WeChat and WeCom are completely separate platforms. Do not mix them up. WeChat uses QR authorization and does not require bot_id or secret.

Default Flow

  1. Confirm the channel: If the user did not specify one, ask which IM platform they want: WeChat, WeCom, DingTalk, or Lark.
  2. Read the reference: Load the matching channel reference file.
  3. Collect credentials: Follow the instructions in that reference. WeChat does not need credentials because it uses QR authorization.
  4. Establish the connection: Run the run_skills_snippet code from the reference.
  5. Report the result: If the connection succeeds, tell the user what to do next. If it fails, return the error and guide the next step.

Notes

  • After a connection is established, it keeps running in the background. Credentials are saved to .magic/config/im-channels.json and bound to the current sandbox. Restarting the same sandbox process should auto-reconnect without asking for setup again.
  • To disable auto-reconnect for a channel, edit .magic/config/im-channels.json and set that channel's enabled field to false.
  • All channels share the same Agent as the web session, so conversation history stays connected across surfaces.
  • For WeChat, do not generate your own QR layout. Always use the mobile-width HTML template from the WeChat reference and paste the exact {{QRCODE_JS_STRING_LITERAL}} value returned by the tool.
  • For WeChat, output the QR as exactly one html fenced code block. Do not add extra prose before or after the block.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.13%
按下载量换算32

Claude

26.52%
按下载量换算23

Cursor

19.98%
按下载量换算17

Gemini CLI

9.73%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills