Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计异常

social-post社交帖子

Agent Skill

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

总安装

857

周安装

35

GitHub Stars

23

下载量

274
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/publora/skills --skill social-post

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • social-post 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Social Post (YouTube, Facebook, Mastodon)

Create and schedule posts to YouTube, Facebook Pages, and Mastodon using the Publora MCP server. This skill covers platforms that work through standard posting without platform-specific complexity.

Prerequisites

Plans: Free Starter (15 posts/month), Pro, Premium

Getting Started

  1. Create account at publora.com/register (free)
  2. Connect platforms via OAuth in Publora Dashboard:

- YouTube: Google OAuth (requires YouTube channel) - Facebook: Facebook OAuth (Pages only, not personal profiles) - Mastodon: OAuth (mastodon.social instance)

  1. Get API key at publora.com/settings/api
  2. Configure MCP in Claude Desktop (~/.claude/claude_desktop_config.json):
{
  "mcpServers": {
    "publora": {
      "type": "http",
      "url": "https://mcp.publora.com",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

REST API Fallback

If MCP is unavailable, use the REST API directly:

Base URL: https://api.publora.com/api/v1

Authentication: x-publora-key header

# Get connected platforms
curl -X GET "https://api.publora.com/api/v1/platform-connections" \
  -H "x-publora-key: sk_your_api_key"

# Create a post
curl -X POST "https://api.publora.com/api/v1/create-post" \
  -H "x-publora-key: sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "platforms": ["youtube-UCxxx", "facebook-123456", "mastodon-789"],
    "content": "Your post content",
    "scheduledTime": "2026-03-25T10:00:00Z"
  }'

Platform ID Formats:

  • YouTube: youtube-{channel_id} (e.g., youtube-UCxxx)
  • Facebook: facebook-{page_id} (e.g., facebook-112233445566)
  • Mastodon: mastodon-{id} (e.g., mastodon-456)

📖 Docs: docs.publora.com

Plan Limits

PlanPosts/monthPrice
Starter15Free
Pro100/account$2.99/account/month
Premium500/account$9.99/account/month

YouTube

Video-only platform - every post requires a video file.

Platform Limits

FeatureLimit
Video title100 characters
Video description5,000 characters
Video duration12 hours
Video size512 MB (Publora limit)
Video formatsMP4, MOV, AVI, MKV, WebM

Platform Settings (via REST API)

{
  "platformSettings": {
    "youtube": {
      "privacy": "public",
      "title": "My Video Title"
    }
  }
}
SettingValuesDefault
privacy"public", "unlisted", "private""public"
titlestringDerived from first 70 chars of content

Note: platformSettings is not available via MCP - use REST API for these settings.

YouTube Examples

Upload this tutorial video to YouTube:
"How to Build a REST API in 10 Minutes - Complete guide for beginners"
Upload this as an unlisted video (for internal sharing):
"Internal demo - Q1 dashboard features"

YouTube Restrictions

  1. Video required: YouTube does not support text-only or image posts
  2. Single video only: One video per post
  3. Processing time: Videos take seconds to minutes to process after upload
  4. Token refresh: YouTube tokens expire after ~6 months, reconnect if needed

Facebook

Pages only - posts go to Facebook Pages, not personal profiles.

Platform Limits

FeatureLimit
Post text2,200 characters (frontend) / 63,206 (API)
ImagesUp to 10 per post
Image size10 MB
Video duration45 minutes
Video size512 MB (Publora limit)

Multi-Page Support

If you manage multiple Facebook Pages, each gets its own platform ID:

  • facebook-112233445566 (Page 1)
  • facebook-778899001122 (Page 2)

You can post to multiple pages in a single request.

Facebook Examples

Post this announcement to my Facebook Page:
"We're thrilled to announce our new product launch! Visit our website to learn more."
Post this to both my Facebook Pages:
"Holiday notice: Our offices will be closed on Monday."
Share these event photos on Facebook:
"Highlights from our company retreat! Great team, great memories."

Facebook Restrictions

  1. Pages only: Cannot post to personal profiles via API
  2. WebP auto-converted: WebP images become JPEG automatically
  3. 59-day token: Tokens auto-refresh, but may need reconnection if it fails
  4. No mixed media: A post can have images OR video, not both

Mastodon

Fediverse platform - posts federate across the decentralized network.

Platform Limits

FeatureLimit
Post text500 characters
ImagesUp to 4 per post
Image size16 MB
Video size~99 MB
Image formatsJPEG, PNG, GIF, WebP
Video formatsMP4, WebM, MOV

Mastodon Examples

Post this to Mastodon:
"Hello fediverse! We just shipped a major update to our open-source project. #opensource"
Share this screenshot on Mastodon:
"New feature: dark mode is here! #ui #darkmode"

Mastodon Restrictions

  1. mastodon.social only: Currently connects only to mastodon.social instance
  2. Public visibility: All posts are public by default
  3. No auto-threading: Unlike X/Twitter, Mastodon doesn't split long content
  4. 500-char strict: Content over 500 characters will be rejected

Available Tools (All Platforms)

create_post

Create a new post on any platform.

Parameters:

  • platforms: Array of platform IDs (e.g., ["youtube-UCxxx", "facebook-123", "mastodon-456"])
  • content: Post text
  • scheduledTime: ISO 8601 datetime (required - for immediate posting, use current time + 1 minute)

get_upload_url

Get presigned URL for media uploads.

Parameters:

  • postGroupId: Post ID to attach media to
  • fileName: File name
  • contentType: MIME type
  • type: "image" or "video"

list_posts / update_post / delete_post

Manage scheduled and draft posts.


Cross-Platform Posting

Post to multiple platforms at once:

Post this video to YouTube and this text to Facebook and Mastodon:
"Announcing our new feature - watch the demo!"

Publora handles platform-specific requirements automatically:

  • YouTube gets the video with title/description
  • Facebook gets the text + video
  • Mastodon gets the text (500 char limit applies)

Troubleshooting

PlatformErrorSolution
YouTube"Video required"Attach a video file
YouTube"Account disconnected"Reconnect via dashboard
Facebook"Page not found"Verify page connection
Facebook"Token expired"Reconnect page in dashboard
Mastodon"Content too long"Shorten to under 500 chars
Mastodon"Too many images"Reduce to 4 or fewer
AllRate limit errorsWait and retry

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.65%
按下载量换算89

Claude

30.89%
按下载量换算85

Cursor

18.53%
按下载量换算51

Gemini CLI

9.22%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills