用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/az9713/whatsapp-claude --skill youtube-upload命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
Generate lip-synced avatar video from text using OmniHuman v1.5. Use when creating talking-head or avatar videos.
Send and read emails via Gmail browser automation. Use when asked to send email or check inbox.
Schedule tasks using natural language time expressions. Use when asked to schedule a recurring or timed task.
| name | youtube-upload |
| description | Upload videos to YouTube via browser automation. Use when asked to publish or upload a video to YouTube. |
| disable-model-invocation | true |
| allowed-tools | ["mcp__claude-in-chrome__*","Read"] |
Upload videos to YouTube using browser automation.
Use mcp__claude-in-chrome__navigate to go to https://studio.youtube.com
Wait for page to load completely
Use mcp__claude-in-chrome__find to locate "Create" button (top right)
Click the Create button
Find and click "Upload video" in the dropdown
Wait for upload modal to appear
Use mcp__claude-in-chrome__find to locate the file drop zone or "SELECT FILES" button
Use mcp__claude-in-chrome__upload_image with the video file path
Wait for upload to begin (progress indicator appears)
Monitor upload progress
Use mcp__claude-in-chrome__read_page to check upload percentage
Wait until processing begins (upload completes)
Title:
- Use find to locate title input field
- Use form_input to enter title (max 100 chars)
Description:
- Find description textarea
- Enter description (max 5000 chars)
Thumbnail (optional):
- Find "Upload thumbnail" button
- Use upload_image to add custom thumbnail
Audience:
- Find "No, it's not made for kids" radio button
- Click to select
Age restriction (if needed):
- Find "Age restriction" section
- Configure as appropriate
Click "Next" to go through:
1. Details (title, description)
2. Video elements (cards, end screen) - can skip
3. Checks (copyright) - wait for processing
4. Visibility
Find visibility options:
- "Public" - immediately visible
- "Unlisted" - only with link
- "Private" - only you
- "Schedule" - set publish time
Click desired visibility option
Find and click "Publish" or "Save" button
Wait for confirmation
After publishing, find the video URL in the confirmation dialog
Format: https://youtu.be/VIDEO_ID or https://youtube.com/watch?v=VIDEO_ID
Return the URL to the user