一键导入
social-media-publisher
Prepare social publishing requests and approval artifacts through the PostPlus platform-owned social publishing workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare social publishing requests and approval artifacts through the PostPlus platform-owned social publishing workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Shared rules, routing preferences, execution boundaries, and workflow references for released PostPlus skills. Use this before any PostPlus skill that mentions shared public skill rules, research preferences, product-selection preferences, source-of-truth files, TikTok music workflow, ads workflow, or user guidance.
Route and run bounded public Reddit post search that turns a keyword into normalized post records — title, post URL, community, score, comment count, and created time — for audience voice, pain-point mining, and topic research.
Run fact-grounded image generation batches for short-form video production, especially persona images, first-frame candidates, and light consistency edits. Use this when persona and concept inputs already exist and you need local image assets, prompt records, and reusable model-call metadata. This skill should stay anchored to benchmark-backed persona locks and should save both raw provider responses and normalized local asset manifests.
Use when preparing, submitting, polling, or debugging Seedance 2.0 video generation jobs from product images, storyboard images, UGC scripts, voiceover copy, or promptPlan request JSON. Use for splitting scripts into render segments, uploading references, composing submit flags, submitting jobs through the PostPlus Cloud service, polling predictions, and handing off local render paths.
Generate and manage InfiniteTalk and Seedance 2.0 video renders for short-form production. Use this when approved upstream assets or prompt plans already exist and you need local render manifests, downloaded video files, and replaceable routes for talking-head or Seedance generation without losing continuity across concepts and personas.
Generate and manage persona-aware voice assets for short-form video production, including voice design, script-specific audio takes, and future reusable voice identities. Use this when persona registries and scripts already exist and you need local audio assets, voice manifests, and reviewable voice iterations without losing continuity across many videos.
| name | social-media-publisher |
| description | Prepare social publishing requests and approval artifacts through the PostPlus platform-owned social publishing workspace. |
| metadata | {"postplus":{"familyId":"workspace-publishing","familyName":"Workspace, Publishing, and Meta"}} |
Use this skill to create, update, list, delete, schedule, or publish social posts through the PostPlus-managed social publishing workspace.
Apply shared rulebook, approval, and user-guidance rules from postplus-shared.
PostPlus holds the platform-owned social publishing workspace. End users do not need separate publishing-service accounts and should not provide third-party publishing-service credentials to the agent.
Channel onboarding uses the PostPlus invite-link path:
Scripts receive PostPlus-hosted request envelopes, not hidden server credentials.
Run one operation per call. The operation is the subcommand:
postplus publish <operation> --request <input.json> --output <result.json>
<input.json> is the publishing input object for that operation. The CLI
mints the operationId and posts to the PostPlus social publishing workspace.
Side-effecting operations (create, schedule, publish, delete) can return a
quote-confirmation challenge before any spend. When that happens, run
postplus quote confirm --json --challenge-file <challenge.json> and retry the
same command with --quote-confirmation-token <token>.
postplus publish analytics --request request.json --output result.json
input object matching the selected operation: workspace/account
identity, integration id, content/media, and post or group ids as required.input for the operation and run the command.draft unless the user explicitly approves
scheduling or publishing; live publish/schedule needs human approval and
current channel evidence.Stop and explain when:
Do not expose server-side implementation names or ask for third-party publishing-service credentials. Do not bypass quote confirmation or approval boundaries.
Return structured preview/result JSON, the approval or quote-confirmation command when required, or the exact product error and next boundary.
postplus doctor --skill social-media-publisher.postplus publish schema --json only when constructing or repairing an
unknown request shape.