social-media-publisher
Prepare social publishing requests and approval artifacts through the PostPlus platform-owned social publishing workspace.
What this skill does
# Social Media Publisher 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`. ## Ownership And Auth Boundary 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: 1. PostPlus Cloud creates an invite link for the target social platform. 2. The user authorizes their social account on the platform OAuth screen. 3. The resulting channel token lands in the PostPlus social publishing workspace. 4. PostPlus labels the channel with the user's PostPlus account id. Scripts receive PostPlus-hosted request envelopes and customer config files, not hidden server credentials. ## Safe Default the local request, enforces the integration allowlist, writes a preview envelope, emits an approval request, and does not call the remote publishing service. Actual remote mutation requires: - `--execute`, - `--approval-file <approved.json>`, - an onboarded and allowed integration id, - current entitlement or channel evidence for publish-like operations. or publishing an existing draft. ## Required Input - A hosted capability request JSON with `capability: "social-publishing"`, a supported `operation`, `operationId`, and publishing `input`. - A bare customer config JSON with `allowedIntegrationIds` at the top level. - Workspace/account identity, integration id, content/media, and post or group ids required by the selected operation. Do not wrap the customer config in the hosted capability request. ## Default Workflow 1. Confirm the channel was onboarded through the invite-link flow. 2. List integrations to confirm the exact integration id. 3. Build the hosted capability request and bare customer config. 4. Keep reviewable work in `draft` unless the user explicitly approves scheduling or publishing. approval and current channel evidence. ## User-Facing Blockers Stop and explain when: - no PostPlus auth/session is available, - the channel was not onboarded through the invite-link flow, - the integration id is missing or not in `allowedIntegrationIds`, - required content, media, post id, or group id is missing, - approval or quote confirmation is required, - entitlement or current channel evidence is missing for a publish-like action, - the hosted service returns a stable product error. Do not expose server-side implementation names or ask for third-party publishing-service credentials. Do not bypass quote confirmation or approval boundaries. ## Handoff Return structured preview/result JSON, the approval or quote-confirmation command when required, or the exact product error and next boundary. ## Public Command Boundary - Choose the smallest matching command or workflow from the user input and run it directly. - Readiness diagnostics: `postplus doctor --skill social-media-publisher`. - If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools. - Use `postplus publish schema --json` only when constructing or repairing an unknown request shape. - Hosted publishing capability: `postplus publish capability --request <hosted-capability-request.json> --output <result.json>`. - Preview and approval boundaries stay explicit; do not execute irreversible publishing without the required approval artifact. - If the CLI returns a quote-confirmation challenge, run `postplus quote confirm --json --challenge-file <challenge.json>` and retry with the returned token.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.