원클릭으로
kaishi
Use when the user invokes /kaishi or asks to start first-time Douyin account baselining for their own authorized creator account.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user invokes /kaishi or asks to start first-time Douyin account baselining for their own authorized creator account.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when analyzing the user's own Douyin creator account or authorized Douyin videos, collecting creator-center metrics, Top comments, transcripts, retention/follow data, generating creator report dashboards, or incrementally backfilling missing fields into JSON/CSV/Markdown/HTML outputs.
Use when the user invokes /buchong or asks to backfill missing Autody Douyin fields from an audit result.
Use when the user invokes /gengxin or asks to update an existing Autody Douyin baseline with new works or refreshed metrics.
Use when the user invokes /html or asks to render an existing Autody Douyin baseline or report as Lumina HTML.
Use when the user invokes /baogao or asks to create fresh Autody report analysis from existing Douyin baseline data.
Use when the user invokes /tijian or asks to audit an existing Autody Douyin dataset without collecting browser data.
| name | kaishi |
| description | Use when the user invokes /kaishi or asks to start first-time Douyin account baselining for their own authorized creator account. |
Use this command-like skill for /kaishi / 开始建档.
/kaishi is the first-run baseline workflow for the user's own Douyin creator account or creator data they are explicitly authorized to manage. It creates the data foundation; it does not create strategy reports or HTML dashboards.
This workflow is Chrome Extension-first. Use the Codex Chrome Extension / Chrome plugin to work inside the user's already logged-in Chrome session. Do not start another browser collector or inspect cookies, localStorage, passwords, session stores, or Chrome profile files.
Handle Douyin creator center and Doubao at human pace: one active item, wait for visible stability, save progress, then continue. During an authorized run, complete only non-sensitive visible confirmations through the normal page UI. If QR scan, CAPTCHA, password, OTP, account switch, payment, or sensitive consent appears, persist progress, name the exact screen, pause for the human action, then resume instead of abandoning the workflow.
The agent owns the first-run baseline. Do not tell the user to export files, copy links, collect transcripts, paste page text, or run a checklist when those actions are possible through the authorized Chrome session or local workspace.
Before collecting data, read:
../douyin-analysis/SKILL.md../douyin-analysis/references/chrome-extension-workflow.md../douyin-analysis/references/douyin-workflow.mdFollow those shared safety, provenance, schema, and resume rules. If a field is not visible or exportable through Chrome, record dataGap instead of guessing.
/kaishi is complete only after it has:
outputs/douyin_analysis_YYYY-MM-DD/.douyin_works_final.json with visible works fields.dataGap items.Do not create HTML dashboards, strategy reports, topic roadmaps, or next-batch recommendations in /kaishi. Use /baogao for report analysis and /html for Lumina HTML rendering after a baseline exists.
Audit:
node ~/.codex/skills/douyin-analysis/scripts/audit_content_gaps.cjs \
--works outputs/douyin_analysis_YYYY-MM-DD/douyin_works_final.json \
--deep outputs/douyin_analysis_YYYY-MM-DD/deep_metrics_progress.json \
--out outputs/douyin_analysis_YYYY-MM-DD/content_gap_audit.json
Merge:
node ~/.codex/skills/douyin-analysis/scripts/merge_content_outputs.cjs \
--works outputs/douyin_analysis_YYYY-MM-DD/douyin_works_final.json \
--transcripts outputs/douyin_analysis_YYYY-MM-DD/transcript_progress.json \
--deep outputs/douyin_analysis_YYYY-MM-DD/deep_metrics_progress.json \
--out outputs/douyin_analysis_YYYY-MM-DD \
--stem douyin_deep
Complete only non-sensitive visible confirmations through the normal Chrome UI when the current run is authorized. QR scan, CAPTCHA, password, OTP, account switch, payment, sensitive consent, or other human verification steps are blockers: record manualVerificationStatus, preserve progress, pause for the human action, and resume after it clears.
Pause only after Chrome Extension reconnect/claim/open attempts fail. Report the exact reconnect blocker, preserve progress, and resume after it clears.
If Doubao cannot extract a transcript for one item, record transcript status and continue to the next item.