Skip to main content
Back to the directory
wecomteam/wecom-cliSoftware EngineeringWriting and Content

wecomcli-get-msg

wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-get-msg
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, wecomcli-get-msg has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wecomteam/wecom-cli. Canonical URL: https://skills.sh/wecomteam/wecom-cli/wecomcli-get-msg.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli msg ' ' 与企业微信消息系统交互。 按时间范围查询有消息的会话列表,支持分页。参见 API 详情 。 根据会话类型和 ID 拉取指定时间范围内的消息记录,支持分页。支持 text/image/file/voice/video 消息类型,仅支持 7 天内。参见 API 详情 。 根据文件 ID 自动下载文件到本地,返回文件的本地路径( local_path )、名称、类型、大小及 MIME 类型。用于获取图片、文件、语音、视频等非文本消息的实际内容。参见 API 详情 。 向单聊或群聊发送文本消息。参见 API 详情 。 流程 : 以下步骤在涉及非文本消息下载时 必须逐一执行 ,不得合并、省略或跳过,即使用户未主动询问也必须执行: 用户query示例 : 执行流程 : 用户query示例 : 执行流程 : 📁 文件已下载到以下位置: 你可以在 xxx/yyy/ 目录下找到所有下载的文件。 用户query示例 : 执行流程 : 用户query示例 : 执行流程 : - 格式 :所有时间参数使用 YYYY-MM-DD HH:mm:ss 格式 - 默认范围 :用户未指定时,默认使用最近7天(当前时间往前推7天) - 限制 :开始时间不能早于当前时间的7天前,不能晚于当前时间 - 相对时间支持 :支持"昨天"、"最近三天"等自动推算 - 当用户提供人名或群名而非ID时: - 调用 get_msg_chat_list 获取会话列表(时间范围与目标查询一致) - 在 chats 中按 chat_name 匹配 - 匹配策略 : - 精确匹配唯一结果:直接使用 - 模糊匹配多个结果:展示候选列表让用户选择 - 无匹配结果:告知用户未找到 - chat_type 判断 : get_msg_chat_list 返回中不含会话类型字段,需根据上下文推断:用户明确提到「群」时使用 chat_type=2 ,否则默认 chat_type=1 (单聊) - 调用 wecomcli-lookup-contact get_userlist 获取用户列表 - 建立userid到username的映射关系 - 展示策略 : - 精确匹配:显示username - 无匹配:保持显示userid - 必须主动告知文件位置 :下载完成后必须立即向用户展示所有文件的完整路径和存放目录 - 必须询问是否删除 :告知位置后必须立即询问用户是否需要清理临时文件 - "看看我最近一周有哪些聊天" - "这几天谁给我发过消息" - 确定时间范围(用户指定或默认最近7天) - 调用 get_msg_chat_list 获取会话列表 - 展示会话名称、最后消息时间、消息数量 - 若 has_more 为 true ,告知用户还有更多会话可继续查看 - "帮我看看和张三最近的聊天记录" - "看看项目群里最近的消息" - 确定时间范围(用户指定或默认最近7天) - 通过 chatid查找规则 确定目标会话的 chatid 和 chat_type - 调用 get_message 拉取消息列表 - 调用 wecomcli-lookup-contact 的 get_userlist...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wecomcli-get-msg do?

wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。

Is wecomcli-get-msg good?

wecomcli-get-msg does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support wecomcli-get-msg?

wecomcli-get-msg currently lists compatibility with Cursor, Skills CLI.

Is wecomcli-get-msg safe to install?

wecomcli-get-msg has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to wecomcli-get-msg?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install wecomcli-get-msg?

Run the following command to install wecomcli-get-msg: npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-get-msg

Related skills

More from wecomteam/wecom-cli

Related skills

Alternatives in Software Engineering