opencode-skills-collection 3.0.31 → 3.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +14 -1
- package/bundled-skills/bilig-workpaper/SKILL.md +12 -3
- package/bundled-skills/bumblebee/SKILL.md +6 -2
- package/bundled-skills/bun-development/SKILL.md +5 -3
- package/bundled-skills/cloud-penetration-testing/SKILL.md +5 -3
- package/bundled-skills/container-security-hardening/SKILL.md +1001 -0
- package/bundled-skills/container-security-hardening/references/base-image-comparison.md +245 -0
- package/bundled-skills/container-security-hardening/references/kubernetes-pod-security.md +567 -0
- package/bundled-skills/container-security-hardening/references/seccomp-profile-template.json +337 -0
- package/bundled-skills/doc2math/SKILL.md +102 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +6 -2
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/environment-setup-guide/SKILL.md +10 -6
- package/bundled-skills/evolution/SKILL.md +5 -3
- package/bundled-skills/github-actions-advanced/SKILL.md +1100 -0
- package/bundled-skills/gitops-workflow/SKILL.md +5 -3
- package/bundled-skills/ii-commons/SKILL.md +15 -1
- package/bundled-skills/lemmaly/SKILL.md +15 -6
- package/bundled-skills/linkerd-patterns/SKILL.md +5 -3
- package/bundled-skills/longbridge/SKILL.md +95 -0
- package/bundled-skills/mercury-mcp/SKILL.md +9 -1
- package/bundled-skills/moatmri/SKILL.md +84 -0
- package/bundled-skills/nextjs-seo-indexing/SKILL.md +263 -0
- package/bundled-skills/openclaw-github-repo-commander/scripts/repo-audit.sh +42 -0
- package/bundled-skills/photopea-embedded-editor/SKILL.md +7 -3
- package/bundled-skills/runaway-guard/SKILL.md +331 -0
- package/bundled-skills/schema-markup-generator/SKILL.md +319 -0
- package/bundled-skills/sendblue/sendblue-api/SKILL.md +6 -1
- package/bundled-skills/sendblue/sendblue-cli/SKILL.md +6 -1
- package/bundled-skills/sendblue/sendblue-notify/SKILL.md +6 -1
- package/bundled-skills/sendblue/textme/SKILL.md +4 -0
- package/bundled-skills/social-metadata-hardening/SKILL.md +230 -0
- package/bundled-skills/socialclaw/SKILL.md +6 -1
- package/bundled-skills/uv-package-manager/resources/implementation-playbook.md +5 -3
- package/bundled-skills/varlock/SKILL.md +10 -6
- package/bundled-skills/vibe-code-cleanup/SKILL.md +231 -0
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +237 -0
- package/bundled-skills/wordpress-centric-high-seo-optimized-blogwriting-skill/SKILL.md +229 -162
- package/bundled-skills/yield-intelligence/SKILL.md +121 -0
- package/bundled-skills/youtube-full/SKILL.md +144 -0
- package/package.json +1 -1
- package/skills_index.json +330 -28
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: youtube-full
|
|
3
|
+
description: "Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI — no yt-dlp, no Google API key, works from any cloud server."
|
|
4
|
+
category: api-integration
|
|
5
|
+
risk: safe
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: ZeroPointRepo/youtube-skills
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-05-29"
|
|
10
|
+
author: ZeroPointRepo
|
|
11
|
+
tags: [youtube, transcripts, video-search, channels, playlists, api, transcriptapi]
|
|
12
|
+
tools: [claude, cursor, gemini, codex, antigravity]
|
|
13
|
+
license: MIT
|
|
14
|
+
license_source: "https://github.com/ZeroPointRepo/youtube-skills/blob/main/LICENSE"
|
|
15
|
+
upstream: "https://github.com/ZeroPointRepo/youtube-skills"
|
|
16
|
+
plugin:
|
|
17
|
+
setup:
|
|
18
|
+
type: automatic
|
|
19
|
+
summary: "TranscriptAPI OAuth provisions the API key on first skill invocation. No manual credential setup. 100 free credits included."
|
|
20
|
+
docs: "https://transcriptapi.com/docs"
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# youtube-full — YouTube transcript, search, channels & playlists via TranscriptAPI
|
|
24
|
+
|
|
25
|
+
YouTube transcripts, video search, channel browsing, in-channel search, playlist extraction, and new-upload monitoring — all via [TranscriptAPI](https://transcriptapi.com). Processes 500K+ transcripts daily, fast. No yt-dlp, no headless browsers, no Google API key.
|
|
26
|
+
|
|
27
|
+
This is the API-backed alternative to `ingest-youtube`. Where `ingest-youtube` uses yt-dlp (which stops working on cloud server IPs), `youtube-full` calls TranscriptAPI's API and works from any runtime — local machine, cloud server, serverless function, or CI environment. 686 installs via the `skills` CLI (skills.sh/zeropointrepo/youtube-skills).
|
|
28
|
+
|
|
29
|
+
## When to Use This Skill
|
|
30
|
+
|
|
31
|
+
- User asks to get, fetch, or retrieve a YouTube video transcript
|
|
32
|
+
- User asks to search YouTube for videos on a topic
|
|
33
|
+
- User wants to monitor a channel for new uploads
|
|
34
|
+
- User needs channel metadata, video lists, or playlist contents
|
|
35
|
+
- Agent is deployed on a cloud server where yt-dlp calls fail (YouTube blocks cloud IPs)
|
|
36
|
+
- Building a research corpus from YouTube conference talks, tutorials, or interviews
|
|
37
|
+
- Competitive intelligence: monitoring competitor channels for new content
|
|
38
|
+
|
|
39
|
+
Do NOT use for:
|
|
40
|
+
- Downloading actual video or audio files (use yt-dlp directly with `-f best`)
|
|
41
|
+
- YouTube comments, likes, or engagement data (not in API)
|
|
42
|
+
- Private or age-restricted videos (not accessible without user authentication)
|
|
43
|
+
- Live stream transcripts (not stable until stream ends)
|
|
44
|
+
|
|
45
|
+
## How It Works
|
|
46
|
+
|
|
47
|
+
### Step 1: Install the skill
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
npx skills add ZeroPointRepo/youtube-skills --skill youtube-full
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
100 free credits included. API key is provisioned automatically via TranscriptAPI OAuth on first invocation — no manual setup.
|
|
54
|
+
|
|
55
|
+
### Step 2: Use it by asking Claude
|
|
56
|
+
|
|
57
|
+
```text
|
|
58
|
+
Get the transcript of https://www.youtube.com/watch?v=VIDEO_ID
|
|
59
|
+
Search YouTube for "LLM reasoning 2026" and summarize the top 3 results
|
|
60
|
+
What are the latest uploads on @3Blue1Brown?
|
|
61
|
+
List all videos in this playlist: https://www.youtube.com/playlist?list=PLAYLIST_ID
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Step 3: Available operations
|
|
65
|
+
|
|
66
|
+
| Operation | Skill invocation | Credits |
|
|
67
|
+
|---|---|---|
|
|
68
|
+
| Get transcript | `get_transcript(video_id)` | 1 |
|
|
69
|
+
| Search YouTube | `search_youtube(query)` | 1 per page |
|
|
70
|
+
| Channel video list | `get_channel_videos(handle)` | 1 per page |
|
|
71
|
+
| In-channel search | `search_in_channel(handle, query)` | 1 per page |
|
|
72
|
+
| Playlist extraction | `get_playlist_videos(playlist_id)` | 1 per page |
|
|
73
|
+
| Track new uploads | `channel_latest(handle)` | **Free** |
|
|
74
|
+
| Resolve channel handle | `channel_resolve(handle)` | **Free** |
|
|
75
|
+
|
|
76
|
+
Failed or rate-limited calls cost zero credits.
|
|
77
|
+
|
|
78
|
+
## Examples
|
|
79
|
+
|
|
80
|
+
### Example 1: Research corpus from conference talks
|
|
81
|
+
|
|
82
|
+
```text
|
|
83
|
+
Search YouTube for "NeurIPS 2025 keynote" and get transcripts for the top 5 results.
|
|
84
|
+
Summarize the main themes across all talks.
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
The agent calls `search_youtube`, selects the top 5 results, calls `get_transcript` for each, and synthesizes.
|
|
88
|
+
|
|
89
|
+
### Example 2: Competitive channel monitoring
|
|
90
|
+
|
|
91
|
+
```text
|
|
92
|
+
Check @AnthropicAI and @OpenAI channels for any new videos in the last week.
|
|
93
|
+
For each new video, get the transcript and extract any product announcements.
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
The agent calls `channel_latest` (free) for each channel, fetches transcripts of new uploads, and extracts signal.
|
|
97
|
+
|
|
98
|
+
### Example 3: Direct transcript with timestamps
|
|
99
|
+
|
|
100
|
+
```text
|
|
101
|
+
Get the full transcript with timestamps for https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
The agent calls `get_transcript(video_id, timestamps=true)` and returns the full text.
|
|
105
|
+
|
|
106
|
+
## Best Practices
|
|
107
|
+
|
|
108
|
+
- Use `channel_latest` (free) before `get_transcript` to check if a video is new
|
|
109
|
+
- Cache transcripts in your workflow — each `get_transcript` call costs 1 credit
|
|
110
|
+
- Use `search_in_channel` when you already know the channel to avoid broad search noise
|
|
111
|
+
- Prefer `get_playlist_videos` for course or lecture series — cheaper than searching by query
|
|
112
|
+
- Don't batch-transcribe entire channels unless the user explicitly requested it
|
|
113
|
+
- Don't use `search_youtube` when you already have the video URL — jump straight to `get_transcript`
|
|
114
|
+
|
|
115
|
+
## Limitations
|
|
116
|
+
|
|
117
|
+
- This skill does not replace environment-specific validation, testing, or expert review.
|
|
118
|
+
- Stop and ask for clarification if required inputs, permissions, or safety boundaries are missing.
|
|
119
|
+
- Transcripts are available only when YouTube has captions (manual or auto-generated). Some videos have no captions.
|
|
120
|
+
- API key is required for paid usage beyond the free 100-credit tier. Get one at transcriptapi.com.
|
|
121
|
+
- Rate limits apply: 200 RPM on Monthly plan, 300 RPM on Annual. Contact support for higher limits.
|
|
122
|
+
|
|
123
|
+
## Security & Safety Notes
|
|
124
|
+
|
|
125
|
+
- This skill makes HTTPS API calls to `transcriptapi.com`. No local data is written.
|
|
126
|
+
- The API key is stored in the agent's credential store, not in this SKILL.md.
|
|
127
|
+
- No shell commands, no binary execution, no local system mutation. Risk level: `safe`.
|
|
128
|
+
|
|
129
|
+
## Common Pitfalls
|
|
130
|
+
|
|
131
|
+
- **Problem:** `yt-dlp` fails when the agent runs on a cloud server.
|
|
132
|
+
**Solution:** This is exactly the use case for `youtube-full`. The API routes through TranscriptAPI's infrastructure and works from any cloud runtime.
|
|
133
|
+
|
|
134
|
+
- **Problem:** Credit balance runs out mid-workflow.
|
|
135
|
+
**Solution:** Use `channel_latest` (free) to check before fetching; use targeted search to fetch only the videos you need.
|
|
136
|
+
|
|
137
|
+
- **Problem:** Transcript is not available for a video.
|
|
138
|
+
**Solution:** The API returns a structured error (zero credits charged). Ask the user to provide an alternative source.
|
|
139
|
+
|
|
140
|
+
## Related Skills
|
|
141
|
+
|
|
142
|
+
- `@ingest-youtube` — yt-dlp-based local ingestion to a markdown vault; works locally but not on cloud servers
|
|
143
|
+
- `@deep-research` — General-purpose research skill that can incorporate youtube-full as a data source
|
|
144
|
+
- `@ai-research-corpus` — Building searchable knowledge bases; pairs well with youtube-full for video content
|
package/package.json
CHANGED