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 marco77x/openclaw-youtube-pipeline --skill youtube_uploadgit clone --depth 1 https://github.com/marco77x/openclaw-youtube-pipelineWrote 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/marco77x/openclaw-youtube-pipeline/youtube_upload)<a href="https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/youtube_upload"><img src="https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/youtube_upload/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/marco77x/openclaw-youtube-pipeline/youtube_upload"><img src="https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/youtube_upload.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.00020 | $0.00281 |
| Opus 5 | $0.00010 | $0.00140 |
| Sonnet 5 | $0.00004 | $0.00056 |
| Haiku 4.5 | $0.00002 | $0.00028 |
Grade A, and why
youtube_upload scanned grade A 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Carica video su YouTube tramite API v3 con upload resumable via curl. What it actually says
YouTube Upload
Carica video su YouTube tramite API v3 con upload resumable via curl.
Workflow
- Assicurati di avere: video (.mp4), thumbnail (.png), metadata (.json)
- Esegui lo script Python: python3 skills/youtube_upload/scripts/upload_video.py --video --title "" --description "" --tags "<TAG1,TAG2>" --privacy <private|unlisted|public> --thumbnail
- Leggi il video_id restituito
- Comunica l'URL del video
Argomenti
- --video: percorso al file video mp4 (obbligatorio)
- --title: titolo del video (obbligatorio)
- --description: descrizione
- --tags: tag separati da virgola
- --privacy: public, private, unlisted (default: private)
- --thumbnail: percorso all'immagine thumbnail
Note
- La prima autenticazione richiede approvazione OAuth nel browser
- I token vengono salvati in config/token.pickle
- Il video deve essere formato MP4
- La thumbnail deve essere PNG
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 · 31 lines · 20 tokens per session scan A 0102733f7f9c
youtube_upload is a skill published in the GitHub repository marco77x/openclaw-youtube-pipeline (2 stars, last pushed 5mo ago), licensed MIT. It adds 20 tokens to every session and 281 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
webhook-subscriptions
Webhook subscriptions: event-driven agent runs.
dispatch
Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…
skill-authoring
Author SKILL.md skills: frontmatter, validator limits, structure.
xhs_note
A workflow for creating a Xiaohongshu post, a Chinese image-first social-media note, with short copy, hashtags, and at least three matching vertical images.
deai_humanize
A Chinese-language writing helper that measures signs of machine-like writing and rewrites text to sound more natural and personal.
issue
Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…