Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计提醒

social-media-publisher社交媒体出版商

Agent Skill

social-media-publisher 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

475

周安装

20

GitHub Stars

公开资料未说明

下载量

166
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:social-media-publisher(社交媒体出版商)
来源仓库:https://github.com/postplusai/postplus-skills
仓库路径:skills/social-media-publisher
安装命令:
npx skills add https://github.com/postplusai/postplus-skills --skill social-media-publisher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill social-media-publisher

简介

social-media-publisher 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中进行协作事项整理。

  • 适用于围绕仓库状态、代码变更或团队协作需求的信息组织与发布场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,支持主流 AI 宿主平台调用。
  • 需注意其可能执行命令或读写文件,安装前应评估安全风险与权限范围。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Social Media Publisher

Follow shared release-shell rules in:

  • postplus-shared release-shell rules

Use this skill when the user wants to operate social publishing through the PostPlus-managed Postiz workspace.

This skill is for:

  • guiding users through the invite-link channel onboarding flow
  • listing integrations available on the PostPlus Postiz workspace
  • preparing a local publish request draft
  • creating a Postiz draft or schedule only after explicit approval
  • promoting an existing Postiz draft into the queue only after a second approval

Ownership model

PostPlus holds one platform-owned Postiz org and API key. End users do not need their own Postiz accounts.

Channel onboarding uses the Postiz invite-link mechanism:

  1. the product calls GET /public/v1/social/{integration} with the PostPlus Postiz API key
  2. Postiz returns a social-platform OAuth URL (e.g. Instagram, TikTok) and stores a state → PostPlus org mapping in Redis for 1 hour
  3. the product delivers that URL to the end user (via UI or CLI)
  4. the user clicks the link and authorizes their social account on the platform's own OAuth consent screen — no Postiz registration required
  5. the resulting channel token lands in the PostPlus Postiz org
  6. the product labels the channel with the user's PostPlus account id via PUT /integrations/:id/customer-name

Safe default

create_post.mjs defaults to preview mode.

Without --execute, it:

  • validates the local request
  • enforces the integration allowlist
  • writes a local preview envelope
  • emits an approvalRequest
  • does not call Postiz

Actual remote mutation requires:

  • --execute
  • --approval-file <approved.json>
  • a channel that has been onboarded via the invite-link flow above

Use change_post_status.mjs to move a real Postiz draft from draft to schedule after a second explicit approval.

Authentication

Read references/api-contract.md.

Release workflow rules:

  • PostPlus backend holds the Postiz API key server-side; scripts never receive it directly
  • all Postiz API calls are proxied through the hosted capability bridge
  • do not ask users for Postiz credentials of any kind

Default workflow

  1. User requests channel onboarding via the product UI or CLI.
  2. Product generates an invite link for the target platform.
  3. User authorizes their social account via the platform OAuth screen.
  4. Product labels the new channel integration with the user's account id.
  5. List integrations to confirm the exact integration id for the user's channel.
  6. Build the local request JSON.
  7. Run create_post.mjs without --execute to produce an approval artifact.
  8. After approval, re-run create_post.mjs --execute --approval-file....
  9. If the post should stay reviewable, keep it in draft.
  10. Only after a second approval, run change_post_status.mjs --status schedule to queue it for publishing.

Main scripts

  • scripts/list_integrations.mjs
  • scripts/integration_settings.mjs
  • scripts/trigger_tool.mjs
  • scripts/upload_media_from_url.mjs
  • scripts/upload_file.mjs
  • scripts/create_post.mjs
  • scripts/change_post_status.mjs
  • scripts/list_posts.mjs
  • scripts/delete_post.mjs
  • scripts/delete_post_group.mjs
  • scripts/get_missing_content.mjs
  • scripts/update_release_id.mjs
  • scripts/platform_analytics.mjs
  • scripts/post_analytics.mjs
  • scripts/list_notifications.mjs
  • scripts/render_publish_report.mjs

Command examples

Prepare a publish request preview:

node skills/50-publishing/social-media-publisher/scripts/create_post.mjs \
  --request "<request.json>" \
  --customer-config "<postiz.config.json>" \
  --output "<create-post.preview.json>"

Execute the approved create:

node skills/50-publishing/social-media-publisher/scripts/create_post.mjs \
  --request "<request.json>" \
  --customer-config "<postiz.config.json>" \
  --output "<create-post.result.json>" \
  --execute \
  --approval-file "<approval.json>"

Promote a draft into the publish queue:

node skills/50-publishing/social-media-publisher/scripts/change_post_status.mjs \
  --post-id "<post-id>" \
  --status schedule \
  --output "<status.result.json>" \
  --execute \
  --approval-file "<approval.json>"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.57%
按下载量换算56

Claude

29.86%
按下载量换算50

Cursor

18.33%
按下载量换算30

Gemini CLI

8.31%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills