Skip to content

v1.6.0 — skill invocable from other skills

Choose a tag to compare

@muckybuzzwoo muckybuzzwoo released this 03 Jun 13:45
· 24 commits to main since this release

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.md frontmatter — removed disable-model-invocation: true. Callable from another skill as yt-extract:yt-extract <url> [flags]. Stays user-invocable via /yt-extract.
  • SKILL.md description — tightened to fire only on an explicit extract/analyze request; no auto-trigger on incidental YouTube URL mentions.
  • SKILL.md line-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