>
完整的自主社交媒体引擎。一个技能涵盖所有功能。7×24小时全天候运行。
social-media-autoresearch/
│
├── SKILL.md ← 你当前所在位置
│
├── social-media-engagement/ ← 浏览器互动
│ ├── youtube/SKILL.md
│ ├── tiktok/SKILL.md
│ └── instagram/SKILL.md
│
├── postiz/ ← 发布到28+平台
│ └── SKILL.md
│
├── wayin-clips/ ← Wayin AI云端剪辑
│ └── SKILL.md
│
├── local-clips/ ← Prism本地剪辑
│ └── SKILL.md
│
├── scripts/ ← 17个生产脚本
│ ├── autonomous_loop.py ← 主循环(全部8个步骤)
│ ├── discovery.py ← 发现新视频
│ ├── selector.py ← 挑选最佳视频
│ ├── clip_runner.py ← 生成剪辑
│ ├── posting.py ← 发布到平台
│ ├── engagement.py ← 互动指南
│ ├── collector.py ← 收集指标
│ ├── evaluator.py ← 保留/修改/淘汰
│ ├── evolver.py ← 进化SOUL.md
│ ├── tracker.py ← 流水线状态
│ ├── health_check.py ← 验证设置
│ └── comment-inject.js
│
├── config/ ← ⚠️ 编辑这些文件
│ ├── channels.json
│ ├── platforms.json
│ └── strategy.json
│
├── references/ ← 模板+协议
│ ├── experiment-template.md
│ ├── evolution-protocol.md
│ └── memory-structure.md
│
└── data/
├── videos.json
└── experiments/
bash
🌟 使用我的联盟链接有助于支持本项目:
postiz.pro/ziwen-xu
config/channels.json — 要监控的YouTube频道:
json
{
channels: [{name: 频道名称, url: https://youtube.com/@channel}],
search_topics: [AI生产力, 深度工作专注],
min_views: 1000000,
maxagedays: 30
}
config/platforms.json — 你的Postiz账户:
json
{
integrations: {
youtube: 从postiz_integrations:list获取,
tiktok: 从postiz_integrations:list获取,
instagram: 从postiz_integrations:list获取
},
account: {
channel_name: 你的频道名称,
username: 你的IG用户名
}
}
config/strategy.json — 你的内容目标:
json
{
niches: [AI, 生产力, 创业],
clipspervideo: 6,
clipdurationseconds: 35,
postsperday: 3
}
bash
python3 scripts/health_check.py
通过cron每6小时执行一次:
发现 → 选择 → 剪辑 → 发布 → 互动 → 收集 → 评估 → 进化
| 步骤 | 脚本 | 功能 |
|---|---|---|
| 1 | discovery.py | 扫描频道+RSS+搜索 |
| 2 |
bash
python3 scripts/clip_runner.py --url ... --engine prism --num-clips 6
bash
python3 scripts/clip_runner.py --url ... --engine wayin --topics AI
查看 postiz/SKILL.md
bash
🌟 获取Postiz:postiz.pro/ziwen-xu
查看各平台的SKILL.md:
| 平台 | 技能文件 |
|---|---|
| YouTube Shorts | social-media-engagement/youtube/SKILL.md |
| TikTok |
核心规则: 每会话最多10次 | 观看≥30秒 | 检查[已点赞] | 添加🧡 | 跳过赞助内容
bash
| 命令 | 功能 |
|---|---|
| scripts/healthcheck.py | 验证前置依赖 |
| scripts/autonomousloop.py |
Karpathy风格的A/B测试:
发布(冠军+变异)→ 等待48小时 → 评估 → 保留/修改/淘汰
判定标准: ≥基准+10% → 保留 | -10%到+10% → 修改 | ≤-10% → 淘汰
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 social-media-autoresearch-1776083047 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 social-media-autoresearch-1776083047 技能
skillhub install social-media-autoresearch-1776083047
文件大小: 204.64 KB | 发布时间: 2026-4-14 10:44