v1.6.0 — skill invocable from other skills
The skill can now be invoked programmatically by other skills via the Skill tool, not only manually via /yt-extract. Removing disable-model-invocation: true is what unblocks this — the Skill tool cannot reach a skill that declares that flag. Because the skill is now model-invocable, its description was tightened to fire only on an explicit extract/analyze request.
Changed
SKILL.mdfrontmatter — removeddisable-model-invocation: true. Callable from another skill asyt-extract:yt-extract <url> [flags]. Stays user-invocable via/yt-extract.SKILL.mddescription— tightened to fire only on an explicit extract/analyze request; no auto-trigger on incidental YouTube URL mentions.SKILL.mdline-count-budget note — no longer references the removed flag.
Behavior change
- The hard block against model-invocation is gone. Auto-trigger restraint now relies on the tightened description + user-level gating, not a frontmatter flag.
Full changelog: https://github.com/muckybuzzwoo/claude-code-youtube-extract/blob/main/CHANGELOG.md