---
name: social-platform-operations
description: "Umbrella for social and messaging platform operations: short-form video pipelines, X/Twitter posting/search, Yuanbao groups, and reusable publishing workflows."
version: 1.0.0
author: Hermes Agent
license: MIT
metadata:
  hermes:
    tags: [social-media, publishing, shorts, twitter, x, yuanbao, automation, messaging]
---

# Social Platform Operations

Use when the user asks to publish, monitor, automate, or operate social/messaging platforms: automated short-form videos, X/Twitter actions, Yuanbao group interactions, or cross-platform publishing support.

## Triage

- **Short-form video automation**: design/generate/review/publish/optimize YouTube Shorts, TikTok, Instagram Reels, and adjacent channels.
- **X/Twitter operations**: post, search, DM, upload media, and call v2 endpoints with `xurl`-style CLI/API workflows.
- **Yuanbao groups**: mention users, query group/member metadata, and interact with Yuanbao integration targets.

## Workflow

1. Determine whether the task is read-only research, draft generation, or an external side effect (posting/sending).
2. For side effects, prepare content and target handles explicitly, then verify post/message IDs or URLs after execution.
3. For media publishing, run deterministic validation of assets, captions, durations, and platform constraints before upload.
4. Preserve campaign/channel state in output artifacts rather than relying on memory.
5. Report exact platform handles, generated files, and verification handles.

## AutoShorts / TrueTraceShorts workflow

When the user sends dashboard commands such as `APPROVE_PRODUCTION <id>` or hash-bound `APPROVED_FOR_PRIVATE_YOUTUBE_UPLOAD ...`, follow the dedicated AutoShorts pipeline reference: `references/autoshorts-dashboard-youtube-website-workflow.md`.

Key rules:

- `APPROVE_PRODUCTION` approves the concept/package generation path; it is **not** permission to upload, publish, or update the website.
- Produce a real Director Pass review package when the user expects a finished Short: premium AI keyframes, Gianna voice where applicable, visual QA, quality gates, dashboard import, and review links.
- Do not substitute the dashboard workflow-preview bridge for the final review video except when explicitly testing the control plane.
- After any subtitle/visual re-render, regenerate hashes and the YouTube upload approval command.
- `APPROVED_FOR_PRIVATE_YOUTUBE_UPLOAD` authorizes only private YouTube upload. Website companion update happens after successful private upload under the user's current TrueTrace workflow, with the Shorts link inserted while the video is still private.
- For acronym subtitle edge cases and superseding package/version handling, see `references/autoshorts-erf029-qr-subtitle-fix.md`.

## Preserved source packages

Copied under `references/absorbed-packages/`: `social-media-shorts-automation`, `xurl`, and `yuanbao`.
