Watch/read, comment, reply, like, and subscribe (join channels) on YouTube as the logged-in user, through a real browser. Use whenever the user asks to do something on YouTube.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add intentic/intentic --skill youtube --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Youtube?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/intentic-youtube)More formats (shields.io, HTML) on the badges page.
---
name: youtube
description: Watch/read, comment, reply, like, and subscribe (join channels) on YouTube as the logged-in user, through a real browser. Use whenever the user asks to do something on YouTube.
---
# YouTube (connected browser)
Home: https://www.youtube.com · a video: https://www.youtube.com/watch?v=<id> · a channel:
https://www.youtube.com/@<handle> · your subscriptions: https://www.youtube.com/feed/subscriptions
${accounts}
- Read comments / video info: open the video, `browser_snapshot` (scroll to load comments with `browser_wait_for`).
- Comment: open the video, click "Add a comment", `browser_type`, then Comment.
- Reply: expand the target comment, click Reply, type, submit.
- Like a video: click the like control under the player.
- Subscribe (join a channel): open the channel or video and click Subscribe; for paid memberships click Join.
- Note: creating **Community posts** isn't reliably reachable, do it only if the channel exposes the composer.
${tools}
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.