원클릭으로
html
Use when the user invokes /html or asks to render an existing Autody Douyin baseline or report as Lumina HTML.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user invokes /html or asks to render an existing Autody Douyin baseline or report as Lumina HTML.
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 /kaishi or asks to start first-time Douyin account baselining for their own authorized creator account.
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 | html |
| description | Use when the user invokes /html or asks to render an existing Autody Douyin baseline or report as Lumina HTML. |
Use this command-like skill for /html / Lumina HTML.
/html turns an existing Autody run folder into a Lumina HTML page. It is a rendering workflow, not a collection workflow. Regenerate the report analysis from the latest data every run.
Do not use Chrome, Doubao, creator center, or public Douyin pages from this command. If required data is missing, report the exact missing files/fields and, when the user's current request is actually collection, update, backfill, or audit, route yourself to the matching Autody workflow in the same turn instead of telling the user to run it. If the request is strictly /html, render only when the local data is sufficient.
Before rendering, read:
../douyin-analysis/references/report-design.md../douyin-analysis/references/report-agent.md../douyin-analysis/references/lumina-html-workflow.mdUse Lumina only. Do not offer a three-template picker and do not mention unused template families.
Use the Guizang reuse pattern: keep visual elements stable, but rebuild the view model and conclusions from current data. Old Lumina or Guizang HTML files are visual references only; never copy their old conclusions into a new report.
Use the target run folder, normally:
outputs/douyin_analysis_YYYY-MM-DD/
Prefer:
douyin_deep_works_final.json
douyin_incremental_analysis_YYYY-MM-DD.json
content_gap_audit.json
Write a fresh payload and Lumina HTML file into the run folder:
report_lumina_payload.json
report_lumina.html
Use:
node ~/.codex/skills/douyin-analysis/scripts/render_lumina_report.cjs \
--works outputs/douyin_analysis_YYYY-MM-DD/douyin_deep_works_final.json \
--analysis outputs/douyin_analysis_YYYY-MM-DD/douyin_incremental_analysis_YYYY-MM-DD.json \
--audit outputs/douyin_analysis_YYYY-MM-DD/content_gap_audit.json \
--out outputs/douyin_analysis_YYYY-MM-DD
The payload must include generatedAt, sourceFiles, summary, and items. Report the HTML path and any data quality caveats.
If the payload includes new videos, carry through blindScoreStatus, the blind prediction, observed result, delta, calibration, and blind_score_blocked state from the report analysis. If blind_score_blocked, show that status instead of inventing a blind prediction. Do not create retrospective blind scores during rendering.