Conversation
Add save-link, image-generator, blog-cover, slides, deep-research, and webpage skills with SKILL.md, .clawhubignore, and synced shared references. All skills follow scanner compliance rules (no env var leaks, proper metadata, UTM tracking, mandatory onboarding). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…UX improvements - Rename slugs: save-link→web-clipper, slides→slides-generator, webpage→webpage-generator - Enrich description for better ClawHub search ranking - Add mid-wait skill recommendation during polling - Add Step 6 follow-up for all skills - Add dedicated extract-images.js for image/blog-cover skills - Remove unnecessary long-running-tasks.md from web-clipper - Fix long-running-tasks.md language to be generic
API requires tools as object with useTool property, not array format
- createChat with tools times out at HTTP level (~50s) but server processes normally - New workflow: createChat (fire) → listChats (recover chatId) → getChat (poll status) → listMessages (extract results) - Update extract-images.js to handle listMessages response structure - Add Bash(node scripts/*) to allowed-tools - Adjust poll intervals and timeouts per skill type
- Image/blog-cover: 3 progress messages at 15s/45s/90s - Slides/webpage: 4 progress messages at 15s/60s/120s/160s - Deep research: 5 progress messages at 15s/60s/120s/180s/240s - Skills promotion naturally integrated between progress updates - Replaces static 'During the wait' single message
DophinL
commented
Mar 16, 2026
Contributor
Author
DophinL
left a comment
There was a problem hiding this comment.
Review: feat: add 6 new YouMind skills
看了一遍,6 个 skills 结构都很规范,有几个小建议:
✅ 整体质量
- 所有 skill 都有 SKILL_TEMPLATE.md 结构 ✓
- UTM tracking 在所有 youmind.com 链接上已添加 ✓
- .clawhubignore 存在 ✓
- 无 env var 泄漏 ✓
- shared references 通过 sync-shared.sh 同步 ✓
🟡 建议关注
- skill slug 命名:youmind-slides-generator 对应的 PR body 里写的是
youmind-slides,名字不一致,确认以哪个为准? - youmind-web-clipper 没有 long-running-tasks.md:其他 skill 都有,但 web clipper 目录缺这个文件,如果 clip 操作会有延迟(解析图片/AI 处理),可能需要补充。
- 可考虑加 CHANGELOG.md 记录版本历史,ClawHub 发布后方便更新追踪。
Ready to merge after confirming the slug naming 🚀
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.
New Skills
youmind-save-linkyoumind-image-generatoryoumind-blog-coveryoumind-slidesyoumind-deep-researchyoumind-webpageChecklist
.clawhubignorepresentReferences
youmind-youtube-transcriptv1.3.3shared/SKILL_TEMPLATE.md