feat: 企业微信图片发送技能 - wecom-image-sender#178
Closed
aifly-commit wants to merge 4 commits intoopenclaw:mainfrom
Closed
feat: 企业微信图片发送技能 - wecom-image-sender#178aifly-commit wants to merge 4 commits intoopenclaw:mainfrom
aifly-commit wants to merge 4 commits intoopenclaw:mainfrom
Conversation
added 4 commits
March 11, 2026 09:10
- 修复 send_image.py 中的发送逻辑 - 添加 [[image]] 和 MEDIA: 标记输出 - 更新文档说明正确的发送方式 - 添加完整的测试验证文档 - 修正 README 和 SKILL.md 中的说明
重要改进: - 移除硬编码用户依赖 - 添加自动用户检测机制 - 支持环境变量配置 - 完善通用性文档 - 添加 UNIVERSAL_GUIDE.md 和 UNIVERSAL_DESIGN.md - 更新 SKILL.md 标记为通用技能 通用性特性: ✅ 参数化用户(user=None) ✅ 自动检测当前用户 ✅ 支持手动指定用户 ✅ 多平台兼容 ✅ 无硬编码依赖
新增文档: - DEPLOYMENT.md - 完整部署指南(3种方式) - QUICK_SUBMIT.md - 5分钟快速提交 - SUBMIT_GUIDE.md - 提交完整指南 - scripts/submit_to_official.sh - 自动化提交脚本 内容涵盖: ✅ GitHub Pull Request 提交流程 ✅ Skillhub/Clawhub 发布方式 ✅ 质量检查清单 ✅ PR 信息模板 ✅ 时间线和预期影响 ✅ 成功指标 ✅ 获取帮助途径
新增文件: - READY_TO_SUBMIT.md - 提交执行计划 完整文件结构: ✅ 核心文件(SKILL.md, README.md, LICENSE, requirements.txt) ✅ 脚本文件(send_image.py, send_image_v2.py, submit_to_official.sh) ✅ 完整文档(10+ 文档文件) 准备状态: - [x] 技能开发完成 - [x] 测试通过 - [x] 文档完整 - [x] 通用性验证 - [x] 提交指南就绪 - [ ] Fork 官方仓库 - [ ] 提交 PR 下一步:用户可按照 READY_TO_SUBMIT.md 执行提交
|
Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能介绍
企业微信图片发送技能,支持URL下载和本地上传,自动优化图片,使用message工具可靠发送。
特性
使用场景
文件结构
SKILL.md- 基础版技能文档SKILL_v2.md- 增强版技能文档scripts/send_image.py- 基础版脚本scripts/send_image_v2.py- 增强版脚本TESTING.md- 测试指南测试
已在企业微信环境中测试通过。