Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

ericlooi504-social-publisherericlooi504 社交出版商

Agent Skill

ericlooi504-social-publisher 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

759

周安装

31

GitHub Stars

公开资料未说明

下载量

243
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ericlooi504-social-publisher

简介

ericlooi504-social-publisher 生成并排程 Twitter、LinkedIn 等平台优化的社交媒体内容。

  • 适合在 OpenClaw 中维护品牌声量、自动化发布或跨平台内容复用时使用。
  • 通过 clawhub 安装,需接入各平台 API,注意频率限制与内容审核规则。
  • 涉及用户生成内容时应明确版权归属,避免违规推广或虚假宣传。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
GTS_social-media-publisher
description
Generate, schedule, and publish social media content across platforms. Use when the user wants to: (1) Create engaging social media posts for Twitter/X, LinkedIn, Instagram, Facebook, TikTok, (2) Generate content calendars for weeks or months, (3) Repurpose long-form content (blog posts, videos) into social snippets, (4) Schedule posts with optimal timing, (5) Maintain consistent brand voice across platforms. Best for content creators, small businesses, marketers, and anyone who needs consistent social media presence without daily manual effort.
version
1.0.1
metadata
openclaw
requires
bins
emoji
📱

GTS Social Media Publisher

Automate your social media content pipeline — generate posts, plan calendars, repurpose content, and maintain brand voice across platforms.

Quick Start

*"Create a LinkedIn post about our new product launch"* *"Generate a week of Twitter content about AI trends"* *"Turn this blog post into 5 social media posts"* *"Create a content calendar for next month"* *"Write an Instagram caption for this product photo"*

The agent will:

  1. Understand the topic, brand voice, and target platform
  2. Generate platform-optimized content (character limits, hashtags, tone)
  3. Create a content calendar if requested
  4. Track published content for consistency

Features

1. Post Generation

Generate platform-specific posts from any input:

From scratch: *"Create 3 Twitter posts about our new eco-friendly packaging"* From URL: *"Turn this article into LinkedIn posts: https://..."* From topic: *"Weekly content for a fitness coach Instagram"* From existing: *"Repurpose this blog post for Twitter, LinkedIn, and Instagram"*

The agent generates content that respects:

  • Platform character limits (Twitter: 280, LinkedIn: 3000, Instagram caption: 2200)
  • Optimal post structure (hook → body → CTA)
  • Hashtag strategy (platform-appropriate count)
  • Best posting times per platform
  • Brand voice consistency

2. Content Calendar

Generate weekly/monthly calendars:

📅 Content Calendar — May 2026
──────────────────────────────
Week 1 (May 1-7): Product Focus
  Mon: Product teaser (Twitter)
  Tue: Customer testimonial (LinkedIn)
  Wed: Behind-the-scenes (Instagram)
  Thu: Industry tip (Twitter)
  Fri: Weekly roundup (LinkedIn)

Week 2 (May 8-14): Educational
  ...

3. Content Repurposing

Take one piece of long-form content and extract multiple social posts:

Blog post →

  • 1 LinkedIn article summary
  • 3 Twitter threads (key takeaways)
  • 1 Instagram carousel (5 slides as text)
  • 1 Facebook post with link preview

Video/transcript →

  • 1 Twitter thread with timestamps
  • 2 LinkedIn posts (key insights)
  • 1 Instagram Reel caption
  • Quote cards for all platforms

Post Format Reference

Platform Guidelines

PlatformMax charsIdeal lengthHashtagsBest times
Twitter/X280180-2401-38-10am, 12-1pm
LinkedIn3,000150-3003-5Tue-Thu 8-10am
Instagram2,200150-30010-209-11am, 7-9pm
Facebook63,20680-1501-21-4pm
TikTok2,200100-2003-57-9am, 10-11am

Engagement Hooks (by platform)

  • Twitter/X: Hot take, surprising stat, question, poll
  • LinkedIn: Personal story, industry insight, professional tip
  • Instagram: Visual-first, aesthetic quote, storytelling caption
  • Facebook: Community question, relatable content, shareable image
  • TikTok: Trend-hopping, educational hook, raw/unpolished

Scripts

scripts/generate.py — Content generation engine

# Generate posts
python3 scripts/generate.py post --topic "new product launch" --platform twitter --count 5

# Generate calendar
python3 scripts/generate.py calendar --theme "educational" --weeks 4 --platforms twitter,linkedin

# Repurpose content
python3 scripts/generate.py repurpose --input post.md --platforms all

scripts/calendar.py — Content calendar management

python3 scripts/calendar.py create --month may --theme product-launch
python3 scripts/calendar.py view --month may
python3 scripts/calendar.py export --format csv
python3 scripts/calendar.py add --date 2026-05-15 --platform twitter --topic "customer story"

scripts/voice.py — Brand voice management

# Define brand voice
python3 scripts/voice.py set --name "my-brand" --tone professional --audience "B2B SaaS founders"

# Apply voice to content
python3 scripts/voice.py apply --voice my-brand --input draft.md

# List saved voices
python3 scripts/voice.py list

References

Tips

  • Maintain a content calendar for consistency — aim for 3-5 posts/week per platform
  • Repurpose every long-form piece into at least 3 social posts
  • Use the brand voice feature to keep messaging consistent
  • Track engagement and adjust posting strategy accordingly
  • Mix content types: educational, promotional (20%), entertaining, community

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

94.47%
按下载量换算230

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills