ls-multi-collector

ls-multi-collector is a skill for Codex from FrankL1u/liusir-skills. It costs 71 tokens per session (2,370 once invoked), scanned A, original, no licence file.

A repeatable workflow for saving videos and articles as local Markdown and JSON files. It can download videos, obtain transcripts, and fetch article content from several platforms and ordinary web pages.

In plain words
What is it for?
For downloading videos, extracting video transcripts, and collecting articles from Douyin, YouTube, WeChat, X, and other web pages.
Why use it?
It turns scattered online media into local, reusable files instead of leaving the information trapped on separate websites.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit For downloading videos, extracting video transcripts, and collecting articles from Douyin, YouTube, WeChat, X, and other web pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/frankl1u/liusir-skills/ls-multi-collector
Install

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.

Any agent
npx skills add FrankL1u/liusir-skills --skill ls-multi-collector
Clone the repo
git clone --depth 1 https://github.com/FrankL1u/liusir-skills

Made for: Codex.

Wrote 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.

agentmods badge for ls-multi-collector

README.md
[![agentmods](https://agentmods.dev/badge/skills/frankl1u/liusir-skills/ls-multi-collector/github.svg)](https://agentmods.dev/skills/frankl1u/liusir-skills/ls-multi-collector)
Your own site
<a href="https://agentmods.dev/skills/frankl1u/liusir-skills/ls-multi-collector"><img src="https://agentmods.dev/badge/skills/frankl1u/liusir-skills/ls-multi-collector/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.

agentmods 80×15 button for ls-multi-collector

Your own site · 80×15
<a href="https://agentmods.dev/skills/frankl1u/liusir-skills/ls-multi-collector"><img src="https://agentmods.dev/badge/skills/frankl1u/liusir-skills/ls-multi-collector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.02370
Opus 5 $0.00036 $0.01185
Sonnet 5 $0.00014 $0.00474
Haiku 4.5 $0.00007 $0.00237

Measured 12d ago against content hash 2ac60ab2c0a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ls-multi-collector scanned grade A with 0 findings 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.

The scan reads SKILL.md. This mod also ships 13 executable files (scripts/validate_skill.py, toolkit/src/cleanTranscript.ts, toolkit/src/cli.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ls-multi-collector/SKILL.md · 269 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 12d ago First seen · 269 lines · 71 tokens per session scan A 2ac60ab2c0a3

Subscribe to this mod's changes

ls-multi-collector is a skill published in the GitHub repository FrankL1u/liusir-skills (2 stars, last pushed 4mo ago), with no licence file. It adds 71 tokens to every session and 2,370 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

aws-wechat-article-writing

A writing tool for Chinese WeChat public-account articles, creating a first draft from a topic or outline and revising existing text. It can use a configured language-model service, such as DeepSeek, OpenAI, or Anthropic.

aiworkskills/wechat-article-skills · 218 tokens

aws-wechat-article-images

An image-generation tool for Chinese WeChat public-account articles, making covers and illustrations based on an article’s title and content. It can create several visual options and reuse configured style presets.

aiworkskills/wechat-article-skills · 144 tokens

aws-wechat-article-main

A coordinator for running a complete Chinese WeChat public-account publishing workflow. It connects separate steps such as choosing a topic, writing, reviewing, formatting, adding images, and publishing.

aiworkskills/wechat-article-skills · 359 tokens

aws-wechat-article-assets

A local library for storing business descriptions, product images, and reusable writing or design presets for WeChat articles. It organizes these materials by product so other article tools can reuse them.

aiworkskills/wechat-article-skills · 258 tokens

aws-wechat-article-formatting

A local converter that turns Markdown text into HTML formatted for the Chinese WeChat editor. Markdown is plain text with simple symbols for headings, links, and emphasis; the converter puts the resulting styles directly into the HTML.

aiworkskills/wechat-article-skills · 168 tokens

aws-wechat-article-publish

A publishing tool that connects to the official WeChat public-account API to upload article images and place an article in the draft box or publish it. WeChat is the Chinese platform where public accounts distribute articles to followers.

aiworkskills/wechat-article-skills · 150 tokens