SocialConductor — Facebook, Instagram, YouTube & TikTok
Control your SocialConductor AI comment bots from WhatsApp, Slack, Telegram, or iMessage.
Platforms
| Platform | Status | Dashboard |
|---|
| 👥 Facebook / Instagram | ✅ Live | podium.socialconductor.ai |
| 📺 YouTube |
✅ Live | studio.socialconductor.ai |
| 🎵 TikTok | ✅ Live | violin.socialconductor.ai |
Each platform uses its own API key. You can connect one, two, or all three —
commands are prefixed by platform so OpenClaw always knows which bot you mean.
Facebook / Instagram — Account Requirements
⚠️ Facebook requires a Business or Professional Creator account.
A personal Facebook profile will not work. Before connecting, make sure you have:
- - A Facebook Page (not a personal profile) set up at business.facebook.com
- Your Page linked to a Business Manager or configured as a Professional Creator Page
- Admin or Editor role on the Page
Instagram automation is available if your Instagram account is connected to
your Facebook Page as a Professional (Creator or Business) Instagram account.
A standard personal Instagram account will not work.
Facebook / Instagram — Setup (first time only)
Say:
connect my facebook page
OpenClaw registers you and sends a browser link. Open it, log in with Facebook
(~30 seconds), close the tab. All Facebook and Instagram commands are now active.
Important: Before the bot can post live replies, you must accept the
SocialConductor terms of service at
https://podium.socialconductor.ai/terms — takes 30 seconds.
Until you do, the bot runs in simulation mode (replies are generated but
not posted). You will see a terms_required error in chat as a reminder.
Facebook / Instagram Trial
New accounts get a 7-day free trial with up to 30 AI replies per day.
After the trial, visit podium.socialconductor.ai/upgrade to subscribe.
Facebook / Instagram — Commands
| Say this | What happens |
|---|
| check my facebook bot | Mode, plan, trial status, daily usage, last 3 replies |
| pause my facebook bot |
Hold ON — AI replies stop immediately |
| resume my facebook bot | Hold OFF — AI replies resume |
| show recent facebook comments | Last 5 log entries |
| show posted facebook comments | Only successfully posted replies |
| show facebook skipped comments | Comments the bot filtered (gate skips) |
| show my facebook leads | Lead-flagged comments (price, buy, how much…) |
| reply to facebook comment abc123 saying Great question! | Posts manual reply |
| block @username | Adds @username to block list |
| unblock @username | Removes @username from block list |
| show blocked facebook users | Lists all blocked accounts |
| facebook simulation mode on | Replies generated but not posted |
| facebook simulation mode off | Bot posts for real |
| enable facebook bot | Turns on auto-reply |
| disable facebook bot | Turns off auto-reply |
| turn on viral intelligence | Enables Reaction-Weighted Intelligence |
| connect my facebook page | Get a one-time browser link |
Facebook / Instagram — Webhook Base URL
https://podium.socialconductor.ai/api/openclaw/
YouTube — Account Requirements
⚠️ YouTube requires an active YouTube channel (YouTube Page).
A Google account alone is not enough — you must have created a YouTube channel
at youtube.com before connecting. The channel can be
a standard creator channel; no special business setup is required.
YouTube — Setup (first time only)
Say:
connect my youtube channel
OpenClaw registers you and sends a browser link. Open it, sign in with Google
(30 seconds), close the tab. All YouTube commands are now active.
YouTube — Commands
| Say this | What happens |
|---|
| check my youtube bot | Mode, plan, daily usage, last 3 replies |
| pause my youtube bot |
Hold ON — replies stop |
| resume my youtube bot | Hold OFF — replies resume |
| show recent youtube comments | Last 5 log entries |
| show posted youtube comments | Only successfully posted replies |
| show youtube skipped comments | Comments the bot filtered |
| show youtube leads | Lead-flagged comments |
| reply to youtube comment abc123 saying Great question! | Posts manual reply |
| show my youtube videos | Video polling status |
| show stale youtube videos | Videos with no recent activity |
| reactivate youtube video abc123 | Resumes polling that video |
| youtube simulation mode on | Replies generated but not posted |
| youtube simulation mode off | Bot posts for real |
| enable youtube bot | Turns on auto-reply |
| disable youtube bot | Turns off auto-reply |
| fast youtube response mode | Sets delay to fast |
| aggressive youtube response mode | Sets delay to aggressive |
| conservative youtube response mode | Sets delay to conservative |
YouTube — Webhook Base URL
https://studio.socialconductor.ai/api/openclaw/
TikTok — Account Requirements
✅ TikTok works with standard creator accounts.
No business account or special setup is required — any normal TikTok creator
account can connect. Just make sure your account is active and can post/comment.
TikTok — Setup (first time only)
Say:
connect my tiktok account
OpenClaw registers you and sends a browser link. Open it on your phone or
computer, scan the TikTok QR code, close the tab. All TikTok commands are now active.
QR note: TikTok login requires a QR code scanned in a real browser.
OpenClaw sends you a link — it cannot embed the QR in chat.
The link expires in 15 minutes.
TikTok Trial
New accounts get a 7-day free trial with up to 30 AI replies per day.
After the trial, visit violin.socialconductor.ai/upgrade to subscribe.
Expired trial channels are automatically removed from polling.
TikTok — Commands
| Say this | What happens |
|---|
| check my tiktok bot | Mode, plan, trial status, daily usage, last 3 replies |
| pause my tiktok bot |
Hold ON — replies stop |
| resume my tiktok bot | Hold OFF — replies resume |
| show recent tiktok comments | Last 5 log entries |
| show posted tiktok comments | Only successfully posted replies |
| show tiktok skipped comments | Comments the bot filtered |
| show tiktok leads | Lead-flagged comments |
| reply to tiktok comment abc123 saying Great video! | Posts manual reply via Playwright |
| block @username | Adds @username to block list |
| unblock @username | Removes @username from block list |
| show blocked tiktok users | Lists all blocked accounts |
| show my tiktok videos | Video polling status |
| show stale tiktok videos | Videos with no recent activity |
| reactivate tiktok video abc123 | Resumes polling that video |
| connect my tiktok account | Get a QR code browser link |
| tiktok simulation mode on | Replies generated but not posted |
| tiktok simulation mode off | Bot posts for real |
| enable tiktok bot | Turns on auto-reply |
| disable tiktok bot | Turns off auto-reply |
| fast tiktok response mode | Sets delay to fast |
| aggressive tiktok response mode | Sets delay to aggressive |
| conservative tiktok response mode | Sets delay to conservative |
TikTok — Webhook Base URL
https://violin.socialconductor.ai/api/openclaw/
Auth
Each platform issues its own Bearer token via POST /api/openclaw/register
with {"openclaw_user_id": "..."}. Tokens are stored locally by OpenClaw and
sent as Authorization: Bearer <key> on every call. Keys are SHA-256 hashed
before server-side storage — the plaintext is never saved remotely.
| Platform | Register endpoint |
|---|
| Facebook / Instagram | https://podium.socialconductor.ai/api/openclaw/register |
| YouTube |
https://studio.socialconductor.ai/api/openclaw/register |
| TikTok | https://violin.socialconductor.ai/api/openclaw/register |
Error reference
| Error code | Meaning |
|---|
| INLINECODE4 | API key missing or invalid |
| INLINECODE5 |
7-day trial ended — upgrade at the platform's /upgrade page |
|
no_page | Platform not linked yet — say "connect my facebook/tiktok/youtube account" |
|
terms_required | Terms of service not accepted — visit podium.socialconductor.ai/terms |
|
rate_limited | Platform rate-limited this channel — bot resumes automatically |
|
reply_failed | Reply attempt failed — check dashboard for details |
Support
- - Email: support@socialconductor.ai
- Facebook Dashboard: https://podium.socialconductor.ai
- YouTube Dashboard: https://studio.socialconductor.ai
- TikTok Dashboard: https://violin.socialconductor.ai
SocialConductor — Facebook、Instagram、YouTube 与 TikTok
通过 WhatsApp、Slack、Telegram 或 iMessage 控制您的 SocialConductor AI 评论机器人。
平台
| 平台 | 状态 | 控制面板 |
|---|
| 👥 Facebook / Instagram | ✅ 已上线 | podium.socialconductor.ai |
| 📺 YouTube |
✅ 已上线 | studio.socialconductor.ai |
| 🎵 TikTok | ✅ 已上线 | violin.socialconductor.ai |
每个平台使用独立的 API 密钥。您可以连接一个、两个或全部三个平台——
命令以平台为前缀,因此 OpenClaw 始终知道您指的是哪个机器人。
Facebook / Instagram — 账户要求
⚠️ Facebook 需要企业或专业创作者账户。
个人 Facebook 主页无法使用。在连接之前,请确保您已:
如果您的 Instagram 账户已作为 专业(创作者或企业)Instagram 账户 关联到您的 Facebook 主页,则可以使用 Instagram 自动化功能。
标准个人 Instagram 账户无法使用。
Facebook / Instagram — 设置(仅首次)
请说:
连接我的 Facebook 主页
OpenClaw 会为您注册并发送一个浏览器链接。打开它,使用 Facebook 登录
(约 30 秒),关闭标签页。所有 Facebook 和 Instagram 命令现已激活。
重要提示: 在机器人可以发布实时回复之前,您必须接受
SocialConductor 服务条款,地址为
https://podium.socialconductor.ai/terms — 只需 30 秒。
在接受之前,机器人将以模拟模式运行(生成回复但不发布)。
您会在聊天中看到 terms_required 错误作为提醒。
Facebook / Instagram 试用
新账户可获得 7 天免费试用,每天最多 30 条 AI 回复。
试用结束后,请访问 podium.socialconductor.ai/upgrade 订阅。
Facebook / Instagram — 命令
| 请说 | 效果 |
|---|
| 检查我的 Facebook 机器人 | 模式、套餐、试用状态、每日使用量、最近 3 条回复 |
| 暂停我的 Facebook 机器人 |
保持开启 — AI 回复立即停止 |
| 恢复我的 Facebook 机器人 | 保持关闭 — AI 回复恢复 |
| 显示最近的 Facebook 评论 | 最近 5 条日志记录 |
| 显示已发布的 Facebook 评论 | 仅成功发布的回复 |
| 显示 Facebook 跳过的评论 | 机器人过滤的评论(门控跳过) |
| 显示我的 Facebook 线索 | 标记为线索的评论(价格、购买、多少钱…) |
| 回复 Facebook 评论 abc123 说 好问题! | 发布手动回复 |
| 屏蔽 @用户名 | 将 @用户名 添加到屏蔽列表 |
| 解除屏蔽 @用户名 | 从屏蔽列表中移除 @用户名 |
| 显示已屏蔽的 Facebook 用户 | 列出所有已屏蔽的账户 |
| Facebook 模拟模式开启 | 生成回复但不发布 |
| Facebook 模拟模式关闭 | 机器人真实发布 |
| 启用 Facebook 机器人 | 开启自动回复 |
| 禁用 Facebook 机器人 | 关闭自动回复 |
| 开启病毒式智能 | 启用反应加权智能 |
| 连接我的 Facebook 主页 | 获取一次性浏览器链接 |
Facebook / Instagram — Webhook 基础 URL
https://podium.socialconductor.ai/api/openclaw/
YouTube — 账户要求
⚠️ YouTube 需要一个活跃的 YouTube 频道(YouTube 页面)。
仅有 Google 账户是不够的——您必须在连接前在 youtube.com 上创建了一个 YouTube 频道。
该频道可以是标准的创作者频道;无需特殊的企业设置。
YouTube — 设置(仅首次)
请说:
连接我的 YouTube 频道
OpenClaw 会为您注册并发送一个浏览器链接。打开它,使用 Google 登录
(30 秒),关闭标签页。所有 YouTube 命令现已激活。
YouTube — 命令
| 请说 | 效果 |
|---|
| 检查我的 YouTube 机器人 | 模式、套餐、每日使用量、最近 3 条回复 |
| 暂停我的 YouTube 机器人 |
保持开启 — 回复停止 |
| 恢复我的 YouTube 机器人 | 保持关闭 — 回复恢复 |
| 显示最近的 YouTube 评论 | 最近 5 条日志记录 |
| 显示已发布的 YouTube 评论 | 仅成功发布的回复 |
| 显示 YouTube 跳过的评论 | 机器人过滤的评论 |
| 显示 YouTube 线索 | 标记为线索的评论 |
| 回复 YouTube 评论 abc123 说 好问题! | 发布手动回复 |
| 显示我的 YouTube 视频 | 视频轮询状态 |
| 显示陈旧的 YouTube 视频 | 近期无活动的视频 |
| 重新激活 YouTube 视频 abc123 | 恢复对该视频的轮询 |
| YouTube 模拟模式开启 | 生成回复但不发布 |
| YouTube 模拟模式关闭 | 机器人真实发布 |
| 启用 YouTube 机器人 | 开启自动回复 |
| 禁用 YouTube 机器人 | 关闭自动回复 |
| 快速 YouTube 回复模式 | 将延迟设置为快速 |
| 激进 YouTube 回复模式 | 将延迟设置为激进 |
| 保守 YouTube 回复模式 | 将延迟设置为保守 |
YouTube — Webhook 基础 URL
https://studio.socialconductor.ai/api/openclaw/
TikTok — 账户要求
✅ TikTok 适用于标准创作者账户。
无需企业账户或特殊设置——任何普通的 TikTok 创作者
账户都可以连接。只需确保您的账户处于活跃状态并能发布/评论即可。
TikTok — 设置(仅首次)
请说:
连接我的 TikTok 账户
OpenClaw 会为您注册并发送一个浏览器链接。在您的手机或
电脑上打开它,扫描 TikTok 二维码,关闭标签页。所有 TikTok 命令现已激活。
二维码说明: TikTok 登录需要在真实浏览器中扫描二维码。
OpenClaw 会向您发送一个链接——它无法在聊天中嵌入二维码。
该链接有效期为 15 分钟。
TikTok 试用
新账户可获得 7 天免费试用,每天最多 30 条 AI 回复。
试用结束后,请访问 violin.socialconductor.ai/upgrade 订阅。
试用过期的频道会自动从轮询中移除。
TikTok — 命令
| 请说 | 效果 |
|---|
| 检查我的 TikTok 机器人 | 模式、套餐、试用状态、每日使用量、最近 3 条回复 |
| 暂停我的 TikTok 机器人 |
保持开启 — 回复停止 |
| 恢复我的 TikTok 机器人 | 保持关闭 — 回复恢复 |
| 显示最近的 TikTok 评论 | 最近 5 条日志记录 |
| 显示已发布的 TikTok 评论 | 仅成功发布的回复 |
| 显示 TikTok 跳过的评论 | 机器人过滤的评论 |
| 显示 TikTok 线索 | 标记为线索的评论 |
| 回复 TikTok 评论 abc123 说 好视频! | 通过 Playwright 发布手动回复 |
| 屏蔽 @用户名 | 将 @用户名 添加到屏蔽列表 |
| 解除屏蔽 @用户名 | 从屏蔽列表中移除 @用户名 |
| 显示已屏蔽的 TikTok 用户 | 列出所有已屏蔽的账户 |
| 显示我的 TikTok 视频 | 视频轮询状态 |
| 显示陈旧的 TikTok 视频 | 近期无活动的视频 |
| 重新激活 TikTok 视频 abc123 | 恢复对该视频的轮询 |
| 连接我的 TikTok 账户 | 获取二维码浏览器链接 |
| TikTok 模拟模式开启 | 生成回复但不发布 |
| TikTok 模拟模式关闭 | 机器人真实发布 |
| 启用 TikTok 机器人 | 开启自动回复 |
| 禁用 TikTok 机器人 | 关闭自动回复 |
| 快速 TikTok 回复模式 | 将延迟设置为快速 |
| 激进 TikTok 回复模式 | 将延迟设置为激进 |
| 保守 TikTok 回复模式 | 将延迟设置为保守 |
TikTok — Webhook 基础 URL
https://violin.socialconductor.ai/api/openclaw/
认证
每个平台通过 POST /api/openclaw/register 并附带
{openclawuserid: ...} 发放自己的 Bearer 令牌。令牌由 OpenClaw 本地存储,
并在每次调用时作为 Authorization: Bearer 发送。密钥在服务器端存储前
会进行 SHA-256 哈希处理——明文永远不会远程保存。
| 平台 | 注册端点 |
|---|
| Facebook / Instagram | https://podium.socialconductor.ai/api/openclaw/register |
| YouTube |
https