Youtube Learning
Analysis
This is an instruction-only YouTube learning skill whose described behavior is coherent, but users should pay attention to optional note export, calendar scheduling, and saved learning-history features.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
| Transcript API | Fetch YouTube transcripts |\n| File System | Save notes locally |\n| Note Apps | Export to Notion, Obsidian |\n| Calendar | Schedule learning sessions |
The skill describes using external transcript tools, local file writes, note-app exports, and calendar scheduling. These are aligned with the learning purpose, but they can create or modify user data and should be scoped by the user.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"integrations": [\n "YouTube transcript API",\n "File system",\n "Notion",\n "Obsidian"\n ]
The metadata lists third-party and local integrations. No credentials are declared or hardcoded, so this is not suspicious by itself, but Notion or similar exports may require account permissions if connected.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
- Progress tracking\n...\n- Save videos to collections\n- Tag and categorize\n- Track watched status\n- Resume where you left off
The skill includes persistent learning-state features. This is expected for a learning tool, but the artifacts do not specify storage location, retention, or how saved notes and progress are reused.
