Short video analysis tool skills
抖音/TikTok/B站短视频全链路解析工具From its SKILL.md
npx -y skills add shuhaolin63-hash/short_video_analysis_tool-skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
AI Agent Skill - 供 Agent 调用,非人工阅读。使用说明见 README.md。
调用方式
# 单条分析
python scripts/run_single_analyze.py --url VIDEO_URL
# 批量分析
python scripts/run_batch_analyze.py --file links.txt
数据流
- 爬虫抓取 -> 2. 封面下载 -> 3. 数据清洗 -> 4. NLP 分析 -> 5. Excel 输出
输出文件
- output/excel_table/video_meta_info.xlsx
- output/excel_table/comment_detail.xlsx
- output/excel_table/comment_hot_topic.xlsx
- output/cover_export/
- output/wordcloud_img/
What ships with it: 33 files
123.1 KB alongside SKILL.md, 26 of them executable
agents/
- batch_video_agent.pyruns5.3 KB
- data_flow_agent.pyruns1.9 KB
- __init__.pyruns248 B
- single_video_agent.pyruns18.9 KB
config/
- global_config.yaml762 B
- nlp_config.yaml1.9 KB
- table_template.yaml3.2 KB
scripts/
- clear_cache.pyruns3.7 KB
- run_batch_analyze.pyruns3.9 KB
- run_single_analyze.pyruns3.3 KB
skills/
- cover_download_skill/cover_file_sort.pyruns2.8 KB
- cover_download_skill/download_single_cover.pyruns2.7 KB
- cover_download_skill/__init__.pyruns177 B
- data_clean_skill/comment_cleaner.pyruns3.8 KB
- data_clean_skill/__init__.pyruns207 B
- data_clean_skill/meta_cleaner.pyruns3.7 KB
- nlp_comment_analysis_skill/__init__.pyruns288 B
- nlp_comment_analysis_skill/question_extract.pyruns3.2 KB
- nlp_comment_analysis_skill/topic_cluster.pyruns4.2 KB
- nlp_comment_analysis_skill/word_segment.pyruns4.5 KB
- spider_fetch_skill/api_adapter.pyruns3.4 KB
- spider_fetch_skill/fetch_comment_data.pyruns6.4 KB
- spider_fetch_skill/fetch_meta_data.pyruns4.8 KB
- spider_fetch_skill/__init__.pyruns70 B
- table_export_skill/_excel_common.pyruns2.9 KB
- table_export_skill/export_comment_detail_table.pyruns1.9 KB
- table_export_skill/export_hot_topic_table.pyruns3.2 KB
- table_export_skill/export_video_meta_table.pyruns1.9 KB
- table_export_skill/__init__.pyruns408 B
- .gitignore252 B
- LICENSE1.0 KB
- README.md27.6 KB
- requirements.txt514 B