@tikomni/skills 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.skill-package-allowlist.txt +4 -0
- package/LICENSE +21 -0
- package/README.md +167 -0
- package/README.zh-CN.md +167 -0
- package/bin/tikomni-skills.js +127 -0
- package/env.example +160 -0
- package/lib/installer.js +176 -0
- package/package.json +44 -0
- package/skills/creator-analysis/SKILL.md +71 -0
- package/skills/creator-analysis/agents/openai.yaml +4 -0
- package/skills/creator-analysis/env.example +36 -0
- package/skills/creator-analysis/references/api-capability-index.md +92 -0
- package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
- package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/creator-analysis/references/asr-orchestration.md +33 -0
- package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
- package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
- package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
- package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
- package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
- package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
- package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
- package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
- package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
- package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
- package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/creator-analysis/references/workflow.md +18 -0
- package/skills/creator-analysis/scripts/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
- package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
- package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
- package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
- package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
- package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
- package/skills/creator-analysis/scripts/core/__init__.py +0 -0
- package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
- package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
- package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
- package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
- package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
- package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
- package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
- package/skills/meta-capability/SKILL.md +69 -0
- package/skills/meta-capability/agents/openai.yaml +4 -0
- package/skills/meta-capability/env.example +42 -0
- package/skills/meta-capability/references/api-capability-index.md +92 -0
- package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
- package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
- package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
- package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
- package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
- package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
- package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
- package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/meta-capability/references/api-tags/health-check.md +40 -0
- package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
- package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
- package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
- package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
- package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
- package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
- package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
- package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
- package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
- package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
- package/skills/meta-capability/references/dispatch.md +27 -0
- package/skills/meta-capability/references/execution-guidelines.md +25 -0
- package/skills/meta-capability/references/implemented-route-map.md +177 -0
- package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/meta-capability/scripts/__init__.py +1 -0
- package/skills/meta-capability/scripts/call_route.py +141 -0
- package/skills/meta-capability/scripts/core/__init__.py +1 -0
- package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
- package/skills/meta-capability/scripts/core/config_loader.py +204 -0
- package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
- package/skills/meta-capability/scripts/test_auth.py +98 -0
- package/skills/single-work-analysis/SKILL.md +62 -0
- package/skills/single-work-analysis/agents/openai.yaml +4 -0
- package/skills/single-work-analysis/env.example +36 -0
- package/skills/single-work-analysis/references/api-capability-index.md +92 -0
- package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
- package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
- package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
- package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
- package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
- package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
- package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
- package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/single-work-analysis/scripts/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
- package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
- package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
- package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
- package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
- package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 TikOmni
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# TikOmni Skills
|
|
2
|
+
|
|
3
|
+
English | [中文](./README.zh-CN.md)
|
|
4
|
+
|
|
5
|
+
Give AI agents direct access to TikOmni's cross-platform content retrieval and structured analysis capabilities.
|
|
6
|
+
|
|
7
|
+
Works with `Codex`, `Claude Code`, and `OpenClaw`.
|
|
8
|
+
Built for content extraction, single-work analysis, creator analysis, search results, comment threads, rankings, livestreams, and structured outputs.
|
|
9
|
+
|
|
10
|
+
- Website: https://tikomni.com
|
|
11
|
+
- Dashboard: https://app.tikomni.com
|
|
12
|
+
- API Docs: https://docs.tikomni.com
|
|
13
|
+
- Releases: https://github.com/mark-ly-wang/TikOmni-Skills/releases
|
|
14
|
+
|
|
15
|
+
## Why This Repo Exists
|
|
16
|
+
|
|
17
|
+
`TikOmni-Skills` is the agent-facing delivery layer for TikOmni skills.
|
|
18
|
+
|
|
19
|
+
Its purpose is not to be a pile of platform scripts or a few fixed templates. More importantly, it packages TikOmni's core capabilities into installable, composable skills so agents can directly:
|
|
20
|
+
|
|
21
|
+
- retrieve single content items, creator pages, and content collections
|
|
22
|
+
- retrieve comment threads, search results, rankings, livestreams, and product pages as concrete platform objects
|
|
23
|
+
- extract titles, captions, subtitles, transcripts, and structured fields
|
|
24
|
+
- generate normalized JSON outputs and Markdown cards
|
|
25
|
+
- continue with analysis, summaries, and downstream knowledge workflows
|
|
26
|
+
|
|
27
|
+
If TikOmni is the cross-platform capability layer, this repository is the layer that makes those capabilities usable by agents.
|
|
28
|
+
|
|
29
|
+
## Supported Platforms
|
|
30
|
+
|
|
31
|
+
Current coverage includes mainstream platforms such as:
|
|
32
|
+
|
|
33
|
+
- Douyin, Xiaohongshu, Kuaishou, Bilibili, Weibo
|
|
34
|
+
- TikTok, YouTube, Instagram, Threads, Twitter/X, Reddit, LinkedIn
|
|
35
|
+
- WeChat Channels, WeChat Official Accounts, Toutiao, Xigua, Zhihu, Lemon8, Pipixia
|
|
36
|
+
|
|
37
|
+
For the full catalog, see https://docs.tikomni.com
|
|
38
|
+
|
|
39
|
+
## What Structured Data You Can Get
|
|
40
|
+
|
|
41
|
+
Depending on the platform and endpoint, the skills can return:
|
|
42
|
+
|
|
43
|
+
- author or account metadata
|
|
44
|
+
- post or video basic information
|
|
45
|
+
- comments and replies
|
|
46
|
+
- search results, ranking results, livestream information, and commerce-related data
|
|
47
|
+
- engagement metrics such as likes, comments, and shares when available
|
|
48
|
+
- subtitles, transcripts, or caption text when supported
|
|
49
|
+
- extractable media URLs and related assets when supported
|
|
50
|
+
- route and request trace metadata for reproducibility
|
|
51
|
+
|
|
52
|
+
## Skill Modules
|
|
53
|
+
|
|
54
|
+
| Skill | Role | Typical tasks |
|
|
55
|
+
| --- | --- | --- |
|
|
56
|
+
| `meta-capability` | General capability layer | Cross-platform retrieval, route discovery, structured extraction, plus generic execution and fallback for comment threads, search, rankings, livestreams, product pages, and other supported objects |
|
|
57
|
+
| `single-work-analysis` | Single-work specialist skill | Extracting and analyzing one video, note, post, or article |
|
|
58
|
+
| `creator-analysis` | Creator specialist skill | Collecting and analyzing creator pages, channels, and content collections |
|
|
59
|
+
|
|
60
|
+
Suggested choices:
|
|
61
|
+
|
|
62
|
+
- Want to analyze one content item: install `single-work-analysis`
|
|
63
|
+
- Want to analyze a creator page or content collection: install `creator-analysis`
|
|
64
|
+
- Want to keep a general TikOmni entry point available: install `meta-capability`
|
|
65
|
+
- Not sure which one you need yet: install `all`
|
|
66
|
+
|
|
67
|
+
## More Mature High-Frequency Flows
|
|
68
|
+
|
|
69
|
+
On top of the general capability layer, this repository already includes a set of more reusable high-frequency flows.
|
|
70
|
+
|
|
71
|
+
Current areas with the most validation and ongoing iteration include:
|
|
72
|
+
|
|
73
|
+
- Douyin single-work analysis
|
|
74
|
+
- Xiaohongshu single-work analysis
|
|
75
|
+
- Douyin creator-page analysis
|
|
76
|
+
- Xiaohongshu creator-page analysis
|
|
77
|
+
|
|
78
|
+
These flows represent the most mature and easiest-to-adopt paths today.
|
|
79
|
+
They matter, but they do not define the full capability boundary of this repository.
|
|
80
|
+
|
|
81
|
+
## 30-Second Quick Start
|
|
82
|
+
|
|
83
|
+
### 1. Sign up and get an API key
|
|
84
|
+
|
|
85
|
+
- Website: https://tikomni.com
|
|
86
|
+
- Dashboard: https://app.tikomni.com
|
|
87
|
+
- API Docs: https://docs.tikomni.com
|
|
88
|
+
|
|
89
|
+
### 2. Install skills
|
|
90
|
+
|
|
91
|
+
If the npm package has been published, you can install directly with:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
npx @tikomni/skills list
|
|
95
|
+
npx @tikomni/skills install codex all
|
|
96
|
+
npx @tikomni/skills install claude-code creator-analysis
|
|
97
|
+
npx @tikomni/skills install openclaw meta-capability --dir "/custom/skills"
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
Default install targets:
|
|
101
|
+
|
|
102
|
+
- `codex` -> `$CODEX_HOME/skills`, default `~/.codex/skills`
|
|
103
|
+
- `claude-code` -> `~/.claude/skills`
|
|
104
|
+
- `openclaw` -> prefers `~/.openclaw/workspace/skills`, otherwise `~/.openclaw/skills`
|
|
105
|
+
|
|
106
|
+
If you are not distributing through npm yet, you can also copy the target skill folder into the runtime's `skills` directory manually.
|
|
107
|
+
|
|
108
|
+
### 3. Configure environment variables
|
|
109
|
+
|
|
110
|
+
Recommended workflow:
|
|
111
|
+
|
|
112
|
+
- after CLI installation, the target `skills` root includes a shared [`env.example`](./env.example)
|
|
113
|
+
- copy `skills/env.example` to `skills/.env`
|
|
114
|
+
- add `.env.local` inside a specific skill only when that skill needs a local override
|
|
115
|
+
|
|
116
|
+
Minimum required config:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
TIKOMNI_API_KEY="your_real_key"
|
|
120
|
+
TIKOMNI_OUTPUT_ROOT="/absolute/path/to/tikomni-output"
|
|
121
|
+
TIKOMNI_CARD_ROOT="/absolute/path/to/tikomni-cards"
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
For advanced variables, see [`env.example`](./env.example).
|
|
125
|
+
|
|
126
|
+
## You Can Also Ask Your Agent to Install It
|
|
127
|
+
|
|
128
|
+
Instead of running commands manually, you can ask your agent directly:
|
|
129
|
+
|
|
130
|
+
- "Install all TikOmni skills into Codex."
|
|
131
|
+
- "Install `creator-analysis` into the Claude Code skills directory."
|
|
132
|
+
- "Install `meta-capability` into OpenClaw and use `/custom/skills` as the target directory."
|
|
133
|
+
|
|
134
|
+
## How to Use It After Installation
|
|
135
|
+
|
|
136
|
+
Once configured, you can trigger tasks in natural language, for example:
|
|
137
|
+
|
|
138
|
+
- "Extract the structured fields and subtitles from this Douyin video."
|
|
139
|
+
- "Analyze this Xiaohongshu note and output a work card plus a content breakdown."
|
|
140
|
+
- "Fetch the latest 20 posts from this Douyin creator page and summarize topic patterns."
|
|
141
|
+
- "Analyze this Xiaohongshu account and output a creator profile with representative content traits."
|
|
142
|
+
- "Search this keyword on Douyin and summarize the top 20 result patterns."
|
|
143
|
+
- "Fetch this livestream's information and return a structured summary."
|
|
144
|
+
|
|
145
|
+
## Versioning and Releases
|
|
146
|
+
|
|
147
|
+
The current package version is declared in [`package.json`](./package.json).
|
|
148
|
+
|
|
149
|
+
For release and version details, see:
|
|
150
|
+
|
|
151
|
+
- [Releases](https://github.com/mark-ly-wang/TikOmni-Skills/releases)
|
|
152
|
+
- [`RELEASING.md`](./RELEASING.md)
|
|
153
|
+
- [`RELEASING.zh-CN.md`](./RELEASING.zh-CN.md)
|
|
154
|
+
|
|
155
|
+
## Security
|
|
156
|
+
|
|
157
|
+
- Never commit real API keys to Git
|
|
158
|
+
- Never expose sensitive config in logs, screenshots, or outputs
|
|
159
|
+
- Prefer `.env` and `.env.local` for local secret management
|
|
160
|
+
|
|
161
|
+
## Links
|
|
162
|
+
|
|
163
|
+
- Website: https://tikomni.com
|
|
164
|
+
- Dashboard: https://app.tikomni.com
|
|
165
|
+
- API: https://api.tikomni.com
|
|
166
|
+
- Docs: https://docs.tikomni.com
|
|
167
|
+
- Issues: https://github.com/mark-ly-wang/TikOmni-Skills/issues
|
package/README.zh-CN.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# TikOmni Skills
|
|
2
|
+
|
|
3
|
+
中文 | [English](./README.md)
|
|
4
|
+
|
|
5
|
+
让 AI Agent 直接使用 TikOmni 的跨平台内容获取与结构化分析能力。
|
|
6
|
+
|
|
7
|
+
适用于 `Codex`、`Claude Code`、`OpenClaw`。
|
|
8
|
+
面向内容抓取、单作品分析、创作者分析、搜索结果、评论线程、榜单、直播间和结构化结果产出。
|
|
9
|
+
|
|
10
|
+
- Website: https://tikomni.com
|
|
11
|
+
- Dashboard: https://app.tikomni.com
|
|
12
|
+
- API Docs: https://docs.tikomni.com
|
|
13
|
+
- Releases: https://github.com/mark-ly-wang/TikOmni-Skills/releases
|
|
14
|
+
|
|
15
|
+
## 为什么有这个仓库
|
|
16
|
+
|
|
17
|
+
`TikOmni-Skills` 是 TikOmni 面向 AI Agent 的 Skill 交付层。
|
|
18
|
+
|
|
19
|
+
它的目标不是堆一批平台脚本,也不只是沉淀几个固定模板;它更重要的作用,是把 TikOmni 的原能力组织成 Agent 可安装、可调用、可组合的 Skills,让 Agent 能直接完成:
|
|
20
|
+
|
|
21
|
+
- 获取单条内容、账号主页和内容集合
|
|
22
|
+
- 获取评论线程、搜索结果、榜单、直播间和商品页等具体对象
|
|
23
|
+
- 提取标题、文案、字幕、转写和结构化字段
|
|
24
|
+
- 输出标准化 JSON 与 Markdown 卡片
|
|
25
|
+
- 基于真实抓取结果继续做分析、总结和归档
|
|
26
|
+
|
|
27
|
+
如果你把 TikOmni 看作跨平台能力底座,这个仓库就是把这些能力交付给 Agent 的使用层。
|
|
28
|
+
|
|
29
|
+
## 📦 支持平台
|
|
30
|
+
|
|
31
|
+
当前目录覆盖主流平台(示例):
|
|
32
|
+
|
|
33
|
+
- 抖音、小红书、快手、B站、微博
|
|
34
|
+
- TikTok、YouTube、Instagram、Threads、Twitter/X、Reddit、LinkedIn
|
|
35
|
+
- 视频号、公众号、头条、西瓜、知乎、Lemon8、皮皮虾
|
|
36
|
+
|
|
37
|
+
完整列表见官方文档目录:https://docs.tikomni.com
|
|
38
|
+
|
|
39
|
+
## 🧩 可获取哪些结构化数据
|
|
40
|
+
|
|
41
|
+
按不同平台/接口可返回:
|
|
42
|
+
|
|
43
|
+
- 作者/账号信息
|
|
44
|
+
- 作品/视频基础信息
|
|
45
|
+
- 评论与回复数据
|
|
46
|
+
- 搜索结果、榜单结果、直播间信息、商品相关数据
|
|
47
|
+
- 互动指标(点赞、评论、分享等,视接口可用性)
|
|
48
|
+
- 字幕/转写/文案文本(接口支持时)
|
|
49
|
+
- 媒体地址等可提取资源(接口支持时)
|
|
50
|
+
- 路由与请求追踪信息(方便复现)
|
|
51
|
+
|
|
52
|
+
## Skill 模块
|
|
53
|
+
|
|
54
|
+
| Skill | 作用 | 典型任务 |
|
|
55
|
+
| --- | --- | --- |
|
|
56
|
+
| `meta-capability` | 通用能力层 | 跨平台获取、路由探索、结构化抓取,以及评论线程、搜索、榜单、直播间、商品页等对象的通用执行与兜底 |
|
|
57
|
+
| `single-work-analysis` | 单作品专项 Skill | 单个视频、单篇笔记、单条帖子、单篇文章的提取与分析 |
|
|
58
|
+
| `creator-analysis` | 创作者专项 Skill | 账号主页、作者页、频道页、内容集合的抓取与聚合分析 |
|
|
59
|
+
|
|
60
|
+
选择建议:
|
|
61
|
+
|
|
62
|
+
- 想分析单个内容对象:安装 `single-work-analysis`
|
|
63
|
+
- 想分析账号主页或内容集合:安装 `creator-analysis`
|
|
64
|
+
- 想保留通用 TikOmni 能力入口:安装 `meta-capability`
|
|
65
|
+
- 不确定会用到哪些场景:直接安装 `all`
|
|
66
|
+
|
|
67
|
+
## 当前更成熟的高频链路
|
|
68
|
+
|
|
69
|
+
在通用能力层之上,本仓库已经沉淀出一批更适合直接复用的高频方案。
|
|
70
|
+
|
|
71
|
+
当前重点验证和持续打磨的方向包括:
|
|
72
|
+
|
|
73
|
+
- Douyin 单作品分析
|
|
74
|
+
- Xiaohongshu 单作品分析
|
|
75
|
+
- Douyin 创作者主页分析
|
|
76
|
+
- Xiaohongshu 创作者主页分析
|
|
77
|
+
|
|
78
|
+
这些链路代表当前最成熟、最适合直接上手的实践路径。
|
|
79
|
+
它们很重要,但不等于本仓库能力边界的全部定义。
|
|
80
|
+
|
|
81
|
+
## 30 秒快速开始
|
|
82
|
+
|
|
83
|
+
### 1. 注册并获取 API Key
|
|
84
|
+
|
|
85
|
+
- 官网:https://tikomni.com
|
|
86
|
+
- 控制台:https://app.tikomni.com
|
|
87
|
+
- API 文档:https://docs.tikomni.com
|
|
88
|
+
|
|
89
|
+
### 2. 安装 Skills
|
|
90
|
+
|
|
91
|
+
如果 npm 包已发布,可以直接使用:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
npx @tikomni/skills list
|
|
95
|
+
npx @tikomni/skills install codex all
|
|
96
|
+
npx @tikomni/skills install claude-code creator-analysis
|
|
97
|
+
npx @tikomni/skills install openclaw meta-capability --dir "/custom/skills"
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
默认安装目录:
|
|
101
|
+
|
|
102
|
+
- `codex` -> `$CODEX_HOME/skills`,默认 `~/.codex/skills`
|
|
103
|
+
- `claude-code` -> `~/.claude/skills`
|
|
104
|
+
- `openclaw` -> 优先 `~/.openclaw/workspace/skills`,否则 `~/.openclaw/skills`
|
|
105
|
+
|
|
106
|
+
如果你暂时不走 npm 分发,也可以手动把目标 Skill 目录复制到对应运行时的 `skills` 目录。
|
|
107
|
+
|
|
108
|
+
### 3. 配置环境变量
|
|
109
|
+
|
|
110
|
+
推荐做法:
|
|
111
|
+
|
|
112
|
+
- CLI 安装后,目标 `skills` 根目录会自带一份共享 [`env.example`](./env.example)
|
|
113
|
+
- 把这份 `skills/env.example` 复制为 `skills/.env`
|
|
114
|
+
- 如有局部覆盖需求,再在对应 Skill 目录下增加 `.env.local`
|
|
115
|
+
|
|
116
|
+
最少需要配置:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
TIKOMNI_API_KEY="your_real_key"
|
|
120
|
+
TIKOMNI_OUTPUT_ROOT="/absolute/path/to/tikomni-output"
|
|
121
|
+
TIKOMNI_CARD_ROOT="/absolute/path/to/tikomni-cards"
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
更多高级变量见 [`env.example`](./env.example)。
|
|
125
|
+
|
|
126
|
+
## 也可以直接让 Agent 帮你安装
|
|
127
|
+
|
|
128
|
+
除了手动执行命令,你也可以直接对 Agent 说:
|
|
129
|
+
|
|
130
|
+
- “帮我把 TikOmni skills 全部安装到 Codex。”
|
|
131
|
+
- “把 `creator-analysis` 安装到 Claude Code 的 skills 目录。”
|
|
132
|
+
- “把 `meta-capability` 安装到 OpenClaw,目标目录是 `/custom/skills`。”
|
|
133
|
+
|
|
134
|
+
## 安装完成后怎么用
|
|
135
|
+
|
|
136
|
+
配置完成后,可以直接通过自然语言发起任务,例如:
|
|
137
|
+
|
|
138
|
+
- “提取这个抖音视频的结构化信息和字幕。”
|
|
139
|
+
- “分析这个小红书笔记,输出作品卡和内容拆解。”
|
|
140
|
+
- “抓取这个抖音主页近 20 条内容,并总结选题方向。”
|
|
141
|
+
- “分析这个小红书账号,输出作者画像和代表性内容特征。”
|
|
142
|
+
- “搜索这个关键词下的抖音结果,并整理前 20 条内容特征。”
|
|
143
|
+
- “获取这个直播间的信息并输出结构化摘要。”
|
|
144
|
+
|
|
145
|
+
## 版本与发布
|
|
146
|
+
|
|
147
|
+
当前包版本见 [`package.json`](./package.json)。
|
|
148
|
+
|
|
149
|
+
更多版本与发布信息见:
|
|
150
|
+
|
|
151
|
+
- [Releases](https://github.com/mark-ly-wang/TikOmni-Skills/releases)
|
|
152
|
+
- [`RELEASING.md`](./RELEASING.md)
|
|
153
|
+
- [`RELEASING.zh-CN.md`](./RELEASING.zh-CN.md)
|
|
154
|
+
|
|
155
|
+
## 安全说明
|
|
156
|
+
|
|
157
|
+
- 不要把真实 API Key 提交到 Git
|
|
158
|
+
- 不要在日志、截图或产物中泄露敏感配置
|
|
159
|
+
- 建议使用 `.env` / `.env.local` 管理本地密钥
|
|
160
|
+
|
|
161
|
+
## 相关链接
|
|
162
|
+
|
|
163
|
+
- Website: https://tikomni.com
|
|
164
|
+
- Dashboard: https://app.tikomni.com
|
|
165
|
+
- API: https://api.tikomni.com
|
|
166
|
+
- Docs: https://docs.tikomni.com
|
|
167
|
+
- Issues: https://github.com/mark-ly-wang/TikOmni-Skills/issues
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
const {
|
|
5
|
+
installSkills,
|
|
6
|
+
listAvailableSkills
|
|
7
|
+
} = require("../lib/installer");
|
|
8
|
+
|
|
9
|
+
function printUsage() {
|
|
10
|
+
console.log(`TikOmni Skills CLI
|
|
11
|
+
|
|
12
|
+
用法:
|
|
13
|
+
tikomni-skills list
|
|
14
|
+
tikomni-skills install <codex|claude-code|openclaw> <skill...|all> [--dir <path>] [--force]
|
|
15
|
+
|
|
16
|
+
示例:
|
|
17
|
+
tikomni-skills list
|
|
18
|
+
tikomni-skills install codex all
|
|
19
|
+
tikomni-skills install claude-code creator-analysis
|
|
20
|
+
tikomni-skills install openclaw meta-capability --dir "/custom/skills"
|
|
21
|
+
`);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function parseFlags(argv) {
|
|
25
|
+
const positionals = [];
|
|
26
|
+
let explicitDir = null;
|
|
27
|
+
let force = false;
|
|
28
|
+
let json = false;
|
|
29
|
+
|
|
30
|
+
for (let index = 0; index < argv.length; index += 1) {
|
|
31
|
+
const token = argv[index];
|
|
32
|
+
if (token === "--dir") {
|
|
33
|
+
explicitDir = argv[index + 1];
|
|
34
|
+
index += 1;
|
|
35
|
+
continue;
|
|
36
|
+
}
|
|
37
|
+
if (token === "--force") {
|
|
38
|
+
force = true;
|
|
39
|
+
continue;
|
|
40
|
+
}
|
|
41
|
+
if (token === "--json") {
|
|
42
|
+
json = true;
|
|
43
|
+
continue;
|
|
44
|
+
}
|
|
45
|
+
positionals.push(token);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return {
|
|
49
|
+
positionals,
|
|
50
|
+
explicitDir,
|
|
51
|
+
force,
|
|
52
|
+
json
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
function printList(asJson) {
|
|
57
|
+
const skills = listAvailableSkills().map((entry) => entry.name);
|
|
58
|
+
if (asJson) {
|
|
59
|
+
console.log(JSON.stringify(skills, null, 2));
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
console.log("可安装 skills:");
|
|
64
|
+
for (const skill of skills) {
|
|
65
|
+
console.log(`- ${skill}`);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
function printInstallResult(result) {
|
|
70
|
+
console.log(`运行时: ${result.runtime}`);
|
|
71
|
+
console.log(`目标目录: ${result.destinationRoot}`);
|
|
72
|
+
console.log("已安装:");
|
|
73
|
+
for (const entry of result.installed) {
|
|
74
|
+
console.log(`- ${entry.name} -> ${entry.targetPath}`);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
if (result.runtime === "codex") {
|
|
78
|
+
console.log("请重启 Codex 以加载新 skills。");
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
if (result.runtime === "claude-code") {
|
|
82
|
+
console.log("请重启 Claude Code 以加载新 skills。");
|
|
83
|
+
return;
|
|
84
|
+
}
|
|
85
|
+
console.log("请让 OpenClaw 重新加载 skills 目录。");
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
function main() {
|
|
89
|
+
const argv = process.argv.slice(2);
|
|
90
|
+
if (argv.length === 0 || argv.includes("--help") || argv.includes("-h")) {
|
|
91
|
+
printUsage();
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
const { positionals, explicitDir, force, json } = parseFlags(argv);
|
|
96
|
+
const [command, ...rest] = positionals;
|
|
97
|
+
|
|
98
|
+
if (command === "list") {
|
|
99
|
+
printList(json);
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
if (command === "install") {
|
|
104
|
+
const [runtime, ...skills] = rest;
|
|
105
|
+
if (!runtime) {
|
|
106
|
+
throw new Error("install 命令必须提供运行时");
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
const result = installSkills({
|
|
110
|
+
runtime,
|
|
111
|
+
explicitDir,
|
|
112
|
+
force,
|
|
113
|
+
skillNames: skills
|
|
114
|
+
});
|
|
115
|
+
printInstallResult(result);
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
throw new Error(`未知命令: ${command}`);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
try {
|
|
123
|
+
main();
|
|
124
|
+
} catch (error) {
|
|
125
|
+
console.error(`[FAIL] ${error.message}`);
|
|
126
|
+
process.exitCode = 1;
|
|
127
|
+
}
|
package/env.example
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# TikOmni shared environment example
|
|
2
|
+
# TikOmni 共享环境变量示例
|
|
3
|
+
#
|
|
4
|
+
# [ZH] 用法:将本文件复制到 "skills/.env" 后再填写真实值。
|
|
5
|
+
# [EN] Usage: copy this file to "skills/.env" and then fill in your real values.
|
|
6
|
+
#
|
|
7
|
+
# [ZH] 如果某个 skill 需要局部覆盖,请在对应目录新建 ".env.local"。
|
|
8
|
+
# [EN] If one skill needs local overrides, create ".env.local" inside that skill folder.
|
|
9
|
+
#
|
|
10
|
+
# [ZH] 当前默认读取顺序:process env(仅启用时) > skill/.env.local > skills/.env
|
|
11
|
+
# [EN] Current load priority: process env (when enabled) > skill/.env.local > skills/.env
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# =========================================================
|
|
15
|
+
# Required shared config / 必填共享配置
|
|
16
|
+
# =========================================================
|
|
17
|
+
|
|
18
|
+
# [ZH] TikOmni API Key。默认值:无。必填。
|
|
19
|
+
# [EN] TikOmni API key. Default: none. Required.
|
|
20
|
+
TIKOMNI_API_KEY=""
|
|
21
|
+
|
|
22
|
+
# [ZH] 所有 JSON 结果、错误结果、运行缓存的总根目录。默认值:无。必填,且必须是绝对路径。
|
|
23
|
+
# [EN] Root directory for JSON results, error outputs, and runtime artifacts. Default: none. Required and must be absolute.
|
|
24
|
+
TIKOMNI_OUTPUT_ROOT="/absolute/path/to/tikomni-output"
|
|
25
|
+
|
|
26
|
+
# [ZH] 所有 Markdown 卡片的总根目录。默认值:无。必填,且必须是绝对路径。
|
|
27
|
+
# [EN] Root directory for Markdown cards. Default: none. Required and must be absolute.
|
|
28
|
+
TIKOMNI_CARD_ROOT="/absolute/path/to/tikomni-cards"
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# =========================================================
|
|
32
|
+
# Common runtime / 通用运行参数
|
|
33
|
+
# =========================================================
|
|
34
|
+
|
|
35
|
+
# [ZH] TikOmni API 基础地址。默认值:https://api.tikomni.com
|
|
36
|
+
# [EN] TikOmni API base URL. Default: https://api.tikomni.com
|
|
37
|
+
TIKOMNI_BASE_URL="https://api.tikomni.com"
|
|
38
|
+
|
|
39
|
+
# [ZH] HTTP 请求超时时间,单位毫秒。默认值:60000
|
|
40
|
+
# [EN] HTTP request timeout in milliseconds. Default: 60000
|
|
41
|
+
TIKOMNI_TIMEOUT_MS="60000"
|
|
42
|
+
|
|
43
|
+
# [ZH] 全局请求 QPS 节流。默认值:5.0
|
|
44
|
+
# [EN] Global request QPS throttle. Default: 5.0
|
|
45
|
+
TIKOMNI_GLOBAL_QPS="5.0"
|
|
46
|
+
|
|
47
|
+
# [ZH] 请求超时后的最大重试次数。默认值:3
|
|
48
|
+
# [EN] Max retry count after request timeout. Default: 3
|
|
49
|
+
TIKOMNI_TIMEOUT_RETRY_MAX="3"
|
|
50
|
+
|
|
51
|
+
# [ZH] 超时重试的基础退避时间,单位毫秒。默认值:300
|
|
52
|
+
# [EN] Base backoff for timeout retries in milliseconds. Default: 300
|
|
53
|
+
TIKOMNI_TIMEOUT_RETRY_BACKOFF_MS="300"
|
|
54
|
+
|
|
55
|
+
# [ZH] 自定义 HTTP User-Agent。默认值:内置浏览器样式 UA。通常不需要修改。
|
|
56
|
+
# [EN] Custom HTTP User-Agent. Default: built-in browser-like UA. Usually no need to change.
|
|
57
|
+
# TIKOMNI_HTTP_USER_AGENT="Mozilla/5.0 ..."
|
|
58
|
+
|
|
59
|
+
# [ZH] 自定义 Accept-Language 请求头。默认值:zh-CN,zh;q=0.9,en;q=0.8
|
|
60
|
+
# [EN] Custom Accept-Language header. Default: zh-CN,zh;q=0.9,en;q=0.8
|
|
61
|
+
TIKOMNI_HTTP_ACCEPT_LANGUAGE="zh-CN,zh;q=0.9,en;q=0.8"
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# =========================================================
|
|
65
|
+
# Output directory model / 结果输出目录模型
|
|
66
|
+
# =========================================================
|
|
67
|
+
|
|
68
|
+
# [ZH] 运行中间产物目录名,位于 TIKOMNI_OUTPUT_ROOT 下。默认值:_runs
|
|
69
|
+
# [EN] Runtime artifact subdirectory name under TIKOMNI_OUTPUT_ROOT. Default: _runs
|
|
70
|
+
TIKOMNI_OUTPUT_RUNS_DIR="_runs"
|
|
71
|
+
|
|
72
|
+
# [ZH] 成功结果目录名,位于 TIKOMNI_OUTPUT_ROOT 下。默认值:results
|
|
73
|
+
# [EN] Successful result subdirectory name under TIKOMNI_OUTPUT_ROOT. Default: results
|
|
74
|
+
TIKOMNI_OUTPUT_RESULTS_DIR="results"
|
|
75
|
+
|
|
76
|
+
# [ZH] 失败结果目录名,位于 TIKOMNI_OUTPUT_ROOT 下。默认值:_errors
|
|
77
|
+
# [EN] Failed result subdirectory name under TIKOMNI_OUTPUT_ROOT. Default: _errors
|
|
78
|
+
TIKOMNI_OUTPUT_ERRORS_DIR="_errors"
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
# =========================================================
|
|
82
|
+
# Card routing / 卡片落盘路由
|
|
83
|
+
# =========================================================
|
|
84
|
+
|
|
85
|
+
# [ZH] 路由语言预设。默认值:zh
|
|
86
|
+
# [EN] Route locale preset. Default: zh
|
|
87
|
+
TIKOMNI_PATH_LOCALE="zh"
|
|
88
|
+
|
|
89
|
+
# [ZH] 作品卡文件名前缀。默认值:CBV
|
|
90
|
+
# [EN] Work card filename prefix. Default: CBV
|
|
91
|
+
TIKOMNI_CARD_PREFIX_WORK="CBV"
|
|
92
|
+
|
|
93
|
+
# [ZH] 作者卡文件名前缀。默认值:CBA
|
|
94
|
+
# [EN] Author card filename prefix. Default: CBA
|
|
95
|
+
TIKOMNI_CARD_PREFIX_AUTHOR="CBA"
|
|
96
|
+
|
|
97
|
+
# [ZH] 作者样本卡文件名前缀。默认值:CBV
|
|
98
|
+
# [EN] Author sample card filename prefix. Default: CBV
|
|
99
|
+
TIKOMNI_CARD_PREFIX_AUTHOR_SAMPLE_WORK="CBV"
|
|
100
|
+
|
|
101
|
+
# [ZH] 卡片文件名模板。默认值:{prefix}-{author_slug}-{title_slug}{ext}
|
|
102
|
+
# [EN] Card filename pattern. Default: {prefix}-{author_slug}-{title_slug}{ext}
|
|
103
|
+
TIKOMNI_FILENAME_PATTERN_CARD="{prefix}-{author_slug}-{title_slug}{ext}"
|
|
104
|
+
|
|
105
|
+
# [ZH] JSON 结果文件名模板。默认值:{timestamp}-{platform}-{identifier}{ext}
|
|
106
|
+
# [EN] JSON output filename pattern. Default: {timestamp}-{platform}-{identifier}{ext}
|
|
107
|
+
TIKOMNI_FILENAME_PATTERN_JSON="{timestamp}-{platform}-{identifier}{ext}"
|
|
108
|
+
|
|
109
|
+
# [ZH] 兼容旧变量,仅影响卡片文件名,不推荐继续使用。默认值:空
|
|
110
|
+
# [EN] Legacy compatibility variable, only affects card filenames, not recommended. Default: empty.
|
|
111
|
+
# TIKOMNI_FILENAME_PATTERN="{prefix}-{author_slug}-{title_slug}{ext}"
|
|
112
|
+
|
|
113
|
+
# [ZH] 显式覆盖作品卡目录路由,使用 "|" 分隔层级。默认值:空。
|
|
114
|
+
# [EN] Explicit work-card route override, using "|" as separator. Default: empty.
|
|
115
|
+
# [ZH] zh 默认:内容系统|对标研究|作品卡
|
|
116
|
+
# [EN] zh preset default: 内容系统|对标研究|作品卡
|
|
117
|
+
# [EN] en preset default: content-system|benchmark-research|work-cards
|
|
118
|
+
# TIKOMNI_CARD_ROUTE_WORK="content-system|benchmark|work-cards"
|
|
119
|
+
|
|
120
|
+
# [ZH] 显式覆盖作者卡目录路由,使用 "|" 分隔层级。默认值:空。
|
|
121
|
+
# [EN] Explicit author-card route override, using "|" as separator. Default: empty.
|
|
122
|
+
# [ZH] zh 默认:内容系统|对标研究|作者卡
|
|
123
|
+
# [EN] zh preset default: 内容系统|对标研究|作者卡
|
|
124
|
+
# [EN] en preset default: content-system|benchmark-research|author-cards
|
|
125
|
+
# TIKOMNI_CARD_ROUTE_AUTHOR="content-system|benchmark|author-cards"
|
|
126
|
+
|
|
127
|
+
# [ZH] 显式覆盖作者样本卡目录路由,使用 "|" 分隔层级。默认值:空。
|
|
128
|
+
# [EN] Explicit author-sample-card route override, using "|" as separator. Default: empty.
|
|
129
|
+
# [ZH] zh 默认:内容系统|对标研究|作者样本卡|{platform}-{author_slug}
|
|
130
|
+
# [EN] zh preset default: 内容系统|对标研究|作者样本卡|{platform}-{author_slug}
|
|
131
|
+
# [EN] en preset default: content-system|benchmark-research|author-sample-cards|{platform}-{author_slug}
|
|
132
|
+
# TIKOMNI_CARD_ROUTE_AUTHOR_SAMPLE_WORK="content-system|benchmark|author-sample-cards|{platform}-{author_slug}"
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
# =========================================================
|
|
136
|
+
# Explicit config file / 显式配置文件
|
|
137
|
+
# =========================================================
|
|
138
|
+
|
|
139
|
+
# [ZH] 显式指定某个 skill 的 defaults.yaml 或自定义 YAML 配置路径。默认值:空。
|
|
140
|
+
# [EN] Explicit path to a skill defaults.yaml or custom YAML config file. Default: empty.
|
|
141
|
+
# [ZH] 若留空,则每个 skill 自动使用自己的 references/config-templates/defaults.yaml
|
|
142
|
+
# [EN] If empty, each skill automatically uses its own references/config-templates/defaults.yaml
|
|
143
|
+
# TIKOMNI_CONFIG_FILE=""
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
# =========================================================
|
|
147
|
+
# Creator-analysis only / 仅 creator-analysis 使用
|
|
148
|
+
# =========================================================
|
|
149
|
+
|
|
150
|
+
# [ZH] 作者级 LLM 分析超时,单位秒。默认值:45
|
|
151
|
+
# [EN] Timeout for creator-level LLM analysis in seconds. Default: 45
|
|
152
|
+
TIKOMNI_AUTHOR_ANALYSIS_TIMEOUT_SEC="45"
|
|
153
|
+
|
|
154
|
+
# [ZH] sampled works 少于该阈值时跳过作者级 LLM 分析。默认值:5
|
|
155
|
+
# [EN] Skip creator-level LLM analysis when sampled works are below this threshold. Default: 5
|
|
156
|
+
TIKOMNI_AUTHOR_ANALYSIS_SMALL_SAMPLE_SKIP="5"
|
|
157
|
+
|
|
158
|
+
# [ZH] sampled works 批量解释阶段超时,单位秒。默认值:45
|
|
159
|
+
# [EN] Timeout for sampled-work batch explanation stage in seconds. Default: 45
|
|
160
|
+
TIKOMNI_SAMPLED_EXPLANATION_TIMEOUT_SEC="45"
|