Loading...
Loading...
Compare original and translation side by side
/execute-warmupsprompts/execute-warmups.md/execute-warmupsprompts/execute-warmups.mdnpx skills updatesource .env.cli 2>/dev/null || truenpx skills updatesource .env.cli 2>/dev/null || true
Report the output to the user before proceeding. If warmup prerequisites (MLX + OP vault) are missing, tell the user warmup won't work and ask if they want to fix it first.
---
在继续操作前向用户汇报输出结果。如果预热的先决条件(MLX + OP密钥库)缺失,告知用户预热无法正常运行,并询问是否要先修复问题。
---| File | Purpose |
|---|---|
| multiloginRef.md | Multilogin X API reference — auth, workspace IDs, profile IDs, how to start/stop profiles, Playwright connection. |
| browserWarmupRef.md | Browser warmup protocol — humanized Playwright sessions on tiktok.com via Multilogin browser profiles. Preferred approach. |
| loginRef.md | TikTok login procedure — do this yourself agentically, never delegate to ensure_login.py. Covers where creds live (1Password Claude-Accessible vault), OTP retrieval (AgentMail), captcha handling, and the visual login-verification checklist. |
| sessionDesignRef.md | How to compose the per-account task queue. Target 50%+ niche-explicit time in early weeks. Recommended task mixes by week, anti-patterns, working example for Sofia. Read this when building a queue for any /execute-warmups run. |
| accountsRef.md | Account registry auto-refresh protocol. Accounts live in Airtable; scripts read from scripts/warmup/accounts.json. The agent refreshes the cache at step 2 of every /execute-warmups run so new/removed accounts propagate automatically with no code edits. |
| airtableRef.md | Airtable base/table/field IDs - Accounts + Session Log are the two tables we use. |
| computerUseRef.md | Mobile cloud phone warmup - computer-use based. Used only for late-stage weeks or special cases. |
| peekabooRef.md | Peekaboo CLI fallback - used when request_access fails for cloud phone sessions. |
| runtimeLearnings.md | Operational learnings from live sessions - read before every execution. |
| accountCreationRef.md | How to create TikTok accounts and store credentials in 1Password. |
| createTiktokRef.md | Full interactive protocol for /create-tiktok — step-by-step account creation walkthrough. |
| executeWarmupsRef.md | Full protocol for /execute-warmups — plans and runs warmup sessions across all active accounts. |
| 文件 | 用途 |
|---|---|
| multiloginRef.md | Multilogin X API参考文档 — 认证、工作区ID、配置文件ID、启动/停止配置文件的方法、Playwright连接方式。 |
| browserWarmupRef.md | 浏览器预热协议 — 通过Multilogin浏览器配置文件在tiktok.com上模拟人类行为的Playwright会话。为推荐方案。 |
| loginRef.md | TikTok登录流程 — 需由Agent自主完成,绝不能委托给ensure_login.py。涵盖凭证存储位置(1Password Claude-Accessible密钥库)、OTP获取方式(AgentMail)、验证码处理及可视化登录验证清单。 |
| sessionDesignRef.md | 单账号任务队列构建方法。前期每周需保证50%以上的细分领域相关时长。按周推荐的任务组合、反模式示例、Sofia账号的工作示例。在为任何/execute-warmups运行构建队列前需阅读此文档。 |
| accountsRef.md | 账号注册表自动刷新协议。账号存储在Airtable中;脚本从scripts/warmup/accounts.json读取数据。Agent会在每次/execute-warmups运行的第2步刷新缓存,以便新增/移除的账号自动生效,无需修改代码。 |
| airtableRef.md | Airtable的库/表/字段ID — 我们使用Accounts和Session Log这两个表。 |
| computerUseRef.md | 基于computer-use的移动云手机预热方案。仅用于后期周或特殊场景。 |
| peekabooRef.md | Peekaboo CLI备选方案 — 当云手机会话的request_access请求失败时使用。 |
| runtimeLearnings.md | 从实际会话中总结的运营经验 — 每次执行前务必阅读。 |
| accountCreationRef.md | TikTok账号创建及凭证存储至1Password的方法。 |
| createTiktokRef.md | |
| executeWarmupsRef.md | |
/create-tiktok/create-tiktok