Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add lttr/claude-marketplace --skill video-to-articlegit clone --depth 1 https://github.com/lttr/claude-marketplaceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lttr/claude-marketplace/video-to-article)<a href="https://agentmods.dev/skills/lttr/claude-marketplace/video-to-article"><img src="https://agentmods.dev/badge/skills/lttr/claude-marketplace/video-to-article/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lttr/claude-marketplace/video-to-article"><img src="https://agentmods.dev/badge/skills/lttr/claude-marketplace/video-to-article.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.02664 |
| Opus 5 | $0.00027 | $0.01332 |
| Sonnet 5 | $0.00011 | $0.00533 |
| Haiku 4.5 | $0.00005 | $0.00266 |
Grade B, and why
video-to-article scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- sudo apt install yt-dlp (Ubuntu/Debian) How it starts
The opening of the file, as written. The whole thing — 340 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Video to Article Conversion Workflow
This skill automates the conversion of lecture/presentation videos into various text formats including transcripts, outlines, and article drafts.
Workflow Overview
- Setup Folder - Create properly named folder if needed
- Validate Input Metadata - Check for README.md with required frontmatter
- Extract Audio - Convert video to MP3 using ffmpeg
- Transcribe - Generate text transcript using ElevenLabs API
- Process Text - Create progressive text refinements
Step 0: Folder Setup (if starting from scratch)
If user is starting a new talk/lecture conversion and no folder exists yet:
Create folder using format: YYYY Title of Talk
After creating folder, navigate into it and proceed with workflow.
Step 1: Validate Metadata
Look for README.md in the current directory with these frontmatter fields:
title- Lecture/presentation titlespeaker- Speaker namedate- Presentation date (YYYY-MM-DD)lang- Presentation language (e.g., "english", "czech", "spanish")abstract- Brief descriptionslides- Link to slides (or file path)video- Optional: link to video
If README.md is Missing or Incomplete
Ask the user for the missing information:
- What is the lecture title?
- Who is the speaker?
- What date was this presented?
- What language is the presentation in?
- Brief description or abstract?
- Link to slides or presentation file?
Create or update README.md with collected information.
Step 2: Find or Download Video File
Check for Local Video
Look for video file in current directory:
- Common patterns:
*.mp4,*.mov,*.avi,*.mkv - If multiple found, ask user which to process
If No Local Video Found
Ask the user if they have a YouTube URL:
- "Do you have a YouTube URL for this talk?"
- If yes, collect the YouTube URL
- If no, ask for local video file path
Download from YouTube (if URL provided)
bash ${CLAUDE_SKILL_DIR}/scripts/download-youtube.sh <youtube-url>
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 340 lines · 54 tokens per session scan B d2a135ee4d22
video-to-article is a skill published in the GitHub repository lttr/claude-marketplace (2 stars, last pushed yesterday), licensed MIT. It adds 54 tokens to every session and 2,664 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
stream-chain
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows.
hook-factory
Generate production-ready Claude Code hooks with interactive Q&A, automated installation, and enhanced validation. Supports 10 templates across 7 event types for comprehensive workflow automation.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
r3f-best-practices
React Three Fiber (R3F) and Poimandres ecosystem best practices. Use when writing, reviewing, or optimizing R3F code. Triggers on tasks involving @react-three/fiber, @react-three/drei, zustand, @react-three/postprocessing, @react-three/rapier, or leva.
log-error-digest
Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…
development
An index of programming guidance for Python, Go, Rust, TypeScript, Java, C++, and shell scripting.