一键导入
broadcast-registry-to-manifest
Convert a generic Broadcast Kit publish-registry item into a platform-specific manifest or publish job.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert a generic Broadcast Kit publish-registry item into a platform-specific manifest or publish job.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Optional polish + scoring of a draft before publish, and engagement scoring after.
Generate a Broadcast Kit content-batch contract from Markdown, a directory, a repo path, or a publish registry.
Join raw platform metrics JSONL back to registry/manifest metadata and compute experiment scoring priors.
Fetch and normalize platform metrics into the Broadcast Kit metrics snapshot shape.
Interview the user's content-publishing goal, map it to a capability tier, recommend the minimum setup, then run the matching recipe from CATALOG.md. Use this skill for any "publish / grow / analyze on Douyin / XHS / X" request.
Publish one Douyin manifest via the in-package Playwright publisher.
| name | broadcast-registry-to-manifest |
| description | Convert a generic Broadcast Kit publish-registry item into a platform-specific manifest or publish job. |
Use this skill when a content project already exposes contracts/publish-registry.schema.json and the user wants a Douyin, XHS, or X manifest/job.
publish_registry.json plus one content_id.--douyin-schedule-publish-at and ensure the generated caption avoids forbidden terms.publish-job JSON/YAML shape.--dry-run first when inspecting a new registry.broadcast-kit registry-to-manifest \
--registry <publish_registry.json> \
--content-id <content_id> \
--platform <douyin|xhs|x> \
--output <manifest-or-job-path> \
--schedule-at "<ISO-8601-with-tz>" \
--douyin-schedule-publish-at "<ISO-8601-with-tz>" \
--dry-run
Remove --dry-run to write the manifest/job.